summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-fsl-lpspi.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12spi: lpspi: Avoid potential use-after-free in probe()Alexander Sverdlin1-4/+4
2023-08-14spi: fsl-lpspi: switch to use modern nameYang Yingliang1-27/+27
2023-07-18spi: spi-fsl-lpspi: Read chip-select amount from hardware for i.MX93Alexander Stein1-2/+6
2023-07-18spi: spi-fsl-lpspi: Move controller initialization further downAlexander Stein1-16/+16
2023-07-17spi: spi-fsl-lpspi: Remove num_cs from device structAlexander Stein1-4/+4
2023-07-14spi: Explicitly include correct DT includesRob Herring1-1/+0
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko1-1/+1
2023-05-31spi: spi-fsl-lpspi: downgrade log level for pio modeAlexander Stein1-1/+1
2023-05-30spi: Merge up fixes to help CIMark Brown1-1/+6
2023-05-23spi: lpspi: disable lpspi module irq in DMA modeClark Wang1-1/+6
2023-05-08spi: lpspi: run transfer speed_hz sanity checkClark Wang1-0/+6
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-1/+1
2023-03-06spi: fsl-lpspi: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-12-07spi: spi-fsl-lpspi: support multiple cs for lpspiHan Xu1-0/+5
2022-09-26spi: spi-fsl-lpspi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-2/+1
2022-09-08spi: lpspi: Remove the unneeded result variableye xingchen1-4/+1
2022-08-15spi: lpspi: Simplify some error messageChristophe JAILLET1-1/+1
2022-04-19dmaengine: imx: Move header to include/dma/Sascha Hauer1-1/+1
2021-11-15spi: lpspi: release requested DMA channelsAlexander Stein1-1/+5
2021-11-12spi: lpspi: Silence error message upon deferred probeAlexander Stein1-1/+1
2021-04-09spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li1-1/+1
2020-11-12spi: lpspi: Fix use-after-free on unbindLukas Wunner1-3/+0
2020-08-18spi: lpspi: Remove CONFIG_PM_SLEEP ifdeferyFabio Estevam1-4/+2
2020-07-29spi: lpspi: fix using CS discontinuously on i.MX8DXLEVKClark Wang1-3/+8
2020-07-29spi: lpspi: remove unused fsl_lpspi->chipselectClark Wang1-2/+0
2020-07-29spi: lpspi: Fix kernel warning dump when probe fail after calling spi_registerClark Wang1-6/+6
2020-07-22spi: lpspi: fix the imbalance of runtime pm function callClark Wang1-1/+6
2020-07-13spi: imx/fsl-lpspi: Convert to GPIO descriptorsLinus Walleij1-44/+3
2020-05-26spi: spi-fsl-lpspi: Fix runtime PM imbalance on errorDinghao Liu1-2/+4
2020-04-14spi: spi-fsl-lpspi: Fix indentation and open brace should be on the previous ...Aishwarya R1-8/+7
2020-03-23spi: spi-fsl-lpspi: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-03spi: fsl-lpspi: remove unneeded arrayOleksandr Suvorov1-5/+2
2020-01-14spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker1-16/+16
2019-12-25spi: fsl-lpspi: use true,false for bool variablezhengbin1-2/+2
2019-11-15spi: fsl-lpspi: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-2/+2
2019-10-08Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-1/+1
2019-10-01spi: lpspi: fix memory leak in fsl_lpspi_probeNavid Emamdoost1-1/+1
2019-10-01spi: fsl-lpspi: clean up indentation issueColin Ian King1-1/+1
2019-04-08spi: fsl-lpspi: Clean up fsl_lpspi_probeAxel Lin1-6/+5
2019-04-08spi: fsl-lpspi: Fix build warning when !CONFIG_PMAxel Lin1-0/+2
2019-04-08spi: fsl-lpspi: Fix problematic dev_set_drvdata callAxel Lin1-3/+8
2019-04-05Merge branch 'spi-5.1' into spi-5.2Mark Brown1-2/+2
2019-04-03spi: lpspi: add missing complete in abort func at dma modeClark Wang1-1/+7
2019-03-21spi: lpspi: fix dataloss when SS is inactivated between every wordsClark Wang1-2/+2
2019-03-19spi: lpspi: fsl_lpspi_runtime_resume() can be statickbuild test robot1-2/+2
2019-03-18spi: lpspi: Code cleanupClark Wang1-1/+1
2019-03-18spi: lpspi: Add the missing NULL checkClark Wang1-2/+5
2019-03-18spi: lpspi: add dma mode supportClark Wang1-11/+301
2019-03-18spi: lpspi: use the core way to implement cs-gpio functionClark Wang1-35/+66
2019-03-18spi: lpspi: add the error info of transfer speed settingClark Wang1-3/+13