| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: stm32: ignore Rx queue not empty in stm32f4 Tx only mode | Ahmad Fatoum | 2022-02-22 | 1 | -1/+1 |
* | spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4 | Alain Volmat | 2022-01-19 | 1 | -1/+4 |
* | spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment | Alain Volmat | 2022-01-19 | 1 | -2/+0 |
* | spi: stm32: fix excluded_middle.cocci warnings | kernel test robot | 2021-08-20 | 1 | -2/+1 |
* | spi: stm32: finalize message either on dma callback or EOT | Alain Volmat | 2021-07-12 | 1 | -37/+20 |
* | spi: stm32h7: don't wait for EOT and flush fifo on disable | Alain Volmat | 2021-07-12 | 1 | -22/+2 |
* | spi: stm32h7: rework rx fifo read function | Amelie Delaunay | 2021-07-12 | 1 | -17/+13 |
* | spi: stm32: Revert "properly handle 0 byte transfer" | Alain Volmat | 2021-07-12 | 1 | -4/+0 |
* | spi: stm32: enable pm_runtime autosuspend | Alain Volmat | 2021-07-12 | 1 | -0/+11 |
* | spi: stm32: fixes pm_runtime calls in probe/remove | Alain Volmat | 2021-07-07 | 1 | -1/+8 |
* | spi: stm32h7: fix full duplex irq handler handling | Alain Volmat | 2021-06-30 | 1 | -6/+9 |
* | Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 2021-04-15 | 1 | -1/+2 |
|\ |
|
| * | spi: stm32: drop devres version of spi_register_master | Antonio Borneo | 2021-03-12 | 1 | -1/+2 |
* | | spi: stm32: Fix use-after-free on unbind | Alain Volmat | 2021-03-19 | 1 | -14/+10 |
* | | spi: stm32: avoid ifdef CONFIG_PM for pm callbacks | Alain Volmat | 2021-03-12 | 1 | -8/+4 |
|/ |
|
* | spi: stm32: make spurious and overrun interrupts visible | Alain Volmat | 2021-02-05 | 1 | -11/+4 |
* | spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SEC | Amelie Delaunay | 2021-02-05 | 1 | -3/+1 |
* | spi: stm32: defer probe for reset | Alain Volmat | 2021-02-05 | 1 | -2/+8 |
* | spi: stm32: driver uses reset controller only at init | Etienne Carriere | 2021-02-05 | 1 | -6/+5 |
* | spi: stm32h7: ensure message are smaller than max size | Alain Volmat | 2021-02-05 | 1 | -0/+14 |
* | spi: stm32: use bitfield macros | Amelie Delaunay | 2021-02-05 | 1 | -36/+18 |
* | spi: stm32: do not mandate cs_gpio | Alain Volmat | 2021-02-05 | 1 | -6/+0 |
* | spi: stm32: properly handle 0 byte transfer | Alain Volmat | 2021-02-05 | 1 | -0/+4 |
* | spi: stm32: Simplify stm32h7_spi_prepare_fthlv() | Marek Vasut | 2021-01-13 | 1 | -24/+4 |
* | spi: stm32: update dev_dbg() print format for SPI params | Alexandru Ardelean | 2021-01-05 | 1 | -4/+4 |
* | spi: stm32: FIFO threshold level - fix align packet size | Roman Guskov | 2020-12-21 | 1 | -2/+2 |
* | spi: stm32: fix reference leak in stm32_spi_resume | Zhang Qilong | 2020-11-06 | 1 | -0/+1 |
* | Merge remote-tracking branch 'spi/for-5.10' into spi-next | Mark Brown | 2020-10-09 | 1 | -8/+5 |
|\ |
|
| * | spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQ | Barry Song | 2020-10-02 | 1 | -5/+4 |
| * | spi: stm32: Simplify with dev_err_probe() | Krzysztof Kozlowski | 2020-09-08 | 1 | -3/+1 |
* | | spi: stm32: fix pm_runtime_get_sync() error checking | Dan Carpenter | 2020-09-09 | 1 | -1/+1 |
* | | spi: stm32: Rate-limit the 'Communication suspended' message | Marek Vasut | 2020-09-07 | 1 | -1/+5 |
|/ |
|
* | spi: stm32: always perform registers configuration prior to transfer | Alain Volmat | 2020-08-10 | 1 | -25/+17 |
* | spi: stm32: fixes suspend/resume management | Amelie Delaunay | 2020-08-10 | 1 | -3/+24 |
* | spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rate | Amelie Delaunay | 2020-08-10 | 1 | -1/+2 |
* | spi: stm32: fix fifo threshold level in case of short transfer | Amelie Delaunay | 2020-08-10 | 1 | -8/+18 |
* | spi: stm32h7: fix race condition at end of transfer | Antonio Borneo | 2020-08-10 | 1 | -1/+1 |
* | spi: stm32: clear only asserted irq flags on interrupt | Tobias Schramm | 2020-08-05 | 1 | -1/+1 |
* | spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4 | dillon min | 2020-05-25 | 1 | -4/+15 |
* | spi: stm32: Fix comments compilation warnings | Alain Volmat | 2020-03-20 | 1 | -17/+45 |
* | spi: stm32: Use dma_request_chan() instead dma_request_slave_channel() | Peter Ujfalusi | 2019-12-16 | 1 | -10/+22 |
* | spi: stm32: Switch to use GPIO descriptors for CS | Linus Walleij | 2019-12-09 | 1 | -44/+3 |
* | spi: stm32: return the get_irq error | Fabien Dessenne | 2019-05-02 | 1 | -2/+3 |
* | spi: stm32: add support for STM32F4 | Cezary Gapinski | 2019-01-07 | 1 | -7/+482 |
* | spi: stm32: introduce compatible data cfg | Cezary Gapinski | 2019-01-07 | 1 | -101/+236 |
* | spi: stm32: add start dma transfer function | Cezary Gapinski | 2019-01-07 | 1 | -9/+18 |
* | spi: stm32: split transfer one setup function | Cezary Gapinski | 2019-01-07 | 1 | -78/+192 |
* | spi: stm32: rename interrupt function | Cezary Gapinski | 2019-01-07 | 1 | -3/+3 |
* | spi: stm32: rename STM32 SPI registers to STM32H7 | Cezary Gapinski | 2019-01-07 | 1 | -182/+199 |
* | spi: stm32: remove SPI LOOP mode | Cezary Gapinski | 2019-01-07 | 1 | -1/+1 |