summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-fsl-lpspi.c
AgeCommit message (Expand)Author
2021-11-15spi: lpspi: release requested DMA channelsAlexander Stein
2021-11-12spi: lpspi: Silence error message upon deferred probeAlexander Stein
2021-04-09spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li
2020-11-12spi: lpspi: Fix use-after-free on unbindLukas Wunner
2020-08-18spi: lpspi: Remove CONFIG_PM_SLEEP ifdeferyFabio Estevam
2020-07-29spi: lpspi: fix using CS discontinuously on i.MX8DXLEVKClark Wang
2020-07-29spi: lpspi: remove unused fsl_lpspi->chipselectClark Wang
2020-07-29spi: lpspi: Fix kernel warning dump when probe fail after calling spi_registerClark Wang
2020-07-22spi: lpspi: fix the imbalance of runtime pm function callClark Wang
2020-07-13spi: imx/fsl-lpspi: Convert to GPIO descriptorsLinus Walleij
2020-05-26spi: spi-fsl-lpspi: Fix runtime PM imbalance on errorDinghao Liu
2020-04-14spi: spi-fsl-lpspi: Fix indentation and open brace should be on the previous ...Aishwarya R
2020-03-23spi: spi-fsl-lpspi: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-03-03spi: fsl-lpspi: remove unneeded arrayOleksandr Suvorov
2020-01-14spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker
2019-12-25spi: fsl-lpspi: use true,false for bool variablezhengbin
2019-11-15spi: fsl-lpspi: Use dma_request_chan() directly for channel requestPeter Ujfalusi
2019-10-08Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-10-01spi: lpspi: fix memory leak in fsl_lpspi_probeNavid Emamdoost
2019-10-01spi: fsl-lpspi: clean up indentation issueColin Ian King
2019-04-08spi: fsl-lpspi: Clean up fsl_lpspi_probeAxel Lin
2019-04-08spi: fsl-lpspi: Fix build warning when !CONFIG_PMAxel Lin
2019-04-08spi: fsl-lpspi: Fix problematic dev_set_drvdata callAxel Lin
2019-04-05Merge branch 'spi-5.1' into spi-5.2Mark Brown
2019-04-03spi: lpspi: add missing complete in abort func at dma modeClark Wang
2019-03-21spi: lpspi: fix dataloss when SS is inactivated between every wordsClark Wang
2019-03-19spi: lpspi: fsl_lpspi_runtime_resume() can be statickbuild test robot
2019-03-18spi: lpspi: Code cleanupClark Wang
2019-03-18spi: lpspi: Add the missing NULL checkClark Wang
2019-03-18spi: lpspi: add dma mode supportClark Wang
2019-03-18spi: lpspi: use the core way to implement cs-gpio functionClark Wang
2019-03-18spi: lpspi: add the error info of transfer speed settingClark Wang
2019-03-18spi: lpspi: enable runtime pm for lpspiHan Xu
2019-03-18spi: lpspi: Add i.MX8 boards support for lpspiClark Wang
2019-01-07spi: lpspi: Fix CLK pin becomes low before one transferClark Wang
2019-01-07spi: lpspi: Fix wrong transmission when don't use CONTClark Wang
2019-01-07spi: lpspi: Improve the stability of lpspi data transmissionClark Wang
2018-12-13spi: lpspi: Let watermark change with send data lengthClark Wang
2018-12-13spi: lpspi: Add slave mode supportClark Wang
2018-12-13spi: lpspi: Replace all "master" with "controller"Clark Wang
2018-10-10spi: fsl-lpspi: Prevent FIFO under/overrun by defaultHieu Tran Dang
2018-05-03spi: lpspi: Switch to SPDX identifierFabio Estevam
2017-01-09spi: fsl-lpspi: fix indentation errorGao Pan
2016-12-14spi: fsl-lpspi: Pre-initialize ret in fsl_lpspi_transfer_one_msg()Geert Uytterhoeven
2016-12-05spi: fsl-lpspi: quit reading rx fifo under error conditionGao Pan
2016-12-05spi: fsl-lpspi: use GPL as module licenseGao Pan
2016-11-30spi: fsl-lpspi: read lpspi tx/rx fifo size in probe()Gao Pan
2016-11-30spi: fsl-lpspi: use wait_for_completion_timeout() while waiting transfer doneGao Pan
2016-11-25spi: imx: replace schedule() with cond_resched()Gao Pan
2016-11-25spi: imx: fix potential shift truncationGao Pan