Re: [U-Boot] [PATCH v2 21/44] Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig

2016-09-12 Thread Tom Rini
On Mon, Sep 12, 2016 at 01:32:54PM +0900, Masahiro Yamada wrote: > Hi Simon, > > > 2016-09-12 13:16 GMT+09:00 Simon Glass : > > Hi, > > > > On 6 September 2016 at 09:54, Tom Rini wrote: > >> On Mon, Sep 05, 2016 at 07:04:45PM -0600, Simon Glass wrote: >

Re: [U-Boot] [PATCH v2 21/44] Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig

2016-09-11 Thread Masahiro Yamada
Hi Simon, 2016-09-12 13:16 GMT+09:00 Simon Glass : > Hi, > > On 6 September 2016 at 09:54, Tom Rini wrote: >> On Mon, Sep 05, 2016 at 07:04:45PM -0600, Simon Glass wrote: >>> Hi Masahiro, >>> >>> On 4 September 2016 at 20:40, Masahiro Yamada >>>

Re: [U-Boot] [PATCH v2 21/44] Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig

2016-09-11 Thread Simon Glass
Hi, On 6 September 2016 at 09:54, Tom Rini wrote: > On Mon, Sep 05, 2016 at 07:04:45PM -0600, Simon Glass wrote: >> Hi Masahiro, >> >> On 4 September 2016 at 20:40, Masahiro Yamada >> wrote: >> > 2016-09-02 23:35 GMT+09:00 Tom Rini

Re: [U-Boot] [PATCH v2 21/44] Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig

2016-09-06 Thread Masahiro Yamada
2016-09-07 0:54 GMT+09:00 Tom Rini : > On Mon, Sep 05, 2016 at 07:04:45PM -0600, Simon Glass wrote: >> Hi Masahiro, >> >> On 4 September 2016 at 20:40, Masahiro Yamada >> wrote: >> > 2016-09-02 23:35 GMT+09:00 Tom Rini : >> >

Re: [U-Boot] [PATCH v2 21/44] Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig

2016-09-06 Thread Tom Rini
On Mon, Sep 05, 2016 at 07:04:45PM -0600, Simon Glass wrote: > Hi Masahiro, > > On 4 September 2016 at 20:40, Masahiro Yamada > wrote: > > 2016-09-02 23:35 GMT+09:00 Tom Rini : > > > >>> >> diff --git a/arch/arm/mach-exynos/Kconfig > >>> >>

Re: [U-Boot] [PATCH v2 21/44] Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig

2016-09-05 Thread Simon Glass
Hi Masahiro, On 4 September 2016 at 20:40, Masahiro Yamada wrote: > 2016-09-02 23:35 GMT+09:00 Tom Rini : > >>> >> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig >>> >> index c25fcf3..d4a5bc9 100644 >>> >> ---

Re: [U-Boot] [PATCH v2 21/44] Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig

2016-09-04 Thread Masahiro Yamada
2016-09-02 23:35 GMT+09:00 Tom Rini : >> >> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig >> >> index c25fcf3..d4a5bc9 100644 >> >> --- a/arch/arm/mach-exynos/Kconfig >> >> +++ b/arch/arm/mach-exynos/Kconfig >> >> @@ -61,6 +61,9 @@ endif >> >> >> >>

Re: [U-Boot] [PATCH v2 21/44] Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig

2016-09-02 Thread Tom Rini
On Tue, Aug 30, 2016 at 12:33:05PM -0600, Simon Glass wrote: > Hi Masahiro, > > On 29 August 2016 at 21:25, Masahiro Yamada > wrote: > > 2016-08-30 9:21 GMT+09:00 Simon Glass : > >> Move this option to Kconfig and tidy up existing uses. > >> > >>

Re: [U-Boot] [PATCH v2 21/44] Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig

2016-08-30 Thread Simon Glass
Hi Masahiro, On 29 August 2016 at 21:25, Masahiro Yamada wrote: > 2016-08-30 9:21 GMT+09:00 Simon Glass : >> Move this option to Kconfig and tidy up existing uses. >> >> Signed-off-by: Simon Glass > >> >> diff --git

Re: [U-Boot] [PATCH v2 21/44] Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig

2016-08-29 Thread Masahiro Yamada
2016-08-30 9:21 GMT+09:00 Simon Glass : > Move this option to Kconfig and tidy up existing uses. > > Signed-off-by: Simon Glass > > diff --git a/arch/arm/cpu/armv7/am33xx/Kconfig > b/arch/arm/cpu/armv7/am33xx/Kconfig > index efbc219..54474c2 100644 > ---