mtd: rawnand: cs553x: Stop using chip->legacy.IO_ADDR_{R, W}
authorBoris Brezillon <boris.brezillon@collabora.com>
Fri, 1 May 2020 09:06:48 +0000 (11:06 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 11 May 2020 07:51:41 +0000 (09:51 +0200)
commitba03e4833946b91aa16950db37d759dd805a24ef
treeaaab602ba91b1f79a26dae66c2f424b29768692a
parentc9e1817ff9456d51fc1bc39fa0af6e07e883383e
mtd: rawnand: cs553x: Stop using chip->legacy.IO_ADDR_{R, W}

Now that we have our own controller struct we can keep the MMIO pointer
in there and use instead of using the chip->legacy.IO_ADDR_{R,W} fields.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20200501090650.1138200-3-boris.brezillon@collabora.com
drivers/mtd/nand/raw/cs553x_nand.c