]> 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)
commit50ae9c518c775e536b26e31fb63d344aa628bd3c
treec0d1324532c7645c3812e2fc04d8878ba1855aff
parente813333b5f17d065d8f40f35e3bc0d6732a783b7
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