diff options
author | Boris Brezillon <bbrezillon@kernel.org> | 2018-10-25 16:21:08 +0300 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-04-08 11:21:11 +0300 |
commit | 3020e30af6f81beedfeb4cf4eecc693bba55a6c2 (patch) | |
tree | 99bb8c2b82ec7e76554c31c9707866a00497ca2b /net | |
parent | 080d66e94d69a5b1d197ac411db6c27700868af8 (diff) | |
download | linux-3020e30af6f81beedfeb4cf4eecc693bba55a6c2.tar.xz |
mtd: rawnand: Prepare things to reuse the generic NAND layer
The generic NAND layer provides abstraction of NAND devices no matter
the bus that is used to communicate with the chip. Basing the raw NAND
core on this generic layer should avoid duplication of common
operations, like iterating over all pages/blocks for MTD IO/erase
operations.
In order to re-use this layer, we must first inherit from nand_device
and then initialize the nand_device struct appropriately. This patch
is taking care of the former.
Signed-off-by: Boris Brezillon <bbrezillon@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions