From patchwork Sun Jul 16 14:46:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Miquel Raynal X-Patchwork-Id: 13316322 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org From: Miquel Raynal Subject: [PATCH 0/8] mtd: rawnand: qcom: Misc fixes Date: Sun, 16 Jul 2023 16:46:04 +0200 Message-Id: <20230716144612.32132-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+lwn-linux-arm-kernel=archive.lwn.net@lists.infradead.org List-Archive: To: Manivannan Sadhasivam , Md Sadre Alam , Sricharan Ramabadhran Cc: Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , Pratyush Yadav , Michael Walle , linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Miquel Raynal 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(-)