Re: [U-Boot] [PATCH 03/10] sunxi: Introduce a hidden ARCH_SUN6I Kconfig bool

2015-04-17 Thread Ian Campbell
On Thu, 2015-04-16 at 09:23 +0200, Hans de Goede wrote: > Hi, > > On 15-04-15 21:47, Ian Campbell wrote: > > On Wed, 2015-04-15 at 10:45 +0200, Michal Suchanek wrote: > >> It is not obvious which MACH_SUN?I are ARCH_SUN6I derived. So if you > >> can come up with a descriptive name for 'a number of

Re: [U-Boot] [PATCH 03/10] sunxi: Introduce a hidden ARCH_SUN6I Kconfig bool

2015-04-16 Thread Hans de Goede
Hi, On 15-04-15 21:47, Ian Campbell wrote: On Wed, 2015-04-15 at 10:45 +0200, Michal Suchanek wrote: It is not obvious which MACH_SUN?I are ARCH_SUN6I derived. So if you can come up with a descriptive name for 'a number of things in common, such as having separate ahb reset registers in the ccm

Re: [U-Boot] [PATCH 03/10] sunxi: Introduce a hidden ARCH_SUN6I Kconfig bool

2015-04-15 Thread Ian Campbell
On Wed, 2015-04-15 at 10:45 +0200, Michal Suchanek wrote: > It is not obvious which MACH_SUN?I are ARCH_SUN6I derived. So if you > can come up with a descriptive name for 'a number of things in common, > such as having separate ahb reset registers in the ccm' that's fine > otherwise this obfuscates

Re: [U-Boot] [PATCH 03/10] sunxi: Introduce a hidden ARCH_SUN6I Kconfig bool

2015-04-15 Thread Michal Suchanek
On 15 April 2015 at 10:07, Hans de Goede wrote: > Hi, > > > On 15-04-15 10:01, Michal Suchanek wrote: >> >> On 15 April 2015 at 09:35, Hans de Goede wrote: >>> >>> Hi, >>> >>> >>> On 15-04-15 08:51, Michal Suchanek wrote: On 14 April 2015 at 18:06, Hans de Goede wrote: > >

Re: [U-Boot] [PATCH 03/10] sunxi: Introduce a hidden ARCH_SUN6I Kconfig bool

2015-04-15 Thread Hans de Goede
Hi, On 15-04-15 10:01, Michal Suchanek wrote: On 15 April 2015 at 09:35, Hans de Goede wrote: Hi, On 15-04-15 08:51, Michal Suchanek wrote: On 14 April 2015 at 18:06, Hans de Goede wrote: sun6i and newer (derived) SoCs such as the sun8i-a23, sun8i-a33 and sun9i have a various things in

Re: [U-Boot] [PATCH 03/10] sunxi: Introduce a hidden ARCH_SUN6I Kconfig bool

2015-04-15 Thread Hans de Goede
Hi, On 15-04-15 09:00, Michal Suchanek wrote: On 14 April 2015 at 18:06, Hans de Goede wrote: --- a/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h +++ b/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h @@ -37,7 +37,7 @@ #define SUNXI_MMC1_BASE0x01c1 #define SUNXI_MMC2_

Re: [U-Boot] [PATCH 03/10] sunxi: Introduce a hidden ARCH_SUN6I Kconfig bool

2015-04-15 Thread Hans de Goede
Hi, On 15-04-15 08:51, Michal Suchanek wrote: On 14 April 2015 at 18:06, Hans de Goede wrote: sun6i and newer (derived) SoCs such as the sun8i-a23, sun8i-a33 and sun9i have a various things in common, like having separate ahb reset control registers, the SID living inside the pmic, custom pmic

Re: [U-Boot] [PATCH 03/10] sunxi: Introduce a hidden ARCH_SUN6I Kconfig bool

2015-04-15 Thread Michal Suchanek
On 15 April 2015 at 09:35, Hans de Goede wrote: > Hi, > > > On 15-04-15 08:51, Michal Suchanek wrote: >> >> On 14 April 2015 at 18:06, Hans de Goede wrote: >>> >>> sun6i and newer (derived) SoCs such as the sun8i-a23, sun8i-a33 and sun9i >>> have a various things in common, like having separate a

Re: [U-Boot] [PATCH 03/10] sunxi: Introduce a hidden ARCH_SUN6I Kconfig bool

2015-04-15 Thread Michal Suchanek
On 14 April 2015 at 18:06, Hans de Goede wrote: > sun6i and newer (derived) SoCs such as the sun8i-a23, sun8i-a33 and sun9i > have a various things in common, like having separate ahb reset control > registers, the SID living inside the pmic, custom pmic busses, new style > watchdog, etc. > > This

Re: [U-Boot] [PATCH 03/10] sunxi: Introduce a hidden ARCH_SUN6I Kconfig bool

2015-04-15 Thread Michal Suchanek
On 14 April 2015 at 18:06, Hans de Goede wrote: > --- a/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h > +++ b/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h > @@ -37,7 +37,7 @@ > #define SUNXI_MMC1_BASE0x01c1 > #define SUNXI_MMC2_BASE0x01c11000 >

[U-Boot] [PATCH 03/10] sunxi: Introduce a hidden ARCH_SUN6I Kconfig bool

2015-04-14 Thread Hans de Goede
sun6i and newer (derived) SoCs such as the sun8i-a23, sun8i-a33 and sun9i have a various things in common, like having separate ahb reset control registers, the SID living inside the pmic, custom pmic busses, new style watchdog, etc. This commit introduces a new hidden ARCH_SUN6I Kconfig bool whic