]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: rawnand: qcom: Convert nandc to chip in Read/Write helper
authorMd Sadre Alam <mdalam@codeaurora.org>
Tue, 23 Feb 2021 19:38:57 +0000 (01:08 +0530)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 11 Mar 2021 08:37:29 +0000 (09:37 +0100)
commit9461a893993453fdba1db3884b1ea5ba65407891
tree4f53040cff980b947ba6d58c1d7823a08ac252b6
parentde413d32dc32cd763af11cb58bb990596d4db10d
mtd: rawnand: qcom: Convert nandc to chip in Read/Write helper

This change will convert nandc to chip in Read/Write helper, this
change is needed because if we wnated to access number of steps
in Read/Write helper then we need to get the chip->ecc.steps,
currentlly its not possible.After this change we can directly
acces chip->ecc.steps in Read/Write helper.

Signed-off-by: Md Sadre Alam <mdalam@codeaurora.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/1614109141-7531-1-git-send-email-mdalam@codeaurora.org
drivers/mtd/nand/raw/qcom_nandc.c