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, 14 Feb 2023 08:41:41 +0000 (11:41 +0300)
commit3a6d0aaa3ae75937e3edfd8aab7b301cc7df5b5b
tree708d1ac9e31019894ee73513640a3440e1075247
parent4b4b4097c04f5f15cf607967eb050b5ab4583fbc
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]