]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: marvell: Use devm_platform_ioremap_res()
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 24 Apr 2020 16:44:57 +0000 (18:44 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 11 May 2020 07:51:39 +0000 (09:51 +0200)
commitd6cc57c959800018436cd67081f1ec88a121ee92
treec0d1324532c7645c3812e2fc04d8878ba1855aff
parenta9b89ed0f68b6576ddba1f01a3a85aeaa71f2324
mtd: rawnand: marvell: Use devm_platform_ioremap_res()

Switch from the old platform_get_resource()/devm_ioremap_resource()
couple to the newer devm_platform_ioremap_resource() helper.

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