index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-fsl-lpspi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
spi: spi-fsl-lpspi: Some calculation improvements
Mark Brown
2024-10-01
1
-4
/
+11
|
\
|
*
spi: spi-fsl-lpspi: support effective_speed_hz
Stefan Wahren
2024-09-30
1
-0
/
+6
|
*
spi: spi-fsl-lpspi: Fix specifiers in fsl_lpspi_set_bitrate
Stefan Wahren
2024-09-30
1
-1
/
+1
|
*
spi: spi-fsl-lpspi: Adjust type of scldiv
Stefan Wahren
2024-09-30
1
-3
/
+4
*
|
spi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-09-30
1
-1
/
+1
*
|
spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq()
Jinjie Ruan
2024-09-30
1
-8
/
+4
|
/
*
spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time
Jinjie Ruan
2024-09-19
1
-0
/
+1
*
spi: spi-fsl-lpspi: Fix off-by-one in prescale max
Stefan Wahren
2024-09-05
1
-2
/
+2
*
spi: spi-fsl-lpspi: limit PRESCALE bit in TCR register
Carlos Song
2024-08-20
1
-2
/
+29
*
spi: spi-fsl-lpspi: Fix scldiv calculation
Stefan Wahren
2024-08-08
1
-2
/
+4
*
spi: spi-fsl-lpspi: Pass pm_ptr()
Fabio Estevam
2024-06-25
1
-1
/
+1
*
spi: spi-fsl-lpspi: Switch to SYSTEM_SLEEP_PM_OPS()
Fabio Estevam
2024-06-25
1
-3
/
+3
*
spi: fsl-lpspi: use 'time_left' variable with wait_for_completion_timeout()
Wolfram Sang
2024-04-30
1
-7
/
+7
*
spi: spi-fsl-lpspi: remove redundant spi_controller_put call
Carlos Song
2024-04-03
1
-8
/
+6
*
spi: lpspi: Avoid potential use-after-free in probe()
Alexander Sverdlin
2024-03-12
1
-4
/
+4
*
spi: fsl-lpspi: switch to use modern name
Yang Yingliang
2023-08-14
1
-27
/
+27
*
spi: spi-fsl-lpspi: Read chip-select amount from hardware for i.MX93
Alexander Stein
2023-07-18
1
-2
/
+6
*
spi: spi-fsl-lpspi: Move controller initialization further down
Alexander Stein
2023-07-18
1
-16
/
+16
*
spi: spi-fsl-lpspi: Remove num_cs from device struct
Alexander Stein
2023-07-17
1
-4
/
+4
*
spi: Explicitly include correct DT includes
Rob Herring
2023-07-14
1
-1
/
+0
*
spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RX
Andy Shevchenko
2023-07-11
1
-1
/
+1
*
spi: spi-fsl-lpspi: downgrade log level for pio mode
Alexander Stein
2023-05-31
1
-1
/
+1
*
spi: Merge up fixes to help CI
Mark Brown
2023-05-30
1
-1
/
+6
|
\
|
*
spi: lpspi: disable lpspi module irq in DMA mode
Clark Wang
2023-05-23
1
-1
/
+6
*
|
spi: lpspi: run transfer speed_hz sanity check
Clark Wang
2023-05-08
1
-0
/
+6
|
/
*
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-03-11
1
-1
/
+1
*
spi: fsl-lpspi: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-06
1
-3
/
+2
*
spi: spi-fsl-lpspi: support multiple cs for lpspi
Han Xu
2022-12-07
1
-0
/
+5
*
spi: spi-fsl-lpspi: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
2022-09-26
1
-2
/
+1
*
spi: lpspi: Remove the unneeded result variable
ye xingchen
2022-09-08
1
-4
/
+1
*
spi: lpspi: Simplify some error message
Christophe JAILLET
2022-08-15
1
-1
/
+1
*
dmaengine: imx: Move header to include/dma/
Sascha Hauer
2022-04-19
1
-1
/
+1
*
spi: lpspi: release requested DMA channels
Alexander Stein
2021-11-15
1
-1
/
+5
*
spi: lpspi: Silence error message upon deferred probe
Alexander Stein
2021-11-12
1
-1
/
+1
*
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
|
\
[next]