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
2024-04-30
spi: fsl-lpspi: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
1
-7
/
+7
2024-04-03
spi: spi-fsl-lpspi: remove redundant spi_controller_put call
Carlos Song
1
-8
/
+6
2024-03-12
spi: lpspi: Avoid potential use-after-free in probe()
Alexander Sverdlin
1
-4
/
+4
2023-08-14
spi: fsl-lpspi: switch to use modern name
Yang Yingliang
1
-27
/
+27
2023-07-18
spi: spi-fsl-lpspi: Read chip-select amount from hardware for i.MX93
Alexander Stein
1
-2
/
+6
2023-07-18
spi: spi-fsl-lpspi: Move controller initialization further down
Alexander Stein
1
-16
/
+16
2023-07-17
spi: spi-fsl-lpspi: Remove num_cs from device struct
Alexander Stein
1
-4
/
+4
2023-07-14
spi: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-07-11
spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
Andy Shevchenko
1
-1
/
+1
2023-05-31
spi: spi-fsl-lpspi: downgrade log level for pio mode
Alexander Stein
1
-1
/
+1
2023-05-30
spi: Merge up fixes to help CI
Mark Brown
1
-1
/
+6
2023-05-23
spi: lpspi: disable lpspi module irq in DMA mode
Clark Wang
1
-1
/
+6
2023-05-08
spi: lpspi: run transfer speed_hz sanity check
Clark Wang
1
-0
/
+6
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
1
-1
/
+1
2023-03-06
spi: fsl-lpspi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2022-12-07
spi: spi-fsl-lpspi: support multiple cs for lpspi
Han Xu
1
-0
/
+5
2022-09-26
spi: spi-fsl-lpspi: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2022-09-08
spi: lpspi: Remove the unneeded result variable
ye xingchen
1
-4
/
+1
2022-08-15
spi: lpspi: Simplify some error message
Christophe JAILLET
1
-1
/
+1
2022-04-19
dmaengine: imx: Move header to include/dma/
Sascha Hauer
1
-1
/
+1
2021-11-15
spi: lpspi: release requested DMA channels
Alexander Stein
1
-1
/
+5
2021-11-12
spi: lpspi: Silence error message upon deferred probe
Alexander Stein
1
-1
/
+1
2021-04-09
spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()
Wang Li
1
-1
/
+1
2020-11-12
spi: lpspi: Fix use-after-free on unbind
Lukas Wunner
1
-3
/
+0
2020-08-18
spi: lpspi: Remove CONFIG_PM_SLEEP ifdefery
Fabio Estevam
1
-4
/
+2
2020-07-29
spi: lpspi: fix using CS discontinuously on i.MX8DXLEVK
Clark Wang
1
-3
/
+8
2020-07-29
spi: lpspi: remove unused fsl_lpspi->chipselect
Clark Wang
1
-2
/
+0
2020-07-29
spi: lpspi: Fix kernel warning dump when probe fail after calling spi_register
Clark Wang
1
-6
/
+6
2020-07-22
spi: lpspi: fix the imbalance of runtime pm function call
Clark Wang
1
-1
/
+6
2020-07-13
spi: imx/fsl-lpspi: Convert to GPIO descriptors
Linus Walleij
1
-44
/
+3
2020-05-26
spi: spi-fsl-lpspi: Fix runtime PM imbalance on error
Dinghao Liu
1
-2
/
+4
2020-04-14
spi: spi-fsl-lpspi: Fix indentation and open brace should be on the previous ...
Aishwarya R
1
-8
/
+7
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
[next]