summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-stm32.c
AgeCommit message (Expand)Author
2021-02-05spi: stm32: make spurious and overrun interrupts visibleAlain Volmat
2021-02-05spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SECAmelie Delaunay
2021-02-05spi: stm32: defer probe for resetAlain Volmat
2021-02-05spi: stm32: driver uses reset controller only at initEtienne Carriere
2021-02-05spi: stm32h7: ensure message are smaller than max sizeAlain Volmat
2021-02-05spi: stm32: use bitfield macrosAmelie Delaunay
2021-02-05spi: stm32: do not mandate cs_gpioAlain Volmat
2021-02-05spi: stm32: properly handle 0 byte transferAlain Volmat
2021-01-13spi: stm32: Simplify stm32h7_spi_prepare_fthlv()Marek Vasut
2021-01-05spi: stm32: update dev_dbg() print format for SPI paramsAlexandru Ardelean
2020-12-21spi: stm32: FIFO threshold level - fix align packet sizeRoman Guskov
2020-11-06spi: stm32: fix reference leak in stm32_spi_resumeZhang Qilong
2020-10-09Merge remote-tracking branch 'spi/for-5.10' into spi-nextMark Brown
2020-10-01spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQBarry Song
2020-09-09spi: stm32: fix pm_runtime_get_sync() error checkingDan Carpenter
2020-09-08spi: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-07spi: stm32: Rate-limit the 'Communication suspended' messageMarek Vasut
2020-08-10spi: stm32: always perform registers configuration prior to transferAlain Volmat
2020-08-10spi: stm32: fixes suspend/resume managementAmelie Delaunay
2020-08-10spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay
2020-08-10spi: stm32: fix fifo threshold level in case of short transferAmelie Delaunay
2020-08-10spi: stm32h7: fix race condition at end of transferAntonio Borneo
2020-08-05spi: stm32: clear only asserted irq flags on interruptTobias Schramm
2020-05-25spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4dillon min
2020-03-20spi: stm32: Fix comments compilation warningsAlain Volmat
2019-12-16spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-09spi: stm32: Switch to use GPIO descriptors for CSLinus Walleij
2019-05-02spi: stm32: return the get_irq errorFabien Dessenne
2019-01-07spi: stm32: add support for STM32F4Cezary Gapinski
2019-01-07spi: stm32: introduce compatible data cfgCezary Gapinski
2019-01-07spi: stm32: add start dma transfer functionCezary Gapinski
2019-01-07spi: stm32: split transfer one setup functionCezary Gapinski
2019-01-07spi: stm32: rename interrupt functionCezary Gapinski
2019-01-07spi: stm32: rename STM32 SPI registers to STM32H7Cezary Gapinski
2019-01-07spi: stm32: remove SPI LOOP modeCezary Gapinski
2019-01-07spi: stm32: use explicit CPOL and CPHA mode bitsCezary Gapinski
2019-01-07spi: stm32: fix DMA configuration with only one channelCezary Gapinski
2019-01-07spi: stm32: use NULL pointer instead of plain integerCezary Gapinski
2019-01-07spi: stm32: switch to SPDX identifierCezary Gapinski
2018-04-17spi: stm32: Fix error handling in stm32_spi_probe()Alexey Khoroshilov
2017-09-13spi: stm32: Fix logical error in stm32_spi_prepare_mbr()Christos Gkekas
2017-07-19spi: stm32: explicitly request exclusive reset controlPhilipp Zabel
2017-06-28spi: stm32: fix potential dereference null return valueAmelie Delaunay
2017-06-28spi: stm32: enhance DMA error managementAmelie Delaunay
2017-06-28spi: stm32: add runtime PM supportAmelie Delaunay
2017-06-28spi: stm32: use normal conditional statements instead of ternary operatorAmelie Delaunay
2017-06-28spi: stm32: replace st, spi-midi with st, spi-midi-ns to fit bindingsAmelie Delaunay
2017-06-28spi: stm32: fix compatible to fit with new bindingsAmelie Delaunay
2017-06-23spi: stm32: fix error check on mbr being -veColin Ian King
2017-06-21spi: add driver for STM32 SPI controllerAmelie Delaunay