mtd: ts72xx_nand: add platform helper
authorNikita Shubin <nikita.shubin@maquefel.me>
Thu, 10 Jun 2021 07:49:59 +0000 (10:49 +0300)
committerNikita Shubin <nikita.shubin@maquefel.me>
Tue, 2 May 2023 07:58:54 +0000 (10:58 +0300)
commit51f4fa593cc3929c1ff96a8b08617ad4d9fd3808
tree15cd4a28d1ff62ec6d08c1d92da08396b5866227
parent26b9dfad32948747109f2548bdca26c582089a2d
mtd: ts72xx_nand: add platform helper

The only purpose of this code to provide platform_nand_data to gen_nand
driver which requires .cmd_ctrl and .dev_ready.

Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
drivers/mtd/nand/raw/Kconfig
drivers/mtd/nand/raw/Makefile
drivers/mtd/nand/raw/ts72xx_nand.c [new file with mode: 0644]