aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-stm32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-20spi: stm32: fix excluded_middle.cocci warningskernel test robot1-2/+1
2021-07-11spi: stm32: finalize message either on dma callback or EOTAlain Volmat1-37/+20
2021-07-11spi: stm32h7: don't wait for EOT and flush fifo on disableAlain Volmat1-22/+2
2021-07-11spi: stm32h7: rework rx fifo read functionAmelie Delaunay1-17/+13
2021-07-11spi: stm32: Revert "properly handle 0 byte transfer"Alain Volmat1-4/+0
2021-07-11spi: stm32: enable pm_runtime autosuspendAlain Volmat1-0/+11
2021-07-07spi: stm32: fixes pm_runtime calls in probe/removeAlain Volmat1-1/+8
2021-06-30spi: stm32h7: fix full duplex irq handler handlingAlain Volmat1-6/+9
2021-04-15Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.13Mark Brown1-1/+2
2021-03-19spi: stm32: Fix use-after-free on unbindAlain Volmat1-14/+10
2021-03-12spi: stm32: avoid ifdef CONFIG_PM for pm callbacksAlain Volmat1-8/+4
2021-03-12spi: stm32: drop devres version of spi_register_masterAntonio Borneo1-1/+2
2021-02-05spi: stm32: make spurious and overrun interrupts visibleAlain Volmat1-11/+4
2021-02-05spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SECAmelie Delaunay1-3/+1
2021-02-05spi: stm32: defer probe for resetAlain Volmat1-2/+8
2021-02-05spi: stm32: driver uses reset controller only at initEtienne Carriere1-6/+5
2021-02-05spi: stm32h7: ensure message are smaller than max sizeAlain Volmat1-0/+14
2021-02-05spi: stm32: use bitfield macrosAmelie Delaunay1-36/+18
2021-02-05spi: stm32: do not mandate cs_gpioAlain Volmat1-6/+0
2021-02-05spi: stm32: properly handle 0 byte transferAlain Volmat1-0/+4
2021-01-13spi: stm32: Simplify stm32h7_spi_prepare_fthlv()Marek Vasut1-24/+4
2021-01-05spi: stm32: update dev_dbg() print format for SPI paramsAlexandru Ardelean1-4/+4
2020-12-21spi: stm32: FIFO threshold level - fix align packet sizeRoman Guskov1-2/+2
2020-11-06spi: stm32: fix reference leak in stm32_spi_resumeZhang Qilong1-0/+1
2020-10-09Merge remote-tracking branch 'spi/for-5.10' into spi-nextMark Brown1-8/+5
2020-10-01spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQBarry Song1-5/+4
2020-09-09spi: stm32: fix pm_runtime_get_sync() error checkingDan Carpenter1-1/+1
2020-09-08spi: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski1-3/+1
2020-09-07spi: stm32: Rate-limit the 'Communication suspended' messageMarek Vasut1-1/+5
2020-08-10spi: stm32: always perform registers configuration prior to transferAlain Volmat1-25/+17
2020-08-10spi: stm32: fixes suspend/resume managementAmelie Delaunay1-3/+24
2020-08-10spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay1-1/+2
2020-08-10spi: stm32: fix fifo threshold level in case of short transferAmelie Delaunay1-8/+18
2020-08-10spi: stm32h7: fix race condition at end of transferAntonio Borneo1-1/+1
2020-08-05spi: stm32: clear only asserted irq flags on interruptTobias Schramm1-1/+1
2020-05-25spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4dillon min1-4/+15
2020-03-20spi: stm32: Fix comments compilation warningsAlain Volmat1-17/+45
2019-12-16spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-10/+22
2019-12-09spi: stm32: Switch to use GPIO descriptors for CSLinus Walleij1-44/+3
2019-05-02spi: stm32: return the get_irq errorFabien Dessenne1-2/+3
2019-01-07spi: stm32: add support for STM32F4Cezary Gapinski1-7/+482
2019-01-07spi: stm32: introduce compatible data cfgCezary Gapinski1-101/+236
2019-01-07spi: stm32: add start dma transfer functionCezary Gapinski1-9/+18
2019-01-07spi: stm32: split transfer one setup functionCezary Gapinski1-78/+192
2019-01-07spi: stm32: rename interrupt functionCezary Gapinski1-3/+3
2019-01-07spi: stm32: rename STM32 SPI registers to STM32H7Cezary Gapinski1-182/+199
2019-01-07spi: stm32: remove SPI LOOP modeCezary Gapinski1-1/+1
2019-01-07spi: stm32: use explicit CPOL and CPHA mode bitsCezary Gapinski1-1/+1
2019-01-07spi: stm32: fix DMA configuration with only one channelCezary Gapinski1-8/+12
2019-01-07spi: stm32: use NULL pointer instead of plain integerCezary Gapinski1-1/+1