开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-mem.c
Age
Commit message (
Expand
)
Author
4 days
spi: spi-mem: Flag DQS capability
Miquel Raynal
2026-06-12
spi: spi-mem: Add a no_cs_assertion capability
Mark Brown
2026-05-28
spi: spi-mem: avoid mutating op template in spi_mem_supports_op()
Santhosh Kumar K
2026-05-04
spi: spi-mem: Create a secondary read operation
Miquel Raynal
2026-05-04
spi: spi-mem: Transform the read operation template
Miquel Raynal
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-28
spi: aspeed: Improve handling of shared SPI
Mark Brown
2026-01-27
spi: spi-mem: Protect dirmap_create() with spi_mem_access_start/end
Chin-Ting Kuo
2026-01-12
spi: spi-mem: Limit octal DTR constraints to octal DTR situations
Miquel Raynal
2025-10-27
spi: spi-mem: Trace exec_op
Sean Anderson
2025-08-21
Merge tag 'spi-fix-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-08-06
spi: spi-mem: add spi_mem_adjust_op_freq() in spi_mem_supports_op()
Tianyu Xu
2025-08-04
spi: spi-mem: Add missing kdoc argument
Miquel Raynal
2025-07-30
spi: spi-mem: Take into account the actual maximum frequency
Miquel Raynal
2025-07-30
spi: spi-mem: Use picoseconds for calculating the op durations
Miquel Raynal
2025-04-25
spi: spi-mem: Add fix to avoid divide error
Raju Rangoju
2025-03-20
spi: spi-mem: Introduce a default ->exec_op() debug log
Miquel Raynal
2025-01-10
spi: spi-mem: Estimate the time taken by operations
Miquel Raynal
2025-01-09
spi: spi-mem: Add a new controller capability
Miquel Raynal
2025-01-09
spi: spi-mem: Extend spi-mem operations with a per-operation maximum frequency
Miquel Raynal
2024-10-02
spi: spi-mem: Allow specifying the byte order in Octal DTR mode
Tudor Ambarus
2024-03-14
spi: Fix error code checking in spi_mem_exec_op()
Florian Fainelli
2024-02-26
spi: spi-mem: add statistics support to ->exec_op() calls
Théo Lebrun
2023-11-30
spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPP
Chia-Lin Kao (AceLan)
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-02-10
spi: spi-mem: Allow controller supporting mem_ops without exec_op
William Zhang
2022-06-06
spi: spi-mem: Fix spi_mem_poll_status()
Patrice Chotard
2022-05-11
spi: stm32-qspi: flags management fixes
Mark Brown
2022-04-21
spi: spi-mem: check if data buffers are on stack
Pratyush Yadav
2022-04-19
spi: spi-cadence-quadspi: using pm_runtime_resume_and_get instead of pm_runti...
Minghao Chi
2022-03-25
Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-02-10
spi: spi-mem: Add an ecc parameter to the spi_mem_op structure
Miquel Raynal
2022-02-10
spi: spi-mem: Kill the spi_mem_dtr_supports_op() helper
Miquel Raynal
2022-02-10
spi: spi-mem: Check the controller extra capabilities
Miquel Raynal
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
2021-06-14
spi: spi-mem: fix doc warning in spi-mem.c
Yang Yingliang
2021-06-03
spi: spi-mem: add automatic poll status functions
Patrice Chotard
2021-03-24
spi: spi-mem: Fix code indent should use tabs where possible
Jay Fang
2021-02-11
spi: spi-mem: add spi_mem_dtr_supports_op()
Pratyush Yadav
2021-01-06
spi: spi-mem: Mark dummy transfers by setting dummy_data bit
Sowjanya Komatineni
2020-11-04
spi: spi-mem: fix reference leak in spi_mem_access_start
Zhang Qilong
2020-11-02
spi: spi-mem: Fix passing zero to 'PTR_ERR' warning
YueHaibing
2020-07-14
spi: spi-mem: allow specifying a command's extension
Pratyush Yadav
2020-07-14
spi: spi-mem: allow specifying whether an op is DTR or not
Pratyush Yadav
2020-04-23
spi: spi-mem: Fix Dual/Quad modes on Octal-capable devices
Geert Uytterhoeven
2020-02-28
spi: spi-mem: Compute length only when needed
Tudor Ambarus
2020-02-17
spi: spi-mem: Fix typo, s/fallback/falls back
Tudor Ambarus
2019-11-07
spi: spi-mem: fallback to using transfers when CS gpios are used
Chris Packham
2019-04-08
spi-mem: fix kernel-doc for spi_mem_dirmap_{read|write}()
Sergei Shtylyov
[next]