aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-fsl-lpspi.c
AgeCommit message (Expand)Author
2020-05-15spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker
2019-12-02spi: lpspi: fix memory leak in fsl_lpspi_probeNavid Emamdoost
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
2016-11-25spi: imx: use prepare_transfer_hardware() for lpspiGao Pan
2016-11-22spi: imx: add lpspi bus driverGao Pan