Re: [PATCH 7/9] mtd: nand: qcom: check for operation errors in case of raw read

2018-04-12 Thread Abhishek Sahu
On 2018-04-10 15:42, Miquel Raynal wrote: Hi Abhishek, On Wed, 4 Apr 2018 18:12:23 +0530, Abhishek Sahu wrote: Currently there is no error checking for raw read. For raw reads, there won’t be any ECC failure but the operational failures are possible so schedule the

Re: [PATCH 7/9] mtd: nand: qcom: check for operation errors in case of raw read

2018-04-12 Thread Abhishek Sahu
On 2018-04-10 15:42, Miquel Raynal wrote: Hi Abhishek, On Wed, 4 Apr 2018 18:12:23 +0530, Abhishek Sahu wrote: Currently there is no error checking for raw read. For raw reads, there won’t be any ECC failure but the operational failures are possible so schedule the NAND_FLASH_STATUS read

Re: [PATCH 7/9] mtd: nand: qcom: check for operation errors in case of raw read

2018-04-10 Thread Miquel Raynal
Hi Abhishek, On Wed, 4 Apr 2018 18:12:23 +0530, Abhishek Sahu wrote: > Currently there is no error checking for raw read. For raw > reads, there won’t be any ECC failure but the operational > failures are possible so schedule the NAND_FLASH_STATUS read > after each

Re: [PATCH 7/9] mtd: nand: qcom: check for operation errors in case of raw read

2018-04-10 Thread Miquel Raynal
Hi Abhishek, On Wed, 4 Apr 2018 18:12:23 +0530, Abhishek Sahu wrote: > Currently there is no error checking for raw read. For raw > reads, there won’t be any ECC failure but the operational > failures are possible so schedule the NAND_FLASH_STATUS read > after each codeword. > >