Re: [PATCH v2 11/25] mtd: nand: qcom: support for NAND controller properties

2017-08-04 Thread Boris Brezillon
On Wed, 19 Jul 2017 17:17:59 +0530 Abhishek Sahu wrote: > Currently driver data is being assigned directly with ECC modes. > Now, the plan is to add more NAND controller versions, so > reorganized the current driver data assignment by creating NAND > controller properties structure. This will co

Re: [PATCH v2 11/25] mtd: nand: qcom: support for NAND controller properties

2017-08-04 Thread Boris Brezillon
On Fri, 4 Aug 2017 09:49:52 +0200 Boris Brezillon wrote: > On Wed, 19 Jul 2017 17:17:59 +0530 > Abhishek Sahu wrote: > > > Currently driver data is being assigned directly with ECC modes. > > Now, the plan is to add more NAND controller versions, so > > reorganized the current driver data assig

Re: [PATCH v2 11/25] mtd: nand: qcom: support for NAND controller properties

2017-08-04 Thread Boris Brezillon
On Wed, 19 Jul 2017 17:17:59 +0530 Abhishek Sahu wrote: > Currently driver data is being assigned directly with ECC modes. > Now, the plan is to add more NAND controller versions, so > reorganized the current driver data assignment by creating NAND > controller properties structure. This will co

Re: [PATCH v2 11/25] mtd: nand: qcom: support for NAND controller properties

2017-08-02 Thread Archit Taneja
On 07/19/2017 05:17 PM, Abhishek Sahu wrote: Currently driver data is being assigned directly with ECC modes. Now, the plan is to add more NAND controller versions, so reorganized the current driver data assignment by creating NAND controller properties structure. This will contain all propert

[PATCH v2 11/25] mtd: nand: qcom: support for NAND controller properties

2017-07-19 Thread Abhishek Sahu
Currently driver data is being assigned directly with ECC modes. Now, the plan is to add more NAND controller versions, so reorganized the current driver data assignment by creating NAND controller properties structure. This will contain all properties specific to NAND controller. Signed-off-by: