linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: sunxi: change the AllWinner A1X to sunxi
@ 2014-01-09 14:15 Gerardo Di Iorio
  0 siblings, 0 replies; 6+ messages in thread
From: Gerardo Di Iorio @ 2014-01-09 14:15 UTC (permalink / raw)
  To: linux-arm-kernel



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] ARM: sunxi: change the AllWinner A1X to sunxi
@ 2014-01-09 15:34 Gerardo Di Iorio
  2014-01-15  9:10 ` Maxime Ripard
  0 siblings, 1 reply; 6+ messages in thread
From: Gerardo Di Iorio @ 2014-01-09 15:34 UTC (permalink / raw)
  To: linux-arm-kernel

Change the AllWinner A1X SOCs to Allwinner Sunxi SOCs

Signed-off-by: Gerardo Di Iorio <arete74@gmail.com>
---
 arch/arm/mach-sunxi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index 547004c..adb2574 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -1,5 +1,5 @@
 config ARCH_SUNXI
-       bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
+       bool "Allwinner Sunxi SOCs" if ARCH_MULTI_V7
        select ARCH_HAS_RESET_CONTROLLER
        select ARCH_REQUIRE_GPIOLIB
        select ARM_GIC
--
1.8.4.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] ARM: sunxi: change the AllWinner A1X to sunxi
  2014-01-09 15:34 [PATCH] ARM: sunxi: change the AllWinner A1X to sunxi Gerardo Di Iorio
@ 2014-01-15  9:10 ` Maxime Ripard
  2014-01-15  9:40   ` Arnd Bergmann
  0 siblings, 1 reply; 6+ messages in thread
From: Maxime Ripard @ 2014-01-15  9:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jan 09, 2014 at 04:34:04PM +0100, Gerardo Di Iorio wrote:
> Change the AllWinner A1X SOCs to Allwinner Sunxi SOCs
> 
> Signed-off-by: Gerardo Di Iorio <arete74@gmail.com>
> ---
>  arch/arm/mach-sunxi/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
> index 547004c..adb2574 100644
> --- a/arch/arm/mach-sunxi/Kconfig
> +++ b/arch/arm/mach-sunxi/Kconfig
> @@ -1,5 +1,5 @@
>  config ARCH_SUNXI
> -       bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
> +       bool "Allwinner Sunxi SOCs" if ARCH_MULTI_V7

I wonder if the sunxi (apart the weird letter case) is actually
needed. Maybe we can just put "Allwinner SoCs" (it would be great if
you could fix the SoCs case too).

Thanks!
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140115/fce18948/attachment-0001.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] ARM: sunxi: change the AllWinner A1X to sunxi
  2014-01-15  9:10 ` Maxime Ripard
@ 2014-01-15  9:40   ` Arnd Bergmann
  2014-01-15 13:28     ` Gerardo Di Iorio
  2014-01-17 12:06     ` Maxime Ripard
  0 siblings, 2 replies; 6+ messages in thread
From: Arnd Bergmann @ 2014-01-15  9:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 15 January 2014 10:10:06 Maxime Ripard wrote:
> On Thu, Jan 09, 2014 at 04:34:04PM +0100, Gerardo Di Iorio wrote:
> > Change the AllWinner A1X SOCs to Allwinner Sunxi SOCs
> > 
> > Signed-off-by: Gerardo Di Iorio <arete74@gmail.com>
> > ---
> >  arch/arm/mach-sunxi/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
> > index 547004c..adb2574 100644
> > --- a/arch/arm/mach-sunxi/Kconfig
> > +++ b/arch/arm/mach-sunxi/Kconfig
> > @@ -1,5 +1,5 @@
> >  config ARCH_SUNXI
> > -       bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
> > +       bool "Allwinner Sunxi SOCs" if ARCH_MULTI_V7
> 
> I wonder if the sunxi (apart the weird letter case) is actually
> needed. Maybe we can just put "Allwinner SoCs" (it would be great if
> you could fix the SoCs case too).

If you want to have exact naming, try to find something that excludes the
old Sun3i (F20) and earlier chips (unless someone is already planning
to work on them). Maybe also mention the "Boxchip" name, although that
seems to be falling out of use these days.

	Arnd

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] ARM: sunxi: change the AllWinner A1X to sunxi
  2014-01-15  9:40   ` Arnd Bergmann
@ 2014-01-15 13:28     ` Gerardo Di Iorio
  2014-01-17 12:06     ` Maxime Ripard
  1 sibling, 0 replies; 6+ messages in thread
From: Gerardo Di Iorio @ 2014-01-15 13:28 UTC (permalink / raw)
  To: linux-arm-kernel

hi,


2014/1/15 Arnd Bergmann <arnd@arndb.de>
>
> On Wednesday 15 January 2014 10:10:06 Maxime Ripard wrote:
> > On Thu, Jan 09, 2014 at 04:34:04PM +0100, Gerardo Di Iorio wrote:
> > > Change the AllWinner A1X SOCs to Allwinner Sunxi SOCs
> > >
> > > Signed-off-by: Gerardo Di Iorio <arete74@gmail.com>
> > > ---
> > >  arch/arm/mach-sunxi/Kconfig | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
> > > index 547004c..adb2574 100644
> > > --- a/arch/arm/mach-sunxi/Kconfig
> > > +++ b/arch/arm/mach-sunxi/Kconfig
> > > @@ -1,5 +1,5 @@
> > >  config ARCH_SUNXI
> > > -       bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
> > > +       bool "Allwinner Sunxi SOCs" if ARCH_MULTI_V7
> >
> > I wonder if the sunxi (apart the weird letter case) is actually
> > needed. Maybe we can just put "Allwinner SoCs" (it would be great if
> > you could fix the SoCs case too).
>
> If you want to have exact naming, try to find something that excludes the
> old Sun3i (F20) and earlier chips (unless someone is already planning
> to work on them). Maybe also mention the "Boxchip" name, although that
> seems to be falling out of use these days.
>

if we use "Allwinner AX SoC" ?

>         Arnd
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] ARM: sunxi: change the AllWinner A1X to sunxi
  2014-01-15  9:40   ` Arnd Bergmann
  2014-01-15 13:28     ` Gerardo Di Iorio
@ 2014-01-17 12:06     ` Maxime Ripard
  1 sibling, 0 replies; 6+ messages in thread
From: Maxime Ripard @ 2014-01-17 12:06 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

On Wed, Jan 15, 2014 at 10:40:56AM +0100, Arnd Bergmann wrote:
> On Wednesday 15 January 2014 10:10:06 Maxime Ripard wrote:
> > On Thu, Jan 09, 2014 at 04:34:04PM +0100, Gerardo Di Iorio wrote:
> > > Change the AllWinner A1X SOCs to Allwinner Sunxi SOCs
> > > 
> > > Signed-off-by: Gerardo Di Iorio <arete74@gmail.com>
> > > ---
> > >  arch/arm/mach-sunxi/Kconfig | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
> > > index 547004c..adb2574 100644
> > > --- a/arch/arm/mach-sunxi/Kconfig
> > > +++ b/arch/arm/mach-sunxi/Kconfig
> > > @@ -1,5 +1,5 @@
> > >  config ARCH_SUNXI
> > > -       bool "Allwinner A1X SOCs" if ARCH_MULTI_V7
> > > +       bool "Allwinner Sunxi SOCs" if ARCH_MULTI_V7
> > 
> > I wonder if the sunxi (apart the weird letter case) is actually
> > needed. Maybe we can just put "Allwinner SoCs" (it would be great if
> > you could fix the SoCs case too).
> 
> If you want to have exact naming, try to find something that excludes the
> old Sun3i (F20) and earlier chips (unless someone is already planning
> to work on them). Maybe also mention the "Boxchip" name, although that
> seems to be falling out of use these days.

I'm not sure that's good to exclude chips. We have a number of SoCs we
don't support even on later families (A31s, A23, mostly). I'm not sure
we want to have an ever growing list of SoCs supported (or
not-supported).

"sunXi" would be fine I guess, or "A-series" like suggested on IRC.

Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140117/adfff9d0/attachment.sig>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-01-17 12:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-09 15:34 [PATCH] ARM: sunxi: change the AllWinner A1X to sunxi Gerardo Di Iorio
2014-01-15  9:10 ` Maxime Ripard
2014-01-15  9:40   ` Arnd Bergmann
2014-01-15 13:28     ` Gerardo Di Iorio
2014-01-17 12:06     ` Maxime Ripard
  -- strict thread matches above, loose matches on Subject: below --
2014-01-09 14:15 Gerardo Di Iorio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).