summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-mem.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-mem: Drop dm.h header fileSimon Glass2020-08-031-1/+6
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enumTudor Ambarus2020-04-291-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra2020-01-271-0/+6
* spi: spi-mem: Fix read data size issueYe Li2019-07-181-3/+5
* spi: Avoid using malloc() in a critical functionSimon Glass2019-07-101-4/+11
* spi: spi-mem: Check if exec_op function is set before calling itBernhard Messerklinger2019-04-121-1/+1
* spi: spi-mem: Claim SPI bus before spi mem accessVignesh R2019-02-071-5/+8
* spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer sizeVignesh R2019-02-071-0/+19
* spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modesVignesh R2019-02-071-9/+0
* spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2018-09-201-0/+501