summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-fsl-lpspi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: lpspi: Avoid potential use-after-free in probe()Alexander Sverdlin2024-03-261-4/+4
* spi: fsl-lpspi: switch to use modern nameYang Yingliang2023-08-141-27/+27
* spi: spi-fsl-lpspi: Read chip-select amount from hardware for i.MX93Alexander Stein2023-07-181-2/+6
* spi: spi-fsl-lpspi: Move controller initialization further downAlexander Stein2023-07-181-16/+16
* spi: spi-fsl-lpspi: Remove num_cs from device structAlexander Stein2023-07-171-4/+4
* spi: Explicitly include correct DT includesRob Herring2023-07-141-1/+0
* spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko2023-07-111-1/+1
* spi: spi-fsl-lpspi: downgrade log level for pio modeAlexander Stein2023-05-311-1/+1
* spi: Merge up fixes to help CIMark Brown2023-05-301-1/+6
|\
| * spi: lpspi: disable lpspi module irq in DMA modeClark Wang2023-05-231-1/+6
* | spi: lpspi: run transfer speed_hz sanity checkClark Wang2023-05-081-0/+6
|/
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-1/+1
* spi: fsl-lpspi: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-3/+2
* spi: spi-fsl-lpspi: support multiple cs for lpspiHan Xu2022-12-071-0/+5
* spi: spi-fsl-lpspi: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2022-09-261-2/+1
* spi: lpspi: Remove the unneeded result variableye xingchen2022-09-081-4/+1
* spi: lpspi: Simplify some error messageChristophe JAILLET2022-08-151-1/+1
* dmaengine: imx: Move header to include/dma/Sascha Hauer2022-04-191-1/+1
* spi: lpspi: release requested DMA channelsAlexander Stein2021-11-151-1/+5
* spi: lpspi: Silence error message upon deferred probeAlexander Stein2021-11-121-1/+1
* spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li2021-04-091-1/+1
* spi: lpspi: Fix use-after-free on unbindLukas Wunner2020-11-121-3/+0
* spi: lpspi: Remove CONFIG_PM_SLEEP ifdeferyFabio Estevam2020-08-181-4/+2
* spi: lpspi: fix using CS discontinuously on i.MX8DXLEVKClark Wang2020-07-291-3/+8
* spi: lpspi: remove unused fsl_lpspi->chipselectClark Wang2020-07-291-2/+0
* spi: lpspi: Fix kernel warning dump when probe fail after calling spi_registerClark Wang2020-07-291-6/+6
* spi: lpspi: fix the imbalance of runtime pm function callClark Wang2020-07-221-1/+6
* spi: imx/fsl-lpspi: Convert to GPIO descriptorsLinus Walleij2020-07-131-44/+3
* spi: spi-fsl-lpspi: Fix runtime PM imbalance on errorDinghao Liu2020-05-261-2/+4
* spi: spi-fsl-lpspi: Fix indentation and open brace should be on the previous ...Aishwarya R2020-04-141-8/+7
* spi: spi-fsl-lpspi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-231-1/+1
* spi: fsl-lpspi: remove unneeded arrayOleksandr Suvorov2020-03-031-5/+2
* spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker2020-01-141-16/+16
* spi: fsl-lpspi: use true,false for bool variablezhengbin2019-12-251-2/+2
* spi: fsl-lpspi: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-151-2/+2
* Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-10-081-1/+1
|\
| * spi: lpspi: fix memory leak in fsl_lpspi_probeNavid Emamdoost2019-10-011-1/+1
* | spi: fsl-lpspi: clean up indentation issueColin Ian King2019-10-011-1/+1
|/
* spi: fsl-lpspi: Clean up fsl_lpspi_probeAxel Lin2019-04-081-6/+5
* spi: fsl-lpspi: Fix build warning when !CONFIG_PMAxel Lin2019-04-081-0/+2
* spi: fsl-lpspi: Fix problematic dev_set_drvdata callAxel Lin2019-04-081-3/+8
* Merge branch 'spi-5.1' into spi-5.2Mark Brown2019-04-051-2/+2
|\
| * spi: lpspi: fix dataloss when SS is inactivated between every wordsClark Wang2019-03-211-2/+2
* | spi: lpspi: add missing complete in abort func at dma modeClark Wang2019-04-031-1/+7
* | spi: lpspi: fsl_lpspi_runtime_resume() can be statickbuild test robot2019-03-191-2/+2
* | spi: lpspi: Code cleanupClark Wang2019-03-181-1/+1
* | spi: lpspi: Add the missing NULL checkClark Wang2019-03-181-2/+5
* | spi: lpspi: add dma mode supportClark Wang2019-03-181-11/+301
* | spi: lpspi: use the core way to implement cs-gpio functionClark Wang2019-03-181-35/+66
* | spi: lpspi: add the error info of transfer speed settingClark Wang2019-03-181-3/+13