[PATCH 08/36] mtd: nand: omap: Copy platform data parameters to omap_nand_info data

2014-06-11 Thread Roger Quadros
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 --- drivers/mtd/nand/omap2.c | 27 ++- 1 file changed, 18

[PATCH 08/36] mtd: nand: omap: Copy platform data parameters to omap_nand_info data

2014-06-11 Thread Roger Quadros
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 rog...@ti.com --- drivers/mtd/nand/omap2.c | 27 ++- 1 file