summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-stm32.c
Commit message (Expand)AuthorAgeFilesLines
* spi: stm32: return the get_irq errorFabien Dessenne2019-05-021-2/+3
* spi: stm32: add support for STM32F4Cezary Gapinski2019-01-071-7/+482
* spi: stm32: introduce compatible data cfgCezary Gapinski2019-01-071-101/+236
* spi: stm32: add start dma transfer functionCezary Gapinski2019-01-071-9/+18
* spi: stm32: split transfer one setup functionCezary Gapinski2019-01-071-78/+192
* spi: stm32: rename interrupt functionCezary Gapinski2019-01-071-3/+3
* spi: stm32: rename STM32 SPI registers to STM32H7Cezary Gapinski2019-01-071-182/+199
* spi: stm32: remove SPI LOOP modeCezary Gapinski2019-01-071-1/+1
* spi: stm32: use explicit CPOL and CPHA mode bitsCezary Gapinski2019-01-071-1/+1
* spi: stm32: fix DMA configuration with only one channelCezary Gapinski2019-01-071-8/+12
* spi: stm32: use NULL pointer instead of plain integerCezary Gapinski2019-01-071-1/+1
* spi: stm32: switch to SPDX identifierCezary Gapinski2019-01-071-20/+7
* spi: stm32: Fix error handling in stm32_spi_probe()Alexey Khoroshilov2018-04-171-1/+1
* spi: stm32: Fix logical error in stm32_spi_prepare_mbr()Christos Gkekas2017-09-131-2/+2
* spi: stm32: explicitly request exclusive reset controlPhilipp Zabel2017-07-191-1/+1
* spi: stm32: fix potential dereference null return valueAmelie Delaunay2017-06-281-8/+8
* spi: stm32: enhance DMA error managementAmelie Delaunay2017-06-281-6/+17
* spi: stm32: add runtime PM supportAmelie Delaunay2017-06-281-7/+36
* spi: stm32: use normal conditional statements instead of ternary operatorAmelie Delaunay2017-06-281-14/+30
* spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindingsAmelie Delaunay2017-06-281-1/+1
* spi: stm32: fix compatible to fit with new bindingsAmelie Delaunay2017-06-281-1/+1
* spi: stm32: fix error check on mbr being -veColin Ian King2017-06-231-2/+2
* spi: add driver for STM32 SPI controllerAmelie Delaunay2017-06-211-0/+1266