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

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

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

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

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

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

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

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

[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:

[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: