Re: [PATCH v2 01/25] mtd: nand: qcom: fix config error for BCH

2017-08-04 Thread Boris Brezillon
On Wed, 19 Jul 2017 17:17:49 +0530 Abhishek Sahu wrote: > The configuration for BCH is not correct in the current driver. > The ECC_CFG_ECC_DISABLE bit defines whether to enable or disable the > BCH ECC in which > > 0x1 : BCH_DISABLED > 0x0 : BCH_ENABLED > > But currently host->bch_

Re: [PATCH v2 01/25] mtd: nand: qcom: fix config error for BCH

2017-08-03 Thread Abhishek Sahu
On 2017-08-04 00:17, Boris Brezillon wrote: On Thu, 03 Aug 2017 23:22:37 +0530 Abhishek Sahu wrote: On 2017-08-03 21:26, Boris Brezillon wrote: > On Wed, 19 Jul 2017 17:17:49 +0530 > Abhishek Sahu wrote: > >> The configuration for BCH is not correct in the current driver. >> The ECC_CFG_ECC_D

Re: [PATCH v2 01/25] mtd: nand: qcom: fix config error for BCH

2017-08-03 Thread Boris Brezillon
On Thu, 03 Aug 2017 23:22:37 +0530 Abhishek Sahu wrote: > On 2017-08-03 21:26, Boris Brezillon wrote: > > On Wed, 19 Jul 2017 17:17:49 +0530 > > Abhishek Sahu wrote: > > > >> The configuration for BCH is not correct in the current driver. > >> The ECC_CFG_ECC_DISABLE bit defines whether to en

Re: [PATCH v2 01/25] mtd: nand: qcom: fix config error for BCH

2017-08-03 Thread Abhishek Sahu
On 2017-08-03 21:26, Boris Brezillon wrote: On Wed, 19 Jul 2017 17:17:49 +0530 Abhishek Sahu wrote: The configuration for BCH is not correct in the current driver. The ECC_CFG_ECC_DISABLE bit defines whether to enable or disable the BCH ECC in which 0x1 : BCH_DISABLED 0x0 : BC

Re: [PATCH v2 01/25] mtd: nand: qcom: fix config error for BCH

2017-08-03 Thread Boris Brezillon
On Wed, 19 Jul 2017 17:17:49 +0530 Abhishek Sahu wrote: > The configuration for BCH is not correct in the current driver. > The ECC_CFG_ECC_DISABLE bit defines whether to enable or disable the > BCH ECC in which > > 0x1 : BCH_DISABLED > 0x0 : BCH_ENABLED > > But currently host->bch_

Re: [PATCH v2 01/25] mtd: nand: qcom: fix config error for BCH

2017-08-01 Thread Archit Taneja
On 07/19/2017 05:17 PM, Abhishek Sahu wrote: The configuration for BCH is not correct in the current driver. The ECC_CFG_ECC_DISABLE bit defines whether to enable or disable the BCH ECC in which 0x1 : BCH_DISABLED 0x0 : BCH_ENABLED But currently host->bch_enabled is being assi