summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-fsl-lpspi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: fsl-lpspi: Clean up fsl_lpspi_probeAxel Lin2019-04-081-6/+5Star
* 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
* | spi: lpspi: enable runtime pm for lpspiHan Xu2019-03-181-25/+92
* | spi: lpspi: Add i.MX8 boards support for lpspiClark Wang2019-03-181-11/+41
|/
* spi: lpspi: Fix CLK pin becomes low before one transferClark Wang2019-01-071-4/+20
* spi: lpspi: Fix wrong transmission when don't use CONTClark Wang2019-01-071-0/+9
* spi: lpspi: Improve the stability of lpspi data transmissionClark Wang2019-01-071-41/+20Star
* spi: lpspi: Let watermark change with send data lengthClark Wang2018-12-131-2/+9
* spi: lpspi: Add slave mode supportClark Wang2018-12-131-28/+79
* spi: lpspi: Replace all "master" with "controller"Clark Wang2018-12-131-38/+46
* spi: fsl-lpspi: Prevent FIFO under/overrun by defaultHieu Tran Dang2018-10-101-1/+1
* spi: lpspi: Switch to SPDX identifierFabio Estevam2018-05-031-16/+5Star
* spi: fsl-lpspi: fix indentation errorGao Pan2017-01-091-3/+3
* spi: fsl-lpspi: Pre-initialize ret in fsl_lpspi_transfer_one_msg()Geert Uytterhoeven2016-12-141-1/+1
* spi: fsl-lpspi: quit reading rx fifo under error conditionGao Pan2016-12-051-1/+4
* spi: fsl-lpspi: use GPL as module licenseGao Pan2016-12-051-1/+1
* spi: fsl-lpspi: read lpspi tx/rx fifo size in probe()Gao Pan2016-11-301-7/+14
* spi: fsl-lpspi: use wait_for_completion_timeout() while waiting transfer doneGao Pan2016-11-301-1/+6
* spi: imx: replace schedule() with cond_resched()Gao Pan2016-11-251-1/+1
* spi: imx: fix potential shift truncationGao Pan2016-11-251-1/+1
* spi: imx: use prepare_transfer_hardware() for lpspiGao Pan2016-11-251-6/+4Star
* spi: imx: add lpspi bus driverGao Pan2016-11-221-0/+512