* Re: [PATCH v3 -next 1/2] ARM: sunxi: add support for H2+ SoC
@ 2016-12-05 6:44 Icenowy Zheng
0 siblings, 0 replies; 5+ messages in thread
From: Icenowy Zheng @ 2016-12-05 6:44 UTC (permalink / raw)
To: Alexey Kardashevskiy
Cc: Vishnu Patekar, Rob Herring, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
Andre Przywara, devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-doc-u79uwXL29TY76Z2rM5mHXA, Hans de Goede, Arnd Bergmann,
Russell King, Maxime Ripard,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw, Chen-Yu Tsai
2016年12月5日 上午10:27于 Alexey Kardashevskiy <aik-sLpHqDYs0B2HXe+LvDLADg@public.gmane.org>写道:
>
> On 03/12/16 02:05, Icenowy Zheng wrote:
> > Allwinner H2+ is a quad-core Cortex-A7 SoC.
> >
> > It is very like H3, that they share the same SoC ID (0x1680), and H3
> > memory maps as well as drivers works well on the SoC.
>
>
> What git tree is this made against of? Thanks.
linux-next. See the title ;-)
>
>
> >
> > Signed-off-by: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
> > ---
> > Changes since v2:
> > - Changed compatible from allwinner,sun8i-h2plus to allwinner,sun8i-h2-plus.
> > Documentation/arm/sunxi/README | 4 ++++
> > Documentation/devicetree/bindings/arm/sunxi.txt | 1 +
> > arch/arm/mach-sunxi/sunxi.c | 1 +
> > 3 files changed, 6 insertions(+)
> >
> > diff --git a/Documentation/arm/sunxi/README b/Documentation/arm/sunxi/README
> > index cd02433..1fe4d99c 100644
> > --- a/Documentation/arm/sunxi/README
> > +++ b/Documentation/arm/sunxi/README
> > @@ -63,6 +63,10 @@ SunXi family
> > + User Manual
> > http://dl.linux-sunxi.org/A33/A33%20user%20manual%20release%201.1.pdf
> >
> > + - Allwinner H2+ (sun8i)
> > + + No document available now, but is known to be working properly with
> > + H3 drivers and memory map.
> > +
> > - Allwinner H3 (sun8i)
> > + Datasheet
> > http://dl.linux-sunxi.org/H3/Allwinner_H3_Datasheet_V1.0.pdf
> > diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt b/Documentation/devicetree/bindings/arm/sunxi.txt
> > index 4d6467c..59b143f 100644
> > --- a/Documentation/devicetree/bindings/arm/sunxi.txt
> > +++ b/Documentation/devicetree/bindings/arm/sunxi.txt
> > @@ -13,6 +13,7 @@ using one of the following compatible strings:
> > allwinner,sun8i-a33
> > allwinner,sun8i-a83t
> > allwinner,sun8i-h3
> > + allwinner,sun8i-h2-plus
> > allwinner,sun9i-a80
> > allwinner,sun50i-a64
> > nextthing,gr8
> > diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c
> > index 2e2bde2..320d2af 100644
> > --- a/arch/arm/mach-sunxi/sunxi.c
> > +++ b/arch/arm/mach-sunxi/sunxi.c
> > @@ -63,6 +63,7 @@ static const char * const sun8i_board_dt_compat[] = {
> > "allwinner,sun8i-a23",
> > "allwinner,sun8i-a33",
> > "allwinner,sun8i-a83t",
> > + "allwinner,sun8i-h2-plus",
> > "allwinner,sun8i-h3",
> > NULL,
> > };
> >
>
>
> --
> Alexey
--
You received this message because you are subscribed to the Google Groups "linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
^ permalink raw reply [flat|nested] 5+ messages in thread* [PATCH v3 -next 1/2] ARM: sunxi: add support for H2+ SoC
@ 2016-12-02 15:05 Icenowy Zheng
2016-12-05 2:27 ` Alexey Kardashevskiy
[not found] ` <20161202150513.34691-1-icenowy-ymACFijhrKM@public.gmane.org>
0 siblings, 2 replies; 5+ messages in thread
From: Icenowy Zheng @ 2016-12-02 15:05 UTC (permalink / raw)
To: Maxime Ripard, Chen-Yu Tsai, Rob Herring, Russell King,
Andre Przywara, Hans de Goede, Arnd Bergmann, Vishnu Patekar
Cc: linux-doc-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw, Icenowy Zheng
Allwinner H2+ is a quad-core Cortex-A7 SoC.
It is very like H3, that they share the same SoC ID (0x1680), and H3
memory maps as well as drivers works well on the SoC.
Signed-off-by: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
---
Changes since v2:
- Changed compatible from allwinner,sun8i-h2plus to allwinner,sun8i-h2-plus.
Documentation/arm/sunxi/README | 4 ++++
Documentation/devicetree/bindings/arm/sunxi.txt | 1 +
arch/arm/mach-sunxi/sunxi.c | 1 +
3 files changed, 6 insertions(+)
diff --git a/Documentation/arm/sunxi/README b/Documentation/arm/sunxi/README
index cd02433..1fe4d99c 100644
--- a/Documentation/arm/sunxi/README
+++ b/Documentation/arm/sunxi/README
@@ -63,6 +63,10 @@ SunXi family
+ User Manual
http://dl.linux-sunxi.org/A33/A33%20user%20manual%20release%201.1.pdf
+ - Allwinner H2+ (sun8i)
+ + No document available now, but is known to be working properly with
+ H3 drivers and memory map.
+
- Allwinner H3 (sun8i)
+ Datasheet
http://dl.linux-sunxi.org/H3/Allwinner_H3_Datasheet_V1.0.pdf
diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt b/Documentation/devicetree/bindings/arm/sunxi.txt
index 4d6467c..59b143f 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.txt
+++ b/Documentation/devicetree/bindings/arm/sunxi.txt
@@ -13,6 +13,7 @@ using one of the following compatible strings:
allwinner,sun8i-a33
allwinner,sun8i-a83t
allwinner,sun8i-h3
+ allwinner,sun8i-h2-plus
allwinner,sun9i-a80
allwinner,sun50i-a64
nextthing,gr8
diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c
index 2e2bde2..320d2af 100644
--- a/arch/arm/mach-sunxi/sunxi.c
+++ b/arch/arm/mach-sunxi/sunxi.c
@@ -63,6 +63,7 @@ static const char * const sun8i_board_dt_compat[] = {
"allwinner,sun8i-a23",
"allwinner,sun8i-a33",
"allwinner,sun8i-a83t",
+ "allwinner,sun8i-h2-plus",
"allwinner,sun8i-h3",
NULL,
};
--
2.10.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH v3 -next 1/2] ARM: sunxi: add support for H2+ SoC
2016-12-02 15:05 Icenowy Zheng
@ 2016-12-05 2:27 ` Alexey Kardashevskiy
[not found] ` <20161202150513.34691-1-icenowy-ymACFijhrKM@public.gmane.org>
1 sibling, 0 replies; 5+ messages in thread
From: Alexey Kardashevskiy @ 2016-12-05 2:27 UTC (permalink / raw)
To: Icenowy Zheng, Maxime Ripard, Chen-Yu Tsai, Rob Herring,
Russell King, Andre Przywara, Hans de Goede, Arnd Bergmann,
Vishnu Patekar
Cc: devicetree, linux-sunxi, linux-kernel, linux-arm-kernel,
linux-doc
On 03/12/16 02:05, Icenowy Zheng wrote:
> Allwinner H2+ is a quad-core Cortex-A7 SoC.
>
> It is very like H3, that they share the same SoC ID (0x1680), and H3
> memory maps as well as drivers works well on the SoC.
What git tree is this made against of? Thanks.
>
> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
> ---
> Changes since v2:
> - Changed compatible from allwinner,sun8i-h2plus to allwinner,sun8i-h2-plus.
> Documentation/arm/sunxi/README | 4 ++++
> Documentation/devicetree/bindings/arm/sunxi.txt | 1 +
> arch/arm/mach-sunxi/sunxi.c | 1 +
> 3 files changed, 6 insertions(+)
>
> diff --git a/Documentation/arm/sunxi/README b/Documentation/arm/sunxi/README
> index cd02433..1fe4d99c 100644
> --- a/Documentation/arm/sunxi/README
> +++ b/Documentation/arm/sunxi/README
> @@ -63,6 +63,10 @@ SunXi family
> + User Manual
> http://dl.linux-sunxi.org/A33/A33%20user%20manual%20release%201.1.pdf
>
> + - Allwinner H2+ (sun8i)
> + + No document available now, but is known to be working properly with
> + H3 drivers and memory map.
> +
> - Allwinner H3 (sun8i)
> + Datasheet
> http://dl.linux-sunxi.org/H3/Allwinner_H3_Datasheet_V1.0.pdf
> diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt b/Documentation/devicetree/bindings/arm/sunxi.txt
> index 4d6467c..59b143f 100644
> --- a/Documentation/devicetree/bindings/arm/sunxi.txt
> +++ b/Documentation/devicetree/bindings/arm/sunxi.txt
> @@ -13,6 +13,7 @@ using one of the following compatible strings:
> allwinner,sun8i-a33
> allwinner,sun8i-a83t
> allwinner,sun8i-h3
> + allwinner,sun8i-h2-plus
> allwinner,sun9i-a80
> allwinner,sun50i-a64
> nextthing,gr8
> diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c
> index 2e2bde2..320d2af 100644
> --- a/arch/arm/mach-sunxi/sunxi.c
> +++ b/arch/arm/mach-sunxi/sunxi.c
> @@ -63,6 +63,7 @@ static const char * const sun8i_board_dt_compat[] = {
> "allwinner,sun8i-a23",
> "allwinner,sun8i-a33",
> "allwinner,sun8i-a83t",
> + "allwinner,sun8i-h2-plus",
> "allwinner,sun8i-h3",
> NULL,
> };
>
--
Alexey
^ permalink raw reply [flat|nested] 5+ messages in thread[parent not found: <20161202150513.34691-1-icenowy-ymACFijhrKM@public.gmane.org>]
* Re: [PATCH v3 -next 1/2] ARM: sunxi: add support for H2+ SoC
[not found] ` <20161202150513.34691-1-icenowy-ymACFijhrKM@public.gmane.org>
@ 2016-12-05 9:19 ` Maxime Ripard
2016-12-06 2:01 ` Alexey Kardashevskiy
0 siblings, 1 reply; 5+ messages in thread
From: Maxime Ripard @ 2016-12-05 9:19 UTC (permalink / raw)
To: Icenowy Zheng
Cc: Chen-Yu Tsai, Rob Herring, Russell King, Andre Przywara,
Hans de Goede, Arnd Bergmann, Vishnu Patekar,
linux-doc-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw
[-- Attachment #1: Type: text/plain, Size: 490 bytes --]
On Fri, Dec 02, 2016 at 11:05:12PM +0800, Icenowy Zheng wrote:
> Allwinner H2+ is a quad-core Cortex-A7 SoC.
>
> It is very like H3, that they share the same SoC ID (0x1680), and H3
> memory maps as well as drivers works well on the SoC.
>
> Signed-off-by: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
Fixed the alphabetical order in the bindings doc, and applied.
Thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH v3 -next 1/2] ARM: sunxi: add support for H2+ SoC
2016-12-05 9:19 ` Maxime Ripard
@ 2016-12-06 2:01 ` Alexey Kardashevskiy
0 siblings, 0 replies; 5+ messages in thread
From: Alexey Kardashevskiy @ 2016-12-06 2:01 UTC (permalink / raw)
To: Maxime Ripard, Icenowy Zheng
Cc: devicetree, Vishnu Patekar, Arnd Bergmann, linux-doc,
Andre Przywara, linux-sunxi, Russell King, linux-kernel,
Hans de Goede, Chen-Yu Tsai, Rob Herring, linux-arm-kernel
[-- Attachment #1.1.1: Type: text/plain, Size: 504 bytes --]
On 05/12/16 20:19, Maxime Ripard wrote:
> On Fri, Dec 02, 2016 at 11:05:12PM +0800, Icenowy Zheng wrote:
>> Allwinner H2+ is a quad-core Cortex-A7 SoC.
>>
>> It is very like H3, that they share the same SoC ID (0x1680), and H3
>> memory maps as well as drivers works well on the SoC.
>>
>> Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
>
> Fixed the alphabetical order in the bindings doc, and applied.
Where is that resulting tree, with these ones and EMAC? Thanks.
--
Alexey
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 839 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-12-06 2:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-05 6:44 [PATCH v3 -next 1/2] ARM: sunxi: add support for H2+ SoC Icenowy Zheng
-- strict thread matches above, loose matches on Subject: below --
2016-12-02 15:05 Icenowy Zheng
2016-12-05 2:27 ` Alexey Kardashevskiy
[not found] ` <20161202150513.34691-1-icenowy-ymACFijhrKM@public.gmane.org>
2016-12-05 9:19 ` Maxime Ripard
2016-12-06 2:01 ` Alexey Kardashevskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox