Re: [PATCH 1/5] mtd: rawnand: qcom: Convert nandc to chip in Read/Write helper

2021-03-02 Thread Miquel Raynal
On Tue, 2021-02-23 at 19:38:57 UTC, Md Sadre Alam wrote: > 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

[PATCH 1/5] mtd: rawnand: qcom: Convert nandc to chip in Read/Write helper

2021-02-23 Thread Md Sadre Alam
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.