]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mtd: rawnand: qcom: cleanup qcom_nandc driver
authorMd Sadre Alam <quic_mdalam@quicinc.com>
Wed, 20 Nov 2024 09:15:00 +0000 (14:45 +0530)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 24 Dec 2024 15:22:01 +0000 (16:22 +0100)
commit8c52932da5e6756fa66f52f0720da283fba13aa6
treee9f89f8510c7660da6caef8eaa63d1ab5b4fec0a
parent40384c840ea1944d7c5a392e8975ed088ecf0b37
mtd: rawnand: qcom: cleanup qcom_nandc driver

Perform a global cleanup of the Qualcomm NAND
controller driver with the following improvements:

- Remove register value indirection API

- Remove set_reg() API

- Convert read_loc_first & read_loc_last macro to functions

- Rename multiple variables

Signed-off-by: Md Sadre Alam <quic_mdalam@quicinc.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/qcom_nandc.c