aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-stm32.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-01spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQGravatar Barry Song 1-5/+4
2020-09-08spi: stm32: Simplify with dev_err_probe()Gravatar Krzysztof Kozlowski 1-3/+1
2020-08-10spi: stm32: always perform registers configuration prior to transferGravatar Alain Volmat 1-25/+17
2020-08-10spi: stm32: fixes suspend/resume managementGravatar Amelie Delaunay 1-3/+24
2020-08-10spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateGravatar Amelie Delaunay 1-1/+2
2020-08-10spi: stm32: fix fifo threshold level in case of short transferGravatar Amelie Delaunay 1-8/+18
2020-08-10spi: stm32h7: fix race condition at end of transferGravatar Antonio Borneo 1-1/+1
2020-08-05spi: stm32: clear only asserted irq flags on interruptGravatar Tobias Schramm 1-1/+1
2020-05-25spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4Gravatar dillon min 1-4/+15
2020-03-20spi: stm32: Fix comments compilation warningsGravatar Alain Volmat 1-17/+45
2019-12-16spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()Gravatar Peter Ujfalusi 1-10/+22
2019-12-09spi: stm32: Switch to use GPIO descriptors for CSGravatar Linus Walleij 1-44/+3
2019-05-02spi: stm32: return the get_irq errorGravatar Fabien Dessenne 1-2/+3
2019-01-07spi: stm32: add support for STM32F4Gravatar Cezary Gapinski 1-7/+482
2019-01-07spi: stm32: introduce compatible data cfgGravatar Cezary Gapinski 1-101/+236
2019-01-07spi: stm32: add start dma transfer functionGravatar Cezary Gapinski 1-9/+18
2019-01-07spi: stm32: split transfer one setup functionGravatar Cezary Gapinski 1-78/+192
2019-01-07spi: stm32: rename interrupt functionGravatar Cezary Gapinski 1-3/+3
2019-01-07spi: stm32: rename STM32 SPI registers to STM32H7Gravatar Cezary Gapinski 1-182/+199
2019-01-07spi: stm32: remove SPI LOOP modeGravatar Cezary Gapinski 1-1/+1
2019-01-07spi: stm32: use explicit CPOL and CPHA mode bitsGravatar Cezary Gapinski 1-1/+1
2019-01-07spi: stm32: fix DMA configuration with only one channelGravatar Cezary Gapinski 1-8/+12
2019-01-07spi: stm32: use NULL pointer instead of plain integerGravatar Cezary Gapinski 1-1/+1
2019-01-07spi: stm32: switch to SPDX identifierGravatar Cezary Gapinski 1-20/+7
2018-04-17spi: stm32: Fix error handling in stm32_spi_probe()Gravatar Alexey Khoroshilov 1-1/+1
2017-09-13spi: stm32: Fix logical error in stm32_spi_prepare_mbr()Gravatar Christos Gkekas 1-2/+2
2017-07-19spi: stm32: explicitly request exclusive reset controlGravatar Philipp Zabel 1-1/+1
2017-06-28spi: stm32: fix potential dereference null return valueGravatar Amelie Delaunay 1-8/+8
2017-06-28spi: stm32: enhance DMA error managementGravatar Amelie Delaunay 1-6/+17
2017-06-28spi: stm32: add runtime PM supportGravatar Amelie Delaunay 1-7/+36
2017-06-28spi: stm32: use normal conditional statements instead of ternary operatorGravatar Amelie Delaunay 1-14/+30
2017-06-28spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindingsGravatar Amelie Delaunay 1-1/+1
2017-06-28spi: stm32: fix compatible to fit with new bindingsGravatar Amelie Delaunay 1-1/+1
2017-06-23spi: stm32: fix error check on mbr being -veGravatar Colin Ian King 1-2/+2
2017-06-21spi: add driver for STM32 SPI controllerGravatar Amelie Delaunay 1-0/+1266