]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: nand: omap: Copy platform data parameters to omap_nand_info data
authorRoger Quadros <rogerq@ti.com>
Tue, 20 May 2014 19:29:28 +0000 (22:29 +0300)
committerRoger Quadros <rogerq@ti.com>
Fri, 15 Apr 2016 08:53:28 +0000 (11:53 +0300)
commitaec9d3244201397668a6980ee6702b7879209ed7
treec9a0f41447c2e5956fc63eae34aafaa4e3d777d1
parentcf0a89a75e6adbb00fa16009bdaec22ceb02d7ae
mtd: nand: omap: Copy platform data parameters to omap_nand_info data

Copy all the platform data parameters to the driver's local data
structure 'omap_nand_info' and use it in the entire driver. This will
make it easer for device tree migration.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Tony Lindgren <tony@atomide.com>
drivers/mtd/nand/omap2.c