mbox series

[0/8] mtd: rawnand: qcom: Misc fixes

Message ID 20230716144612.32132-1-miquel.raynal@bootlin.com
Headers show
Series mtd: rawnand: qcom: Misc fixes | expand

Message

Miquel Raynal July 16, 2023, 2:46 p.m. UTC
Hello,

A recent kernel test robot report made me look at a specific area of
this driver after it has been deeply reworked to implement
exec_op(). While at it, I progressively fixed other things which stoud
out to me, and finished by addressing additional checkpatch.pl --strict
warnings.

This is untested, especially the last patch which needs validation from
the maintainers of the driver.

Thanks,
Miquèl

Miquel Raynal (8):
  mtd: rawnand: qcom: Use the BIT() macro
  mtd: rawnand: qcom: Use u8 instead of uint8_t
  mtd: rawnand: qcom: Fix alignment with open parenthesis
  mtd: rawnand: qcom: Fix the spacing
  mtd: rawnand: qcom: Fix wrong indentation
  mtd: rawnand: qcom: Fix a typo
  mtd: rawnand: qcom: Early structure initialization
  mtd: rawnand: qcom: Fix address parsing within ->exec_op()

 drivers/mtd/nand/raw/qcom_nandc.c | 69 +++++++++++++++----------------
 1 file changed, 33 insertions(+), 36 deletions(-)