]> git.baikalelectronics.ru Git - uboot.git/commit
spl: nand: sunxi: make the reset column helper more generic
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 28 Feb 2018 19:51:52 +0000 (20:51 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 3 Apr 2018 10:11:28 +0000 (12:11 +0200)
commit41345d76e2c403e78ae37c42f11d1ea73a443155
tree36e62d8019233f26215467f8cfa50e9b0ff205d2
parent8cb005ae636909a5db51693cf89947ef2495c438
spl: nand: sunxi: make the reset column helper more generic

Prepare the future use of an helper to move the data pointer (the
column) of the NAND chip by renaming nand_reset_column() to
nand_change_column(). Resetting the column is just a matter of giving 0
as argument.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
drivers/mtd/nand/sunxi_nand_spl.c