index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-fsl-dspi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-07
spi: spi-fsl-dspi: use modern PM macros
Jisheng Zhang
1
-4
/
+2
2026-06-30
spi: fsl-dspi: clean up after failed suspend and resume
Jiawen Liu
1
-3
/
+18
2026-05-21
spi: fix controller registration API inconsistency
Johan Hovold
1
-0
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-19
spi: Drop duplicate of_node assignment
Andy Shevchenko
1
-1
/
+0
2025-09-03
spi: spi-fsl-dspi: Report FIFO overflows as errors
James Clark
1
-1
/
+27
2025-09-03
spi: spi-fsl-dspi: Increase target mode DMA buffer size
James Clark
1
-1
/
+12
2025-09-03
spi: spi-fsl-dspi: Use whole page for DMA buffers
James Clark
1
-11
/
+30
2025-09-03
spi: spi-fsl-dspi: Use non-coherent memory for DMA
James Clark
1
-24
/
+41
2025-09-03
spi: spi-fsl-dspi: Stub out DMA functions
James Clark
1
-10
/
+24
2025-09-03
spi: fsl-dspi: Store status directly in cur_msg->status
James Clark
1
-19
/
+17
2025-09-03
spi: fsl-dspi: Avoid using -EINPROGRESS error code
James Clark
1
-17
/
+24
2025-07-21
spidev: introduce trivial abb sensor device
Mark Brown
1
-1
/
+10
2025-06-29
spi: spi-fsl-dspi: Clear completion counter before initiating transfer
James Clark
1
-1
/
+10
2025-06-08
spi: spi-fsl-dspi: Enable support for S32G platforms
Ciprian Marian Costea
1
-0
/
+3
2025-06-08
spi: spi-fsl-dspi: Enable modified transfer protocol on S32G
Andra-Teodora Ilie
1
-3
/
+42
2025-06-08
spi: spi-fsl-dspi: Reinitialize DSPI regs after resuming for S32G
Larisa Grigore
1
-35
/
+42
2025-06-08
spi: spi-fsl-dspi: Use DMA for S32G controller in target mode
Larisa Grigore
1
-0
/
+26
2025-06-08
spi: spi-fsl-dspi: Avoid setup_accel logic for DMA transfers
Larisa Grigore
1
-6
/
+7
2025-06-08
spi: spi-fsl-dspi: Use spi_alloc_target for target
Marius Trifu
1
-4
/
+4
2025-06-08
spi: spi-fsl-dspi: Add config and regmaps for S32G platforms
Larisa Grigore
1
-3
/
+36
2025-06-08
spi: spi-fsl-dspi: Define regmaps per device
James Clark
1
-62
/
+74
2025-06-08
spi: spi-fsl-dspi: Re-use one volatile regmap for both device types
James Clark
1
-15
/
+4
2025-05-22
spi: spi-fsl-dspi: Reset SR flags before sending a new message
Larisa Grigore
1
-0
/
+2
2025-05-22
spi: spi-fsl-dspi: Halt the module after a new message transfer
Bogdan-Gabriel Roman
1
-0
/
+24
2025-05-22
spi: spi-fsl-dspi: restrict register range for regmap access
Larisa Grigore
1
-1
/
+19
2024-11-20
Merge tag 'spi-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-5
/
+5
2024-10-23
spi: spi-fsl-dspi: Fix crash when not using GPIO chip select
Frank Li
1
-1
/
+5
2024-10-08
spi: spi-fsl-dspi: Fix casting warnings
Hardevsinh Palaniya
1
-4
/
+4
2024-09-30
spi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-07-01
spi: fsl-dspi: use common proptery 'spi-cs-setup(hold)-delay-ns'
Frank Li
1
-4
/
+13
2024-03-28
spi: fsl-dspi: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-02-05
spi: fsl-dspi: Unify error messaging in dspi_request_dma()
andy.shevchenko@gmail.com
1
-8
/
+5
2024-02-05
spi: fsl-dspi: Preserve error code returned by dmaengine_slave_config()
andy.shevchenko@gmail.com
1
-2
/
+0
2023-09-11
spi: spi-fsl-dspi: Use helper function devm_clk_get_enabled()
Li Zetao
1
-9
/
+3
2023-08-14
spi: fsl-dspi: switch to use modern name
Yang Yingliang
1
-12
/
+12
2023-07-25
spi: fsl-dspi: Use dev_err_probe() in dspi_request_dma()
Minjie Du
1
-4
/
+3
2023-07-14
spi: Explicitly include correct DT includes
Rob Herring
1
-1
/
+2
2023-06-06
spi: fsl-dspi: avoid SCK glitches with continuous transfers
Vladimir Oltean
1
-0
/
+15
2023-03-13
spi: fsl-dspi: Remove unneeded cast to same type
Geert Uytterhoeven
1
-1
/
+1
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
1
-8
/
+8
2023-03-06
spi: fsl-dspi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-11-16
spi: fsl-dspi: add cs-gpios support
Radu Pirea (NXP OSS)
1
-2
/
+34
2022-09-26
spi: spi-fsl-dspi: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2021-08-10
spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_config
Tony Lindgren
1
-0
/
+1
2021-05-10
spi: spi-fsl-dspi: Fix a resource leak in an error handling path
Christophe JAILLET
1
-1
/
+3
2020-12-01
spi: spi-fsl-dspi: Use max_native_cs instead of num_chipselect to set SPI_MCR
Maxim Kochetkov
1
-3
/
+3
2020-11-04
spi: fsl-dspi: fix wrong pointer in suspend/resume
Zhao Qiang
1
-6
/
+4
2020-10-09
Merge remote-tracking branch 'spi/for-5.10' into spi-next
Mark Brown
1
-52
/
+6
[next]