]> Git Repo - J-u-boot.git/commit
spl: nand: sunxi: make the reset column helper more generic
authorMiquel Raynal <[email protected]>
Wed, 28 Feb 2018 19:51:52 +0000 (20:51 +0100)
committerMaxime Ripard <[email protected]>
Tue, 3 Apr 2018 10:11:28 +0000 (12:11 +0200)
commit22f0aa0528a48cb9eb72abb065071e47c4215af9
tree36e62d8019233f26215467f8cfa50e9b0ff205d2
parent4dac80a5e991dd3b5b99910d7927edfdf4c99bb3
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 <[email protected]>
Acked-by: Boris Brezillon <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
drivers/mtd/nand/sunxi_nand_spl.c
This page took 0.036553 seconds and 4 git commands to generate.