Re: [U-Boot] [PATCH v7 18/21] mtd: nand: Kconfig: Add NAND_MXS entry

2016-10-12 Thread Jörg Krause
On Mi, 2016-10-12 at 11:20 +0530, Jagan Teki wrote:
> On Wed, Oct 12, 2016 at 3:40 AM, Jörg Krause
>  wrote:
> > 
> > On Sa, 2016-10-08 at 18:00 +0530, Jagan Teki wrote:
> > > 
> > > From: Jagan Teki 
> > > 
> > > Added kconfig for NAND_MXS driver.
> > > 
> > > Cc: Scott Wood 
> > > Cc: Simon Glass 
> > > Cc: Fabio Estevam 
> > > Cc: Stefano Babic 
> > > Cc: Peng Fan 
> > > Cc: Matteo Lisi 
> > > Cc: Michael Trimarchi 
> > > Signed-off-by: Jagan Teki 
> > > ---
> > >  drivers/mtd/nand/Kconfig | 7 +++
> > >  1 file changed, 7 insertions(+)
> > > 
> > > diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
> > > index 5ce7d6d..df154bf 100644
> > > --- a/drivers/mtd/nand/Kconfig
> > > +++ b/drivers/mtd/nand/Kconfig
> > > @@ -80,6 +80,13 @@ config NAND_ARASAN
> > > controller. This uses the hardware ECC for read and
> > > write operations.
> > > 
> > > +config NAND_MXS
> > > + bool "MXS NAND support"
> > > + depends on MX6
> > 
> > Isn't mxs supposed to be i.MX23/i.MX28 and not i.MX6?
> 
> Yes will ||ed once the nand config used by MX23/28 are planing to
> move
> defconfig.

I see! Thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v7 18/21] mtd: nand: Kconfig: Add NAND_MXS entry

2016-10-11 Thread Jagan Teki
On Wed, Oct 12, 2016 at 3:40 AM, Jörg Krause
 wrote:
> On Sa, 2016-10-08 at 18:00 +0530, Jagan Teki wrote:
>> From: Jagan Teki 
>>
>> Added kconfig for NAND_MXS driver.
>>
>> Cc: Scott Wood 
>> Cc: Simon Glass 
>> Cc: Fabio Estevam 
>> Cc: Stefano Babic 
>> Cc: Peng Fan 
>> Cc: Matteo Lisi 
>> Cc: Michael Trimarchi 
>> Signed-off-by: Jagan Teki 
>> ---
>>  drivers/mtd/nand/Kconfig | 7 +++
>>  1 file changed, 7 insertions(+)
>>
>> diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
>> index 5ce7d6d..df154bf 100644
>> --- a/drivers/mtd/nand/Kconfig
>> +++ b/drivers/mtd/nand/Kconfig
>> @@ -80,6 +80,13 @@ config NAND_ARASAN
>> controller. This uses the hardware ECC for read and
>> write operations.
>>
>> +config NAND_MXS
>> + bool "MXS NAND support"
>> + depends on MX6
>
> Isn't mxs supposed to be i.MX23/i.MX28 and not i.MX6?

Yes will ||ed once the nand config used by MX23/28 are planing to move
defconfig.

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v7 18/21] mtd: nand: Kconfig: Add NAND_MXS entry

2016-10-11 Thread Jörg Krause
On Sa, 2016-10-08 at 18:00 +0530, Jagan Teki wrote:
> From: Jagan Teki 
> 
> Added kconfig for NAND_MXS driver.
> 
> Cc: Scott Wood 
> Cc: Simon Glass 
> Cc: Fabio Estevam 
> Cc: Stefano Babic 
> Cc: Peng Fan 
> Cc: Matteo Lisi 
> Cc: Michael Trimarchi 
> Signed-off-by: Jagan Teki 
> ---
>  drivers/mtd/nand/Kconfig | 7 +++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
> index 5ce7d6d..df154bf 100644
> --- a/drivers/mtd/nand/Kconfig
> +++ b/drivers/mtd/nand/Kconfig
> @@ -80,6 +80,13 @@ config NAND_ARASAN
>     controller. This uses the hardware ECC for read and
>     write operations.
>  
> +config NAND_MXS
> + bool "MXS NAND support"
> + depends on MX6

Isn't mxs supposed to be i.MX23/i.MX28 and not i.MX6?

> + help
> +   This enables NAND driver for the NAND flash controller on
> the
> +   MXS processors.
> +
>  comment "Generic NAND options"
>  
>  # Enhance depends when converting drivers to Kconfig which use this
> config

Best regards
Jörg Krause
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v7 18/21] mtd: nand: Kconfig: Add NAND_MXS entry

2016-10-11 Thread Sergey Kubushyn

On Wed, 12 Oct 2016, Jörg Krause wrote:


On Sa, 2016-10-08 at 18:00 +0530, Jagan Teki wrote:

From: Jagan Teki 

Added kconfig for NAND_MXS driver.

Cc: Scott Wood 
Cc: Simon Glass 
Cc: Fabio Estevam 
Cc: Stefano Babic 
Cc: Peng Fan 
Cc: Matteo Lisi 
Cc: Michael Trimarchi 
Signed-off-by: Jagan Teki 
---
 drivers/mtd/nand/Kconfig | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 5ce7d6d..df154bf 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -80,6 +80,13 @@ config NAND_ARASAN
      controller. This uses the hardware ECC for read and
      write operations.
 
+config NAND_MXS
+   bool "MXS NAND support"
+   depends on MX6


Isn't mxs supposed to be i.MX23/i.MX28 and not i.MX6?


i.MX6 has the same MXS NAND controller.

---
**
*  KSI@homeKOI8 Net  < >  The impossible we do immediately.  *
*  Las Vegas   NV, USA   < >  Miracles require 24-hour notice.   *
**
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot