]> git.dujemihanovic.xyz Git - u-boot.git/commit
mtd: nand: raw: Port another option flag from Linux
authorAlexander Dahl <ada@thorsis.com>
Wed, 20 Mar 2024 09:02:10 +0000 (10:02 +0100)
committerDario Binacchi <dario.binacchi@amarulasolutions.com>
Sun, 14 Apr 2024 06:49:40 +0000 (08:49 +0200)
commit29b7efae505eeed24e9d0a247a6ddff19ddfe49a
tree66c2ef5dfb6037a9cb82c40a037370617bb091c5
parent0106ffdc8b40c3cb0ca73f8eb72e0d74e1e133e1
mtd: nand: raw: Port another option flag from Linux

Introduced in upstream Linux with commit 7a08dbaedd365 for release v5.0.

When the new atmel nand driver was backported to U-Boot with commit
6a8dfd57220d ("nand: atmel: Add DM based NAND driver") that definition
was added to the driver instead of the header file.  Move it over to the
other definitions with the same help text it has in Linux.

Code actually using this has not been ported over to raw nand base yet.

Link: https://lore.kernel.org/all/20240320090214.40465-3-ada@thorsis.com
Signed-off-by: Alexander Dahl <ada@thorsis.com>
Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
drivers/mtd/nand/raw/atmel/nand-controller.c
include/linux/mtd/rawnand.h