index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
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]