summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-stm32.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-04spi: stm32: properly handle 0 byte transferAlain Volmat1-0/+4
2021-01-17spi: stm32: FIFO threshold level - fix align packet sizeRoman Guskov1-2/+2
2020-09-03spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay1-1/+2
2018-04-17spi: stm32: Fix error handling in stm32_spi_probe()Alexey Khoroshilov1-1/+1
2017-09-13spi: stm32: Fix logical error in stm32_spi_prepare_mbr()Christos Gkekas1-2/+2
2017-07-19spi: stm32: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-06-28spi: stm32: fix potential dereference null return valueAmelie Delaunay1-8/+8
2017-06-28spi: stm32: enhance DMA error managementAmelie Delaunay1-6/+17
2017-06-28spi: stm32: add runtime PM supportAmelie Delaunay1-7/+36
2017-06-28spi: stm32: use normal conditional statements instead of ternary operatorAmelie Delaunay1-14/+30
2017-06-28spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindingsAmelie Delaunay1-1/+1
2017-06-28spi: stm32: fix compatible to fit with new bindingsAmelie Delaunay1-1/+1
2017-06-23spi: stm32: fix error check on mbr being -veColin Ian King1-2/+2
2017-06-21spi: add driver for STM32 SPI controllerAmelie Delaunay1-0/+1266