aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-stm32-qspi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-22spi: stm32-qspi: fix debug format stringArnd Bergmann1-1/+1
2021-04-20spi: stm32-qspi: Fix compilation warning in ARM64Patrice Chotard1-1/+1
2021-04-19spi: stm32-qspi: Add dirmap supportPatrice Chotard1-16/+67
2021-04-19spi: stm32-qspi: Trigger DMA only if more than 4 bytes to transferPatrice Chotard1-2/+3
2021-04-19spi: stm32-qspi: fix pm_runtime usage_count counterChristophe Kerello1-4/+14
2020-11-09spi: stm32-qspi: fix reference leak in stm32 qspi operationsZhang Qilong1-2/+6
2020-06-17spi: stm32-qspi: Fix error path in case of -EPROBE_DEFERPatrice Chotard1-20/+26
2020-04-29spi: stm32-qspi: Fix unbalanced pm_runtime_enable issuePatrice Chotard1-0/+5
2020-04-17spi: stm32-qspi: Add pm_runtime supportPatrice Chotard1-4/+53
2020-02-11spi: stm32-qspi: properly manage probe errorsLionel Debieve1-12/+15
2020-02-11spi: stm32-qspi: defer probe for reset controllerEtienne Carriere1-1/+5
2019-12-16spi: stm32-qspi: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-6/+24
2019-10-04spi: stm32-qspi: Fix kernel oops when unbinding driverPatrice Chotard1-1/+2
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-4/+1
2019-07-04Merge branch 'spi-5.3' into spi-nextMark Brown1-7/+3
2019-06-28spi: stm32-qspi: remove signal sensitive on completionLudovic Barre1-7/+3
2019-06-24spi: spi-stm32-qspi: Remove CR_FTHRES_MASK usagePatrice Chotard1-2/+2
2019-05-02spi: stm32-qspi: manage the get_irq error caseFabien Dessenne1-0/+6
2019-03-26spi: stm32-qspi: add dma supportLudovic Barre1-1/+135
2019-03-26spi: stm32-qspi: add spi_master_put in release functionLudovic Barre1-18/+28
2019-03-20spi: spi-mem: stm32-qspi: stm32_qspi_pm_ops can be statickbuild test robot1-1/+1
2019-03-15spi: spi-mem: stm32-qspi: add suspend/resume supportLudovic Barre1-4/+35
2019-03-15spi: spi-mem: stm32-qspi: avoid memory corruption at low frequencyLudovic Barre1-3/+1
2018-10-19spi: spi-mem: add stm32 qspi controllerLudovic Barre1-0/+512