public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 00/10] mtd: rawnand: qcom: Bunch of fixes and cleanups
@ 2023-08-05 17:41 Manivannan Sadhasivam
  2023-08-05 17:41 ` [PATCH 01/10] mtd: rawnand: qcom: Remove superfluous initialization of "ret" Manivannan Sadhasivam
                   ` (10 more replies)
  0 siblings, 11 replies; 22+ messages in thread
From: Manivannan Sadhasivam @ 2023-08-05 17:41 UTC (permalink / raw)
  To: miquel.raynal, vigneshr
  Cc: richard, linux-mtd, linux-arm-msm, linux-kernel, quic_mdalam,
	quic_srichara, dan.carpenter, Manivannan Sadhasivam

Hi Miquel,

This series has fixes for the smatch warnings reported by Kbuild bot [1]
and also several cleanup patches based on my code observation.

I've only compile tested this series. So let's wait for Sadre/Sricharan to
give a tested-by tag to make sure I didn't mess up anything.

- Mani

[1] https://lore.kernel.org/all/202308040141.gUjtZ32J-lkp@intel.com/

Manivannan Sadhasivam (10):
  mtd: rawnand: qcom: Remove superfluous initialization of "ret"
  mtd: rawnand: qcom: Rename variables in qcom_op_cmd_mapping()
  mtd: rawnand: qcom: Handle unsupported opcode in qcom_op_cmd_mapping()
  mtd: rawnand: qcom: Fix the opcode check in qcom_check_op()
  mtd: rawnand: qcom: Use EOPNOTSUPP instead of ENOTSUPP
  mtd: rawnand: qcom: Wrap qcom_nand_exec_op() to 80 columns
  mtd: rawnand: qcom: Unmap sg_list and free desc within submic_descs()
  mtd: rawnand: qcom: Simplify the call to nand_prog_page_end_op()
  mtd: rawnand: qcom: Do not override the error no of submit_descs()
  mtd: rawnand: qcom: Sort includes alphabetically

 drivers/mtd/nand/raw/qcom_nandc.c | 192 ++++++++++++++----------------
 1 file changed, 91 insertions(+), 101 deletions(-)

-- 
2.25.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2023-08-18 14:42 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-05 17:41 [PATCH 00/10] mtd: rawnand: qcom: Bunch of fixes and cleanups Manivannan Sadhasivam
2023-08-05 17:41 ` [PATCH 01/10] mtd: rawnand: qcom: Remove superfluous initialization of "ret" Manivannan Sadhasivam
2023-08-18 14:41   ` Miquel Raynal
2023-08-05 17:41 ` [PATCH 02/10] mtd: rawnand: qcom: Rename variables in qcom_op_cmd_mapping() Manivannan Sadhasivam
2023-08-18 14:41   ` Miquel Raynal
2023-08-05 17:41 ` [PATCH 03/10] mtd: rawnand: qcom: Handle unsupported opcode " Manivannan Sadhasivam
2023-08-18 14:41   ` Miquel Raynal
2023-08-05 17:41 ` [PATCH 04/10] mtd: rawnand: qcom: Fix the opcode check in qcom_check_op() Manivannan Sadhasivam
2023-08-18 14:41   ` Miquel Raynal
2023-08-05 17:41 ` [PATCH 05/10] mtd: rawnand: qcom: Use EOPNOTSUPP instead of ENOTSUPP Manivannan Sadhasivam
2023-08-18 14:41   ` Miquel Raynal
2023-08-05 17:41 ` [PATCH 06/10] mtd: rawnand: qcom: Wrap qcom_nand_exec_op() to 80 columns Manivannan Sadhasivam
2023-08-18 14:41   ` Miquel Raynal
2023-08-05 17:41 ` [PATCH 07/10] mtd: rawnand: qcom: Unmap sg_list and free desc within submic_descs() Manivannan Sadhasivam
2023-08-18 14:41   ` Miquel Raynal
2023-08-05 17:41 ` [PATCH 08/10] mtd: rawnand: qcom: Simplify the call to nand_prog_page_end_op() Manivannan Sadhasivam
2023-08-18 14:41   ` Miquel Raynal
2023-08-05 17:41 ` [PATCH 09/10] mtd: rawnand: qcom: Do not override the error no of submit_descs() Manivannan Sadhasivam
2023-08-18 14:41   ` Miquel Raynal
2023-08-05 17:41 ` [PATCH 10/10] mtd: rawnand: qcom: Sort includes alphabetically Manivannan Sadhasivam
2023-08-06 13:53 ` [PATCH 00/10] mtd: rawnand: qcom: Bunch of fixes and cleanups Miquel Raynal
2023-08-07 11:50   ` Manivannan Sadhasivam

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