aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-mem.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-28spi: spi-mem: add spi_mem_dtr_supports_op()Pratyush Yadav1-3/+29
2021-06-28spi: spi-mem: allow specifying a command's extensionPratyush Yadav1-6/+7
2021-06-28spi: spi-mem: allow specifying whether an op is DTR or notPratyush Yadav1-0/+3
2020-08-03mtd: spi-mem: Drop dm.h header fileSimon Glass1-1/+6
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-29spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enumTudor Ambarus1-1/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-27mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra1-0/+6
2019-07-18spi: spi-mem: Fix read data size issueYe Li1-3/+5
2019-07-10spi: Avoid using malloc() in a critical functionSimon Glass1-4/+11
2019-04-12spi: spi-mem: Check if exec_op function is set before calling itBernhard Messerklinger1-1/+1
2019-02-07spi: spi-mem: Claim SPI bus before spi mem accessVignesh R1-5/+8
2019-02-07spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer sizeVignesh R1-0/+19
2019-02-07spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modesVignesh R1-9/+0
2018-09-20spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon1-0/+501