Re: [PATCH v6 4/6] ARM: vf610: enable NAND Flash Controller

2015-07-09 Thread Stefan Agner
On 2015-07-09 03:55, Shawn Guo wrote: > On Wed, Jul 08, 2015 at 10:32:54AM -0400, Bill Pringlemeir wrote: >> >> On 8 Jul 2015, shawn...@kernel.org wrote: >> > On Fri, Jun 19, 2015 at 12:58:37AM +0200, Stefan Agner wrote: >> >> Enable the NAND Flash Controller driver which is part of the Vybrid >>

Re: [PATCH v6 4/6] ARM: vf610: enable NAND Flash Controller

2015-07-08 Thread Shawn Guo
On Wed, Jul 08, 2015 at 10:32:54AM -0400, Bill Pringlemeir wrote: > > On 8 Jul 2015, shawn...@kernel.org wrote: > > On Fri, Jun 19, 2015 at 12:58:37AM +0200, Stefan Agner wrote: > >> Enable the NAND Flash Controller driver which is part of the Vybrid > >> SoC by default. > >> > >> Signed-off-by:

Re: [PATCH v6 4/6] ARM: vf610: enable NAND Flash Controller

2015-07-08 Thread Sebastian Andrzej Siewior
On Wed, Jul 08, 2015 at 10:32:54AM -0400, Bill Pringlemeir wrote: > >> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig > >> index 3a3d3e9..9358135 100644 > >> --- a/arch/arm/mach-imx/Kconfig > >> +++ b/arch/arm/mach-imx/Kconfig > -589,6 +589,7 @@ config SOC_VF610 > >>sel

Re: [PATCH v6 4/6] ARM: vf610: enable NAND Flash Controller

2015-07-08 Thread Bill Pringlemeir
On 8 Jul 2015, shawn...@kernel.org wrote: > On Fri, Jun 19, 2015 at 12:58:37AM +0200, Stefan Agner wrote: >> Enable the NAND Flash Controller driver which is part of the Vybrid >> SoC by default. >> >> Signed-off-by: Stefan Agner >> --- >> arch/arm/mach-imx/Kconfig | 1 + >> 1 file changed, 1 ins

Re: [PATCH v6 4/6] ARM: vf610: enable NAND Flash Controller

2015-07-08 Thread Shawn Guo
On Fri, Jun 19, 2015 at 12:58:37AM +0200, Stefan Agner wrote: > Enable the NAND Flash Controller driver which is part of the Vybrid > SoC by default. > > Signed-off-by: Stefan Agner > --- > arch/arm/mach-imx/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-imx/Kcon

[PATCH v6 4/6] ARM: vf610: enable NAND Flash Controller

2015-06-18 Thread Stefan Agner
Enable the NAND Flash Controller driver which is part of the Vybrid SoC by default. Signed-off-by: Stefan Agner --- arch/arm/mach-imx/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 3a3d3e9..9358135 100644 --- a/arch/arm/mac