public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3]mtd: rawnand: qcom: Fixes for exec_op
@ 2023-08-18 14:50 Md Sadre Alam
  2023-08-18 14:50 ` [PATCH 1/3] mtd: rawnand: qcom: Update read_loc size to 512 Md Sadre Alam
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Md Sadre Alam @ 2023-08-18 14:50 UTC (permalink / raw)
  To: mani, miquel.raynal, richard, vigneshr, linux-mtd, linux-arm-msm,
	linux-kernel
  Cc: quic_mdalam, quic_srichara

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(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-08-21  5:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-18 14:50 [PATCH 0/3]mtd: rawnand: qcom: Fixes for exec_op Md Sadre Alam
2023-08-18 14:50 ` [PATCH 1/3] mtd: rawnand: qcom: Update read_loc size to 512 Md Sadre Alam
2023-08-18 19:59   ` Miquel Raynal
2023-08-21  5:30     ` Md Sadre Alam
2023-08-18 14:51 ` [PATCH 2/3] mtd: rawnand: qcom: Clear buf_count and buf_start in raw read Md Sadre Alam
2023-08-18 20:02   ` Miquel Raynal
2023-08-18 14:51 ` [PATCH 3/3] mtd: rawnand: qcom: Add read/read_start ops in exec_op path Md Sadre Alam
2023-08-18 20:02   ` Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox