index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-fsl-lpspi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-23
spi: spi-fsl-lpspi: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-03
spi: fsl-lpspi: remove unneeded array
Oleksandr Suvorov
1
-5
/
+2
2020-01-14
spi: fsl-lpspi: fix only one cs-gpio working
Philippe Schenker
1
-16
/
+16
2019-12-25
spi: fsl-lpspi: use true,false for bool variable
zhengbin
1
-2
/
+2
2019-11-15
spi: fsl-lpspi: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-10-08
Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...
Mark Brown
1
-1
/
+1
2019-10-01
spi: lpspi: fix memory leak in fsl_lpspi_probe
Navid Emamdoost
1
-1
/
+1
2019-10-01
spi: fsl-lpspi: clean up indentation issue
Colin Ian King
1
-1
/
+1
2019-04-08
spi: fsl-lpspi: Clean up fsl_lpspi_probe
Axel Lin
1
-6
/
+5
2019-04-08
spi: fsl-lpspi: Fix build warning when !CONFIG_PM
Axel Lin
1
-0
/
+2
2019-04-08
spi: fsl-lpspi: Fix problematic dev_set_drvdata call
Axel Lin
1
-3
/
+8
2019-04-05
Merge branch 'spi-5.1' into spi-5.2
Mark Brown
1
-2
/
+2
2019-04-03
spi: lpspi: add missing complete in abort func at dma mode
Clark Wang
1
-1
/
+7
2019-03-21
spi: lpspi: fix dataloss when SS is inactivated between every words
Clark Wang
1
-2
/
+2
2019-03-19
spi: lpspi: fsl_lpspi_runtime_resume() can be static
kbuild test robot
1
-2
/
+2
2019-03-18
spi: lpspi: Code cleanup
Clark Wang
1
-1
/
+1
2019-03-18
spi: lpspi: Add the missing NULL check
Clark Wang
1
-2
/
+5
2019-03-18
spi: lpspi: add dma mode support
Clark Wang
1
-11
/
+301
2019-03-18
spi: lpspi: use the core way to implement cs-gpio function
Clark Wang
1
-35
/
+66
2019-03-18
spi: lpspi: add the error info of transfer speed setting
Clark Wang
1
-3
/
+13
2019-03-18
spi: lpspi: enable runtime pm for lpspi
Han Xu
1
-25
/
+92
2019-03-18
spi: lpspi: Add i.MX8 boards support for lpspi
Clark Wang
1
-11
/
+41
2019-01-07
spi: lpspi: Fix CLK pin becomes low before one transfer
Clark Wang
1
-4
/
+20
2019-01-07
spi: lpspi: Fix wrong transmission when don't use CONT
Clark Wang
1
-0
/
+9
2019-01-07
spi: lpspi: Improve the stability of lpspi data transmission
Clark Wang
1
-41
/
+20
2018-12-13
spi: lpspi: Let watermark change with send data length
Clark Wang
1
-2
/
+9
2018-12-13
spi: lpspi: Add slave mode support
Clark Wang
1
-28
/
+79
2018-12-13
spi: lpspi: Replace all "master" with "controller"
Clark Wang
1
-38
/
+46
2018-10-10
spi: fsl-lpspi: Prevent FIFO under/overrun by default
Hieu Tran Dang
1
-1
/
+1
2018-05-03
spi: lpspi: Switch to SPDX identifier
Fabio Estevam
1
-16
/
+5
2017-01-09
spi: fsl-lpspi: fix indentation error
Gao Pan
1
-3
/
+3
2016-12-14
spi: fsl-lpspi: Pre-initialize ret in fsl_lpspi_transfer_one_msg()
Geert Uytterhoeven
1
-1
/
+1
2016-12-05
spi: fsl-lpspi: quit reading rx fifo under error condition
Gao Pan
1
-1
/
+4
2016-12-05
spi: fsl-lpspi: use GPL as module license
Gao Pan
1
-1
/
+1
2016-11-30
spi: fsl-lpspi: read lpspi tx/rx fifo size in probe()
Gao Pan
1
-7
/
+14
2016-11-30
spi: fsl-lpspi: use wait_for_completion_timeout() while waiting transfer done
Gao Pan
1
-1
/
+6
2016-11-25
spi: imx: replace schedule() with cond_resched()
Gao Pan
1
-1
/
+1
2016-11-25
spi: imx: fix potential shift truncation
Gao Pan
1
-1
/
+1
2016-11-25
spi: imx: use prepare_transfer_hardware() for lpspi
Gao Pan
1
-6
/
+4
2016-11-22
spi: imx: add lpspi bus driver
Gao Pan
1
-0
/
+512