Re: [U-Boot] [PATCH v3 0/5] mtd: nand: omap: optimize and clean-up of OMAP NAND driver

2013-09-04 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/02/2013 10:56 AM, Gupta, Pekon wrote: >> On 08/29/2013 01:26 PM, Gupta, Pekon wrote: [snip] I think we should move the selected message to a debug(). >>> Second part of string "nand: selected OMAP_ECC_BCH8_CODE_HW" was >>> specific

Re: [U-Boot] [PATCH v3 0/5] mtd: nand: omap: optimize and clean-up of OMAP NAND driver

2013-08-29 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/29/2013 01:26 PM, Gupta, Pekon wrote: >> >> On Thu, Aug 29, 2013 at 04:26:40PM +0530, Pekon Gupta wrote: >>> *changes in v3* >>> [PATCH 1/5] (complete change) >>> - ecc-scheme is selection is controller by s/w, not CONFIG_NAND_xx >>> - ad

Re: [U-Boot] [PATCH v3 0/5] mtd: nand: omap: optimize and clean-up of OMAP NAND driver

2013-08-29 Thread Tom Rini
On Thu, Aug 29, 2013 at 04:26:40PM +0530, Pekon Gupta wrote: > *changes in v3* > [PATCH 1/5] (complete change) > - ecc-scheme is selection is controller by s/w, not CONFIG_NAND_xx > - added omap_select_ecc_scheme(), as common function to handle all > ecc-scheme related configur

[U-Boot] [PATCH v3 0/5] mtd: nand: omap: optimize and clean-up of OMAP NAND driver

2013-08-29 Thread Pekon Gupta
*changes in v3* [PATCH 1/5] (complete change) - ecc-scheme is selection is controller by s/w, not CONFIG_NAND_xx - added omap_select_ecc_scheme(), as common function to handle all ecc-scheme related configurations for both board_nand_init() & omap_nand_switch_ec