index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-mem.c
Age
Commit message (
Expand
)
Author
2023-04-25
spi: spi-mem: perform odd len check only while writing data
Dhruva Gole
2023-04-25
spi: spi-mem: s/dummy/data buswidth check in dtr_supports_op()
Dhruva Gole
2022-09-13
spi-mem: Add dirmap API from Linux
Chin-Ting Kuo
2021-06-28
spi: spi-mem: add spi_mem_dtr_supports_op()
Pratyush Yadav
2021-06-28
spi: spi-mem: allow specifying a command's extension
Pratyush Yadav
2021-06-28
spi: spi-mem: allow specifying whether an op is DTR or not
Pratyush Yadav
2020-08-03
mtd: spi-mem: Drop dm.h header file
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-04-29
spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enum
Tudor Ambarus
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2020-01-27
mtd: spi-nor-core: Add octal mode support
Vignesh Raghavendra
2019-07-18
spi: spi-mem: Fix read data size issue
Ye Li
2019-07-10
spi: Avoid using malloc() in a critical function
Simon Glass
2019-04-12
spi: spi-mem: Check if exec_op function is set before calling it
Bernhard Messerklinger
2019-02-07
spi: spi-mem: Claim SPI bus before spi mem access
Vignesh R
2019-02-07
spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer size
Vignesh R
2019-02-07
spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modes
Vignesh R
2018-09-20
spi: Extend the core to ease integration of SPI memory controllers
Boris Brezillon