- 7a4697b spi: stm32: fix excluded_middle.cocci warnings by kernel test robot · 3 years, 6 months ago
- 7ceb0b8 spi: stm32: finalize message either on dma callback or EOT by Alain Volmat · 3 years, 6 months ago
- dc6620c spi: stm32h7: don't wait for EOT and flush fifo on disable by Alain Volmat · 3 years, 6 months ago
- d87a5d6 spi: stm32h7: rework rx fifo read function by Amelie Delaunay · 3 years, 6 months ago
- 70526e0 spi: stm32: Revert "properly handle 0 byte transfer" by Alain Volmat · 3 years, 6 months ago
- 9d53541 spi: stm32: enable pm_runtime autosuspend by Alain Volmat · 3 years, 6 months ago
- 7999d25 spi: stm32: fixes pm_runtime calls in probe/remove by Alain Volmat · 3 years, 6 months ago
- e4a5c19 spi: stm32h7: fix full duplex irq handler handling by Alain Volmat · 3 years, 6 months ago
- c7ed5fd Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.13 by Mark Brown · 3 years, 9 months ago
- 79c6246 spi: stm32: Fix use-after-free on unbind by Alain Volmat · 3 years, 9 months ago
- 12ef51b spi: stm32: avoid ifdef CONFIG_PM for pm callbacks by Alain Volmat · 3 years, 10 months ago
- 8d559a6 spi: stm32: drop devres version of spi_register_master by Antonio Borneo · 3 years, 10 months ago
- c64e7ef spi: stm32: make spurious and overrun interrupts visible by Alain Volmat · 3 years, 11 months ago
- e1e2093 spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SEC by Amelie Delaunay · 3 years, 11 months ago
- c63b95b spi: stm32: defer probe for reset by Alain Volmat · 3 years, 11 months ago
- 1c75cfd spi: stm32: driver uses reset controller only at init by Etienne Carriere · 3 years, 11 months ago
- 084de52 spi: stm32h7: ensure message are smaller than max size by Alain Volmat · 3 years, 11 months ago
- 5a380b8 spi: stm32: use bitfield macros by Amelie Delaunay · 3 years, 11 months ago
- 8f8d0e3 spi: stm32: do not mandate cs_gpio by Alain Volmat · 3 years, 11 months ago
- 2269f5a spi: stm32: properly handle 0 byte transfer by Alain Volmat · 3 years, 11 months ago
- 970e8ea spi: stm32: Simplify stm32h7_spi_prepare_fthlv() by Marek Vasut · 4 years ago
- 8b835da spi: stm32: update dev_dbg() print format for SPI params by Alexandru Ardelean · 4 years ago
- a590370 spi: stm32: FIFO threshold level - fix align packet size by Roman Guskov · 4 years ago
- 900ccdc spi: stm32: fix reference leak in stm32_spi_resume by Zhang Qilong · 4 years, 2 months ago
- 9887311 Merge remote-tracking branch 'spi/for-5.10' into spi-next by Mark Brown · 4 years, 3 months ago
- e236893 spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQ by Barry Song · 4 years, 3 months ago
- c170a5a spi: stm32: fix pm_runtime_get_sync() error checking by Dan Carpenter · 4 years, 4 months ago
- a05cec2 spi: stm32: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
- ea8be08 spi: stm32: Rate-limit the 'Communication suspended' message by Marek Vasut · 4 years, 4 months ago
- 60ccb35 spi: stm32: always perform registers configuration prior to transfer by Alain Volmat · 4 years, 5 months ago
- db96bf9 spi: stm32: fixes suspend/resume management by Amelie Delaunay · 4 years, 5 months ago
- 9cc6197 spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate by Amelie Delaunay · 4 years, 5 months ago
- 3373e90 spi: stm32: fix fifo threshold level in case of short transfer by Amelie Delaunay · 4 years, 5 months ago
- 135dd87 spi: stm32h7: fix race condition at end of transfer by Antonio Borneo · 4 years, 5 months ago
- ae1ba50 spi: stm32: clear only asserted irq flags on interrupt by Tobias Schramm · 4 years, 5 months ago
- 61367d0 spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4 by dillon min · 4 years, 7 months ago
- 1c52be8 spi: stm32: Fix comments compilation warnings by Alain Volmat · 4 years, 9 months ago
- 0a45425 spi: stm32: Use dma_request_chan() instead dma_request_slave_channel() by Peter Ujfalusi · 5 years ago
- 8a6553e spi: stm32: Switch to use GPIO descriptors for CS by Linus Walleij · 5 years ago
- 8d1467a spi: stm32: return the get_irq error by Fabien Dessenne · 6 years ago
- 00505ed spi: stm32: add support for STM32F4 by Cezary Gapinski · 6 years ago
- 5516685 spi: stm32: introduce compatible data cfg by Cezary Gapinski · 6 years ago
- f8bb12f spi: stm32: add start dma transfer function by Cezary Gapinski · 6 years ago
- 9d5fce1 spi: stm32: split transfer one setup function by Cezary Gapinski · 6 years ago
- a967533 spi: stm32: rename interrupt function by Cezary Gapinski · 6 years ago
- 8602663 spi: stm32: rename STM32 SPI registers to STM32H7 by Cezary Gapinski · 6 years ago
- 6962b05 spi: stm32: remove SPI LOOP mode by Cezary Gapinski · 6 years ago
- d6cea11 spi: stm32: use explicit CPOL and CPHA mode bits by Cezary Gapinski · 6 years ago
- 2cbee7f spi: stm32: fix DMA configuration with only one channel by Cezary Gapinski · 6 years ago
- d4c9134 spi: stm32: use NULL pointer instead of plain integer by Cezary Gapinski · 6 years ago
- d57a984 spi: stm32: switch to SPDX identifier by Cezary Gapinski · 6 years ago
- 3dbb3ee spi: stm32: Fix error handling in stm32_spi_probe() by Alexey Khoroshilov · 7 years ago
- 8b5d729 spi: stm32: Fix logical error in stm32_spi_prepare_mbr() by Christos Gkekas · 7 years ago
- d5e9a4a spi: stm32: explicitly request exclusive reset control by Philipp Zabel · 7 years ago
- 7b821a6 spi: stm32: fix potential dereference null return value by Amelie Delaunay · 8 years ago
- c67ad36 spi: stm32: enhance DMA error management by Amelie Delaunay · 8 years ago
- 038ac86 spi: stm32: add runtime PM support by Amelie Delaunay · 8 years ago
- 128ebb8 spi: stm32: use normal conditional statements instead of ternary operator by Amelie Delaunay · 8 years ago
- 042c1c6 spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindings by Amelie Delaunay · 8 years ago
- c5fe2fa spi: stm32: fix compatible to fit with new bindings by Amelie Delaunay · 8 years ago
- a2f07d38 spi: stm32: fix error check on mbr being -ve by Colin Ian King · 8 years ago
- dcbe0d8 spi: add driver for STM32 SPI controller by Amelie Delaunay · 8 years ago