index
:
linux/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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-sh-msiof.c
Age
Commit message (
Expand
)
Author
2025-07-10
spi: sh-msiof: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Move register definitions to <linux/spi/sh_msiof.h>
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Document frame start sync pulse mode
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Double maximum DMA transfer size using two groups
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Simplify BRG's Division Ratio
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Increase TX FIFO size for R-Car V4H/V4M
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Correct RX FIFO size for R-Car Gen3
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Correct RX FIFO size for R-Car Gen2
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Add core support for dual-group transfers
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Correct SIMDR2_GRPMASK
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: SIFCTR bitfield conversion
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: SICTR bitfield conversion
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: SITSCR/SIRSCR bitfield conversion
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: SITMDR2 and SIRMDR2 bitfield conversion
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: SITMDR1/SIRMDR1 bitfield conversion
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Make words/fs unsigned in FIFO helpers
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Make words/bits unsigned in sh_msiof_spi_txrx_once()
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Use bool for boolean flags
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Complete using dev in sh_msiof_spi_probe()
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Fix maximum DMA transfer size
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Remove unneeded compatible values
Geert Uytterhoeven
2025-05-19
spi: sh-msiof: Drop comma after OF match table sentinel
Geert Uytterhoeven
2025-04-24
spi: sh-msiof: ignore driver probing if it was MSIOF Sound
Kuninori Morimoto
2025-04-24
spi: sh-msiof: use dev in sh_msiof_spi_probe()
Kuninori Morimoto
2024-10-07
spi: Merge up v6.12
Mark Brown
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-30
spi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-01-30
spi: sh-msiof: avoid integer overflow in constants
Wolfram Sang
2023-12-12
spi: sh-msiof: Enforce fixed DTDL for R-Car H3
Wolfram Sang
2023-08-21
spi: sh-msiof: switch to use modern name
Yang Yingliang
2023-07-14
spi: Explicitly include correct DT includes
Rob Herring
2023-03-13
spi: struct spi_device constification
Mark Brown
2023-03-13
spi: sh-msiof: Mark OF related data as maybe unused
Krzysztof Kozlowski
2023-03-13
spi: sh-msiof: Remove casts to drop constness
Geert Uytterhoeven
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-03-06
spi: sh-msiof: Convert to platform remove callback returning void
Uwe Kleine-König
2022-08-29
spi: sh-msiof: add generic Gen4 binding
Wolfram Sang
2021-09-17
spi: sh-msiof: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
2021-06-23
spi: spi-sh-msiof: : use proper DMAENGINE API for termination
Wolfram Sang
2021-01-13
spi: sh-msiof: Fill in controller speed limits
Geert Uytterhoeven
2021-01-13
spi: sh-msiof: Fill in spi_transfer.effective_speed_hz
Geert Uytterhoeven
2020-04-14
spi: spi-sh-msiof: Fix checkpatch error Complex macros should use ()
Aishwarya R
2020-01-09
spi: sh-msiof: Do not redefine STR while compile testing
Krzysztof Kozlowski
2020-01-07
spi: sh-msiof: Convert to generic unused native cs handling.
Geert Uytterhoeven
2019-08-07
spi: sh-msiof: Use devm_platform_ioremap_resource() helper
Geert Uytterhoeven
2019-08-02
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-05-28
spi: sh-msiof: Reduce delays in sh_msiof_modify_ctr_wait()
Geert Uytterhoeven
2019-04-04
spi: sh-msiof: Convert to use GPIO descriptors
Geert Uytterhoeven
2019-04-03
spi: sh-msiof: Add reset of registers before starting transfer
Geert Uytterhoeven
2019-04-03
spi: sh-msiof: Use readl_poll_timeout_atomic() instead of open-coding
Geert Uytterhoeven
[next]