]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mtd: rawnand: sunxi: merge register definitions for sunxi_nand{, _spl}.c
authorRichard Genoud <richard.genoud@bootlin.com>
Fri, 23 Jan 2026 11:44:41 +0000 (12:44 +0100)
committerMichael Trimarchi <michael@amarulasolutions.com>
Tue, 3 Feb 2026 20:44:37 +0000 (21:44 +0100)
commitdadf8a8decf33b4440f2387267062278dc764f0c
tree1576e856cb30d1751cbbd88f5e96f558ce364995
parent8034c41d63c985de3bab9980ce81aa70342f64bf
mtd: rawnand: sunxi: merge register definitions for sunxi_nand{, _spl}.c

Merge common register definitions from sunxi_nand{,_spl}.c

The Allwinner NAND controller registers where in both files, so let's
just merge all that in a header, it will be easier for maintenance.

NB: the defines are also harmonized with Linux driver

No functional change

Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Richard Genoud <richard.genoud@bootlin.com>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
drivers/mtd/nand/raw/sunxi_nand.c
drivers/mtd/nand/raw/sunxi_nand.h [new file with mode: 0644]
drivers/mtd/nand/raw/sunxi_nand_spl.c