summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-stm32.c
Commit message (Expand)AuthorAgeFilesLines
* spi: stm32: fixes pm_runtime calls in probe/removeAlain Volmat2021-07-071-1/+8
* spi: stm32h7: fix full duplex irq handler handlingAlain Volmat2021-06-301-6/+9
* Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-04-151-1/+2
|\
| * spi: stm32: drop devres version of spi_register_masterAntonio Borneo2021-03-121-1/+2
* | spi: stm32: Fix use-after-free on unbindAlain Volmat2021-03-191-14/+10
* | spi: stm32: avoid ifdef CONFIG_PM for pm callbacksAlain Volmat2021-03-121-8/+4
|/
* spi: stm32: make spurious and overrun interrupts visibleAlain Volmat2021-02-051-11/+4
* spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SECAmelie Delaunay2021-02-051-3/+1
* spi: stm32: defer probe for resetAlain Volmat2021-02-051-2/+8
* spi: stm32: driver uses reset controller only at initEtienne Carriere2021-02-051-6/+5
* spi: stm32h7: ensure message are smaller than max sizeAlain Volmat2021-02-051-0/+14
* spi: stm32: use bitfield macrosAmelie Delaunay2021-02-051-36/+18
* spi: stm32: do not mandate cs_gpioAlain Volmat2021-02-051-6/+0
* spi: stm32: properly handle 0 byte transferAlain Volmat2021-02-051-0/+4
* spi: stm32: Simplify stm32h7_spi_prepare_fthlv()Marek Vasut2021-01-131-24/+4
* spi: stm32: update dev_dbg() print format for SPI paramsAlexandru Ardelean2021-01-051-4/+4
* spi: stm32: FIFO threshold level - fix align packet sizeRoman Guskov2020-12-211-2/+2
* spi: stm32: fix reference leak in stm32_spi_resumeZhang Qilong2020-11-061-0/+1
* Merge remote-tracking branch 'spi/for-5.10' into spi-nextMark Brown2020-10-091-8/+5
|\
| * spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-10-011-5/+4
| * spi: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-081-3/+1
* | spi: stm32: fix pm_runtime_get_sync() error checkingDan Carpenter2020-09-091-1/+1
* | spi: stm32: Rate-limit the 'Communication suspended' messageMarek Vasut2020-09-071-1/+5
|/
* spi: stm32: always perform registers configuration prior to transferAlain Volmat2020-08-101-25/+17
* spi: stm32: fixes suspend/resume managementAmelie Delaunay2020-08-101-3/+24
* spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay2020-08-101-1/+2
* spi: stm32: fix fifo threshold level in case of short transferAmelie Delaunay2020-08-101-8/+18
* spi: stm32h7: fix race condition at end of transferAntonio Borneo2020-08-101-1/+1
* spi: stm32: clear only asserted irq flags on interruptTobias Schramm2020-08-051-1/+1
* spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4dillon min2020-05-251-4/+15
* spi: stm32: Fix comments compilation warningsAlain Volmat2020-03-201-17/+45
* spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-161-10/+22
* spi: stm32: Switch to use GPIO descriptors for CSLinus Walleij2019-12-091-44/+3
* 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