index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-stm32.c
Age
Commit message (
Expand
)
Author
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
2021-01-05
spi: stm32: update dev_dbg() print format for SPI params
Alexandru Ardelean
2020-12-21
spi: stm32: FIFO threshold level - fix align packet size
Roman Guskov
2020-11-06
spi: stm32: fix reference leak in stm32_spi_resume
Zhang Qilong
2020-10-09
Merge remote-tracking branch 'spi/for-5.10' into spi-next
Mark Brown
2020-10-01
spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQ
Barry Song
2020-09-09
spi: stm32: fix pm_runtime_get_sync() error checking
Dan Carpenter
2020-09-08
spi: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-07
spi: stm32: Rate-limit the 'Communication suspended' message
Marek Vasut
2020-08-10
spi: stm32: always perform registers configuration prior to transfer
Alain Volmat
2020-08-10
spi: stm32: fixes suspend/resume management
Amelie Delaunay
2020-08-10
spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate
Amelie Delaunay
2020-08-10
spi: stm32: fix fifo threshold level in case of short transfer
Amelie Delaunay
2020-08-10
spi: stm32h7: fix race condition at end of transfer
Antonio Borneo
2020-08-05
spi: stm32: clear only asserted irq flags on interrupt
Tobias Schramm
2020-05-25
spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4
dillon min
2020-03-20
spi: stm32: Fix comments compilation warnings
Alain Volmat
2019-12-16
spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()
Peter Ujfalusi
2019-12-09
spi: stm32: Switch to use GPIO descriptors for CS
Linus Walleij
2019-05-02
spi: stm32: return the get_irq error
Fabien Dessenne
2019-01-07
spi: stm32: add support for STM32F4
Cezary Gapinski
2019-01-07
spi: stm32: introduce compatible data cfg
Cezary Gapinski
2019-01-07
spi: stm32: add start dma transfer function
Cezary Gapinski
2019-01-07
spi: stm32: split transfer one setup function
Cezary Gapinski
2019-01-07
spi: stm32: rename interrupt function
Cezary Gapinski
2019-01-07
spi: stm32: rename STM32 SPI registers to STM32H7
Cezary Gapinski
2019-01-07
spi: stm32: remove SPI LOOP mode
Cezary Gapinski
2019-01-07
spi: stm32: use explicit CPOL and CPHA mode bits
Cezary Gapinski
2019-01-07
spi: stm32: fix DMA configuration with only one channel
Cezary Gapinski
2019-01-07
spi: stm32: use NULL pointer instead of plain integer
Cezary Gapinski
[next]