]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: nand: sharpsl: Register partitions using the parsers
authorAndrea Adami <andrea.adami@gmail.com>
Mon, 14 Aug 2017 20:48:35 +0000 (22:48 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Wed, 23 Aug 2017 14:49:32 +0000 (16:49 +0200)
commita390d749c1da98817b6a2315c61983a244ab8333
tree52f413fee0aaa5c0e5c82042bf8caa9fe36fbe51
parent26ba41706a0c80910ab0d6e6c4d12e6a754aefb4
mtd: nand: sharpsl: Register partitions using the parsers

With the introduction of sharpslpart partition parser we can now read the
offsets from NAND: we specify the list of the parsers as platform data, with
cmdlinepart and ofpart parsers first allowing to override the part. table
written in NAND. This is done in the board files using this driver.

Use now these parsers.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/sharpsl.c