aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-fsl-lpspi.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-14spi: fsl-lpspi: switch to use modern nameGravatar Yang Yingliang 1-27/+27
2023-07-18spi: spi-fsl-lpspi: Read chip-select amount from hardware for i.MX93Gravatar Alexander Stein 1-2/+6
2023-07-18spi: spi-fsl-lpspi: Move controller initialization further downGravatar Alexander Stein 1-16/+16
2023-07-17spi: spi-fsl-lpspi: Remove num_cs from device structGravatar Alexander Stein 1-4/+4
2023-07-14spi: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXGravatar Andy Shevchenko 1-1/+1
2023-05-31spi: spi-fsl-lpspi: downgrade log level for pio modeGravatar Alexander Stein 1-1/+1
2023-05-30spi: Merge up fixes to help CIGravatar Mark Brown 1-1/+6
2023-05-23spi: lpspi: disable lpspi module irq in DMA modeGravatar Clark Wang 1-1/+6
2023-05-08spi: lpspi: run transfer speed_hz sanity checkGravatar Clark Wang 1-0/+6
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Gravatar Amit Kumar Mahapatra via Alsa-devel 1-1/+1
2023-03-06spi: fsl-lpspi: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2022-12-07spi: spi-fsl-lpspi: support multiple cs for lpspiGravatar Han Xu 1-0/+5
2022-09-26spi: spi-fsl-lpspi: Use devm_platform_get_and_ioremap_resource()Gravatar Yang Yingliang 1-2/+1
2022-09-08spi: lpspi: Remove the unneeded result variableGravatar ye xingchen 1-4/+1
2022-08-15spi: lpspi: Simplify some error messageGravatar Christophe JAILLET 1-1/+1
2022-04-19dmaengine: imx: Move header to include/dma/Gravatar Sascha Hauer 1-1/+1
2021-11-15spi: lpspi: release requested DMA channelsGravatar Alexander Stein 1-1/+5
2021-11-12spi: lpspi: Silence error message upon deferred probeGravatar Alexander Stein 1-1/+1
2021-04-09spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Gravatar Wang Li 1-1/+1
2020-11-12spi: lpspi: Fix use-after-free on unbindGravatar Lukas Wunner 1-3/+0
2020-08-18spi: lpspi: Remove CONFIG_PM_SLEEP ifdeferyGravatar Fabio Estevam 1-4/+2
2020-07-29spi: lpspi: fix using CS discontinuously on i.MX8DXLEVKGravatar Clark Wang 1-3/+8
2020-07-29spi: lpspi: remove unused fsl_lpspi->chipselectGravatar Clark Wang 1-2/+0
2020-07-29spi: lpspi: Fix kernel warning dump when probe fail after calling spi_registerGravatar Clark Wang 1-6/+6
2020-07-22spi: lpspi: fix the imbalance of runtime pm function callGravatar Clark Wang 1-1/+6
2020-07-13spi: imx/fsl-lpspi: Convert to GPIO descriptorsGravatar Linus Walleij 1-44/+3
2020-05-26spi: spi-fsl-lpspi: Fix runtime PM imbalance on errorGravatar Dinghao Liu 1-2/+4
2020-04-14spi: spi-fsl-lpspi: Fix indentation and open brace should be on the previous ...Gravatar Aishwarya R 1-8/+7
2020-03-23spi: spi-fsl-lpspi: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-03-03spi: fsl-lpspi: remove unneeded arrayGravatar Oleksandr Suvorov 1-5/+2
2020-01-14spi: fsl-lpspi: fix only one cs-gpio workingGravatar Philippe Schenker 1-16/+16
2019-12-25spi: fsl-lpspi: use true,false for bool variableGravatar zhengbin 1-2/+2
2019-11-15spi: fsl-lpspi: Use dma_request_chan() directly for channel requestGravatar Peter Ujfalusi 1-2/+2
2019-10-08Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Mark Brown 1-1/+1
2019-10-01spi: lpspi: fix memory leak in fsl_lpspi_probeGravatar Navid Emamdoost 1-1/+1
2019-10-01spi: fsl-lpspi: clean up indentation issueGravatar Colin Ian King 1-1/+1
2019-04-08spi: fsl-lpspi: Clean up fsl_lpspi_probeGravatar Axel Lin 1-6/+5
2019-04-08spi: fsl-lpspi: Fix build warning when !CONFIG_PMGravatar Axel Lin 1-0/+2
2019-04-08spi: fsl-lpspi: Fix problematic dev_set_drvdata callGravatar Axel Lin 1-3/+8
2019-04-05Merge branch 'spi-5.1' into spi-5.2Gravatar Mark Brown 1-2/+2
2019-04-03spi: lpspi: add missing complete in abort func at dma modeGravatar Clark Wang 1-1/+7
2019-03-21spi: lpspi: fix dataloss when SS is inactivated between every wordsGravatar Clark Wang 1-2/+2
2019-03-19spi: lpspi: fsl_lpspi_runtime_resume() can be staticGravatar kbuild test robot 1-2/+2
2019-03-18spi: lpspi: Code cleanupGravatar Clark Wang 1-1/+1
2019-03-18spi: lpspi: Add the missing NULL checkGravatar Clark Wang 1-2/+5
2019-03-18spi: lpspi: add dma mode supportGravatar Clark Wang 1-11/+301
2019-03-18spi: lpspi: use the core way to implement cs-gpio functionGravatar Clark Wang 1-35/+66
2019-03-18spi: lpspi: add the error info of transfer speed settingGravatar Clark Wang 1-3/+13
2019-03-18spi: lpspi: enable runtime pm for lpspiGravatar Han Xu 1-25/+92