]> asedeno.scripts.mit.edu Git - linux.git/commit
mtd: spi-nor: always use bounce buffer for register read/writes
authorVignesh Raghavendra <vigneshr@ti.com>
Tue, 6 Aug 2019 05:10:39 +0000 (10:40 +0530)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Mon, 12 Aug 2019 07:53:48 +0000 (10:53 +0300)
commitf173f26a4d543fa57e6ed9505bbbbf9bec61f544
treef5fbd6bedb3a629bdde7c11193f737819cabeb12
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b
mtd: spi-nor: always use bounce buffer for register read/writes

spi-mem layer expects all buffers passed to it to be DMA'able. But
spi-nor layer mostly allocates buffers on stack for reading/writing to
registers and therefore are not DMA'able. Introduce bounce buffer to be
used to read/write to registers. This ensures that buffer passed to
spi-mem layer during register read/writes is DMA'able. With this change
nor->cmd-buf is no longer used, so drop it.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
drivers/mtd/spi-nor/spi-nor.c
include/linux/mtd/spi-nor.h