[PATCH v11 04/10] mtd: nand: omap: use DT specified bus-width only for scanning NAND device

2013-10-24 Thread Pekon Gupta
This patch: - calls nand_scan_ident() using bus-width as passed by DT - removes double calls to nand_scan_ident(), incase first call fails then omap_nand_probe just returns error. Signed-off-by: Pekon Gupta pe...@ti.com --- drivers/mtd/nand/omap2.c | 21 + 1 file changed, 9

Re: [PATCH v11 04/10] mtd: nand: omap: use DT specified bus-width only for scanning NAND device

2013-10-24 Thread Ezequiel Garcia
On Thu, Oct 24, 2013 at 06:20:20PM +0530, Pekon Gupta wrote: This patch: - calls nand_scan_ident() using bus-width as passed by DT - removes double calls to nand_scan_ident(), incase first call fails then omap_nand_probe just returns error. Signed-off-by: Pekon Gupta pe...@ti.com ---

Re: [PATCH v11 04/10] mtd: nand: omap: use DT specified bus-width only for scanning NAND device

2013-10-24 Thread Brian Norris
On Thu, Oct 24, 2013 at 06:27:15PM -0300, Ezequiel Garcia wrote: On Thu, Oct 24, 2013 at 06:20:20PM +0530, Pekon Gupta wrote: This patch: - calls nand_scan_ident() using bus-width as passed by DT - removes double calls to nand_scan_ident(), incase first call fails then omap_nand_probe

Re: [PATCH v11 04/10] mtd: nand: omap: use DT specified bus-width only for scanning NAND device

2013-10-24 Thread Ezequiel Garcia
On Thu, Oct 24, 2013 at 03:43:00PM -0700, Brian Norris wrote: On Thu, Oct 24, 2013 at 06:27:15PM -0300, Ezequiel Garcia wrote: On Thu, Oct 24, 2013 at 06:20:20PM +0530, Pekon Gupta wrote: This patch: - calls nand_scan_ident() using bus-width as passed by DT - removes double calls to