[PATCH 1/5] mtd: rawnand: qcom: remove driver specific bad block check function

2018-07-06 Thread Abhishek Sahu
The QCOM NAND controller skips the bad block bytes when reading with ECC enabled. The NAND base layer invokes ->read_oob() function for bad block check which expects the BBM bytes to be copied at badblockpos offset in OOB buffer. When initial support for this driver was added, the driver specific

[PATCH 1/5] mtd: rawnand: qcom: remove driver specific bad block check function

2018-07-06 Thread Abhishek Sahu
The QCOM NAND controller skips the bad block bytes when reading with ECC enabled. The NAND base layer invokes ->read_oob() function for bad block check which expects the BBM bytes to be copied at badblockpos offset in OOB buffer. When initial support for this driver was added, the driver specific