index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-fsl-lpspi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()
Wang Li
2021-04-09
1
-1
/
+1
*
spi: lpspi: Fix use-after-free on unbind
Lukas Wunner
2020-11-12
1
-3
/
+0
*
spi: lpspi: Remove CONFIG_PM_SLEEP ifdefery
Fabio Estevam
2020-08-18
1
-4
/
+2
*
spi: lpspi: fix using CS discontinuously on i.MX8DXLEVK
Clark Wang
2020-07-29
1
-3
/
+8
*
spi: lpspi: remove unused fsl_lpspi->chipselect
Clark Wang
2020-07-29
1
-2
/
+0
*
spi: lpspi: Fix kernel warning dump when probe fail after calling spi_register
Clark Wang
2020-07-29
1
-6
/
+6
*
spi: lpspi: fix the imbalance of runtime pm function call
Clark Wang
2020-07-22
1
-1
/
+6
*
spi: imx/fsl-lpspi: Convert to GPIO descriptors
Linus Walleij
2020-07-13
1
-44
/
+3
*
spi: spi-fsl-lpspi: Fix runtime PM imbalance on error
Dinghao Liu
2020-05-26
1
-2
/
+4
*
spi: spi-fsl-lpspi: Fix indentation and open brace should be on the previous ...
Aishwarya R
2020-04-14
1
-8
/
+7
*
spi: spi-fsl-lpspi: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-23
1
-1
/
+1
*
spi: fsl-lpspi: remove unneeded array
Oleksandr Suvorov
2020-03-03
1
-5
/
+2
*
spi: fsl-lpspi: fix only one cs-gpio working
Philippe Schenker
2020-01-14
1
-16
/
+16
*
spi: fsl-lpspi: use true,false for bool variable
zhengbin
2019-12-25
1
-2
/
+2
*
spi: fsl-lpspi: Use dma_request_chan() directly for channel request
Peter Ujfalusi
2019-11-15
1
-2
/
+2
*
Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
2019-10-08
1
-1
/
+1
|
\
|
*
spi: lpspi: fix memory leak in fsl_lpspi_probe
Navid Emamdoost
2019-10-01
1
-1
/
+1
*
|
spi: fsl-lpspi: clean up indentation issue
Colin Ian King
2019-10-01
1
-1
/
+1
|
/
*
spi: fsl-lpspi: Clean up fsl_lpspi_probe
Axel Lin
2019-04-08
1
-6
/
+5
*
spi: fsl-lpspi: Fix build warning when !CONFIG_PM
Axel Lin
2019-04-08
1
-0
/
+2
*
spi: fsl-lpspi: Fix problematic dev_set_drvdata call
Axel Lin
2019-04-08
1
-3
/
+8
*
Merge branch 'spi-5.1' into spi-5.2
Mark Brown
2019-04-05
1
-2
/
+2
|
\
|
*
spi: lpspi: fix dataloss when SS is inactivated between every words
Clark Wang
2019-03-21
1
-2
/
+2
*
|
spi: lpspi: add missing complete in abort func at dma mode
Clark Wang
2019-04-03
1
-1
/
+7
*
|
spi: lpspi: fsl_lpspi_runtime_resume() can be static
kbuild test robot
2019-03-19
1
-2
/
+2
*
|
spi: lpspi: Code cleanup
Clark Wang
2019-03-18
1
-1
/
+1
*
|
spi: lpspi: Add the missing NULL check
Clark Wang
2019-03-18
1
-2
/
+5
*
|
spi: lpspi: add dma mode support
Clark Wang
2019-03-18
1
-11
/
+301
*
|
spi: lpspi: use the core way to implement cs-gpio function
Clark Wang
2019-03-18
1
-35
/
+66
*
|
spi: lpspi: add the error info of transfer speed setting
Clark Wang
2019-03-18
1
-3
/
+13
*
|
spi: lpspi: enable runtime pm for lpspi
Han Xu
2019-03-18
1
-25
/
+92
*
|
spi: lpspi: Add i.MX8 boards support for lpspi
Clark Wang
2019-03-18
1
-11
/
+41
|
/
*
spi: lpspi: Fix CLK pin becomes low before one transfer
Clark Wang
2019-01-07
1
-4
/
+20
*
spi: lpspi: Fix wrong transmission when don't use CONT
Clark Wang
2019-01-07
1
-0
/
+9
*
spi: lpspi: Improve the stability of lpspi data transmission
Clark Wang
2019-01-07
1
-41
/
+20
*
spi: lpspi: Let watermark change with send data length
Clark Wang
2018-12-13
1
-2
/
+9
*
spi: lpspi: Add slave mode support
Clark Wang
2018-12-13
1
-28
/
+79
*
spi: lpspi: Replace all "master" with "controller"
Clark Wang
2018-12-13
1
-38
/
+46
*
spi: fsl-lpspi: Prevent FIFO under/overrun by default
Hieu Tran Dang
2018-10-10
1
-1
/
+1
*
spi: lpspi: Switch to SPDX identifier
Fabio Estevam
2018-05-03
1
-16
/
+5
*
spi: fsl-lpspi: fix indentation error
Gao Pan
2017-01-09
1
-3
/
+3
*
spi: fsl-lpspi: Pre-initialize ret in fsl_lpspi_transfer_one_msg()
Geert Uytterhoeven
2016-12-14
1
-1
/
+1
*
spi: fsl-lpspi: quit reading rx fifo under error condition
Gao Pan
2016-12-05
1
-1
/
+4
*
spi: fsl-lpspi: use GPL as module license
Gao Pan
2016-12-05
1
-1
/
+1
*
spi: fsl-lpspi: read lpspi tx/rx fifo size in probe()
Gao Pan
2016-11-30
1
-7
/
+14
*
spi: fsl-lpspi: use wait_for_completion_timeout() while waiting transfer done
Gao Pan
2016-11-30
1
-1
/
+6
*
spi: imx: replace schedule() with cond_resched()
Gao Pan
2016-11-25
1
-1
/
+1
*
spi: imx: fix potential shift truncation
Gao Pan
2016-11-25
1
-1
/
+1
*
spi: imx: use prepare_transfer_hardware() for lpspi
Gao Pan
2016-11-25
1
-6
/
+4
*
spi: imx: add lpspi bus driver
Gao Pan
2016-11-22
1
-0
/
+512