linux/drivers/mtd/nand/raw/atmel
Miquel Raynal ce8148d7b8 mtd: rawnand: Rename a NAND chip option
NAND controller drivers can set the NAND_USE_BOUNCE_BUFFER flag to a
chip 'option' field. With this flag, the core is responsible of
providing DMA-able buffers.

The current behavior is to not force the use of a bounce buffer when
the core thinks this is not needed. So in the end the name is a bit
misleading, because in theory we will always have a DMA buffer but in
practice it will not always be a bounce buffer.

Rename this flag NAND_USES_DMA to be more accurate.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://lore.kernel.org/linux-mtd/20200507105241.14299-4-miquel.raynal@bootlin.com
2020-05-11 09:51:42 +02:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
nand-controller.c mtd: rawnand: Rename a NAND chip option 2020-05-11 09:51:42 +02:00
pmecc.c mtd: rawnand: atmel: switch to SPDX license identifiers 2019-03-21 16:45:12 +01:00
pmecc.h mtd: rawnand: atmel: switch to SPDX license identifiers 2019-03-21 16:45:12 +01:00