index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-stm32.c
Age
Commit message (
Expand
)
Author
2024-02-26
spi: stm32: move splitting transfers to optimize_message
David Lechner
2024-02-07
spi: drop gpf arg from __spi_split_transfer_maxsize()
David Lechner
2023-12-21
spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 soc
Valentin Caron
2023-12-21
spi: stm32: use dma_get_slave_caps prior to configuring dma channel
Alain Volmat
2023-12-11
spi: stm32: switch to use modern name
Yang Yingliang
2023-11-13
spi: stm32: add STM32F7 support
Ben Wolsieffer
2023-11-13
spi: stm32: use callbacks for read_rx and write_tx
Ben Wolsieffer
2023-11-13
spi: stm32: rename stm32f4_* to stm32fx_*
Ben Wolsieffer
2023-10-30
spi: Merge up fix
Mark Brown
2023-10-17
spi: stm32: Explicitly include correct DT includes
Rob Herring
2023-09-11
spi: stm32: add a delay before SPI disable
Valentin Caron
2023-08-29
Merge tag 'spi-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2023-08-21
spi: stm32: fix accidential revert to byte-sized transfer splitting
Leonard Göhrs
2023-07-27
spi: stm32: Remove redundant dev_err_probe()
Ruan Jinjie
2023-07-12
spi: Header and core clean up and refactoring
Mark Brown
2023-07-11
spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
Andy Shevchenko
2023-07-09
spi: stm32: disable device mode with st,stm32f4-spi compatible
Valentin Caron
2023-06-15
spi: stm32: introduction of stm32h7 SPI device mode support
Valentin Caron
2023-06-15
spi: stm32: use dmaengine_terminate_{a}sync instead of _all
Alain Volmat
2023-06-15
spi: stm32: renaming of spi_master into spi_controller
Alain Volmat
2023-04-04
spi: stm32: Use devm_platform_get_and_ioremap_resource()
Yang Li
2023-03-16
spi: stm32: split large transfers based on word size instead of bytes
Leonard Göhrs
2023-03-06
spi: stm32: Convert to platform remove callback returning void
Uwe Kleine-König
2022-11-03
spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run
Sean Nyekjaer
2022-10-24
spi: stm32: Print summary 'callbacks suppressed' message
Marek Vasut
2022-04-25
spi: stm32: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
2022-02-22
spi: stm32: ignore Rx queue not empty in stm32f4 Tx only mode
Ahmad Fatoum
2022-01-19
spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4
Alain Volmat
2022-01-19
spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment
Alain Volmat
2021-08-20
spi: stm32: fix excluded_middle.cocci warnings
kernel test robot
2021-07-11
spi: stm32: finalize message either on dma callback or EOT
Alain Volmat
2021-07-11
spi: stm32h7: don't wait for EOT and flush fifo on disable
Alain Volmat
2021-07-11
spi: stm32h7: rework rx fifo read function
Amelie Delaunay
2021-07-11
spi: stm32: Revert "properly handle 0 byte transfer"
Alain Volmat
2021-07-11
spi: stm32: enable pm_runtime autosuspend
Alain Volmat
2021-07-07
spi: stm32: fixes pm_runtime calls in probe/remove
Alain Volmat
2021-06-30
spi: stm32h7: fix full duplex irq handler handling
Alain Volmat
2021-04-15
Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2021-03-19
spi: stm32: Fix use-after-free on unbind
Alain Volmat
2021-03-12
spi: stm32: avoid ifdef CONFIG_PM for pm callbacks
Alain Volmat
2021-03-12
spi: stm32: drop devres version of spi_register_master
Antonio Borneo
2021-02-05
spi: stm32: make spurious and overrun interrupts visible
Alain Volmat
2021-02-05
spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SEC
Amelie Delaunay
2021-02-05
spi: stm32: defer probe for reset
Alain Volmat
2021-02-05
spi: stm32: driver uses reset controller only at init
Etienne Carriere
2021-02-05
spi: stm32h7: ensure message are smaller than max size
Alain Volmat
2021-02-05
spi: stm32: use bitfield macros
Amelie Delaunay
2021-02-05
spi: stm32: do not mandate cs_gpio
Alain Volmat
2021-02-05
spi: stm32: properly handle 0 byte transfer
Alain Volmat
2021-01-13
spi: stm32: Simplify stm32h7_spi_prepare_fthlv()
Marek Vasut
[next]