]> git.dujemihanovic.xyz Git - u-boot.git/commit
mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c
authorMichael Trimarchi <michael@amarulasolutions.com>
Wed, 20 Jul 2022 16:22:11 +0000 (18:22 +0200)
committerMichael Trimarchi <michael@amarulasolutions.com>
Fri, 22 Jul 2022 11:29:06 +0000 (13:29 +0200)
commit3de2cdb71e68140425315e79b1643603e8f33517
treea0a8e80f768167a5c393eb63a1f9189a82458373
parent2811ed2fb0349dd55b07407b19fbcf1a85c9ac4b
mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c

Upstream linux commit 9b2d61f80b060c.

Move Toshiba specific initialization and detection logic into
nand_toshiba.c. This is part of the "separate vendor specific code from
core" cleanup process.

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
drivers/mtd/nand/raw/Makefile
drivers/mtd/nand/raw/nand_base.c
drivers/mtd/nand/raw/nand_ids.c
drivers/mtd/nand/raw/nand_toshiba.c [new file with mode: 0644]
include/linux/mtd/rawnand.h