mbox series

[0/3] mtd: rawnand: qcom: Fixes for exec_op

Message ID 20230818145101.23825-1-quic_mdalam@quicinc.com
Headers show
Series mtd: rawnand: qcom: Fixes for exec_op | expand

Message

Md Sadre Alam Aug. 18, 2023, 2:50 p.m. UTC
This series fixes the following.

1. fixes parameter page read len for 4K nand
   in exec_op.

2. fixes raw_nand_read issue.

3. fixes READ path issue in exec_op.

Applied on top of [1]

This series tested on IPQ8074 2K and 4K nand with
mtd_test*.ko (mtd_nandbiterrs.ko, mtd_pagetest.ko, mtd_readtest.ko
mtd_subpagetest.ko, mtd_torturetest.ko, mtd_stresstest.ko). 

[1] https://lore.kernel.org/lkml/20230805174146.57006-1-manivannan.sadhasivam@linaro.org/

Md Sadre Alam (2):
  mtd: rawnand: qcom: Update read_loc size to 512
  mtd: rawnand: qcom: Clear buf_count and buf_start in raw read

Sricharan Ramabadhran (1):
  mtd: rawnand: qcom: Add read/read_start ops in exec_op path

 drivers/mtd/nand/raw/qcom_nandc.c | 99 +++++++++++++------------------
 1 file changed, 41 insertions(+), 58 deletions(-)