Re: [PATCH v2 10/25] mtd: nand: qcom: reorganize nand devices probing

2017-08-04 Thread Boris Brezillon
On Wed, 2 Aug 2017 13:51:45 +0530 Archit Taneja wrote: > On 07/19/2017 05:17 PM, Abhishek Sahu wrote: > > This is reorganization of exiting code and will not change any > > functionality. The NAND controller supports multiple NAND device > > with different page size. The subsequent patch allocate

Re: [PATCH v2 10/25] mtd: nand: qcom: reorganize nand devices probing

2017-08-02 Thread Abhishek Sahu
On 2017-08-02 13:51, Archit Taneja wrote: On 07/19/2017 05:17 PM, Abhishek Sahu wrote: This is reorganization of exiting code and will not change any functionality. The NAND controller supports multiple NAND device with different page size. The subsequent patch allocate memory which depends upon

Re: [PATCH v2 10/25] mtd: nand: qcom: reorganize nand devices probing

2017-08-02 Thread Archit Taneja
On 07/19/2017 05:17 PM, Abhishek Sahu wrote: This is reorganization of exiting code and will not change any functionality. The NAND controller supports multiple NAND device with different page size. The subsequent patch allocate memory which depends upon the maximum number of codewords so this

[PATCH v2 10/25] mtd: nand: qcom: reorganize nand devices probing

2017-07-19 Thread Abhishek Sahu
This is reorganization of exiting code and will not change any functionality. The NAND controller supports multiple NAND device with different page size. The subsequent patch allocate memory which depends upon the maximum number of codewords so this patch reorganizes the NAND device probing. First