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>
Mon, 24 Apr 2023 11:48:05 +0000 (14:48 +0300)
commite6ef51263e818201bfe52061ebe89091788267b1
tree4e34492abe416d733fa9f2f3bd5419e305123180
parenta60d40d440ef6ed58e81abc1e26c5240d3b7457c
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]