* [PATCH v2 1/3] dt-bindings: add compatible string for Allwinner V3s SoC
@ 2017-08-22 5:23 Icenowy Zheng
[not found] ` <20170822052322.15338-1-icenowy-h8G6r0blFSE@public.gmane.org>
2017-08-22 5:23 ` [PATCH v2 3/3] ARM: sunxi: add support for R40 SoC Icenowy Zheng
0 siblings, 2 replies; 8+ messages in thread
From: Icenowy Zheng @ 2017-08-22 5:23 UTC (permalink / raw)
To: Maxime Ripard, Chen-Yu Tsai
Cc: linux-doc, linux-arm-kernel, linux-kernel, devicetree,
linux-sunxi, Icenowy Zheng
The compatible string for Allwinner V3s SoC used to be missing.
Add it to the binding document.
Fixes: b074fede01c0 ("arm: sunxi: add support for V3s SoC")
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
---
Documentation/devicetree/bindings/arm/sunxi.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt b/Documentation/devicetree/bindings/arm/sunxi.txt
index d2c46449b4eb..f35c6ada5a65 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.txt
+++ b/Documentation/devicetree/bindings/arm/sunxi.txt
@@ -14,6 +14,7 @@ using one of the following compatible strings:
allwinner,sun8i-a83t
allwinner,sun8i-h2-plus
allwinner,sun8i-h3
+ allwinner,sun8i-v3s
allwinner,sun9i-a80
allwinner,sun50i-a64
nextthing,gr8
--
2.13.5
^ permalink raw reply related [flat|nested] 8+ messages in thread[parent not found: <20170822052322.15338-1-icenowy-h8G6r0blFSE@public.gmane.org>]
* [PATCH v2 2/3] ARM: sunxi: fix the core number of V3s in sunxi README [not found] ` <20170822052322.15338-1-icenowy-h8G6r0blFSE@public.gmane.org> @ 2017-08-22 5:23 ` Icenowy Zheng 2017-08-25 18:27 ` [PATCH v2 1/3] dt-bindings: add compatible string for Allwinner V3s SoC Rob Herring ` (2 subsequent siblings) 3 siblings, 0 replies; 8+ messages in thread From: Icenowy Zheng @ 2017-08-22 5:23 UTC (permalink / raw) To: Maxime Ripard, Chen-Yu Tsai Cc: linux-doc-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw, Icenowy Zheng The Allwinner V3s SoC is not quad-core, but single-core. Fix this in the README file. Fixes: b074fede01c0 ("arm: sunxi: add support for V3s SoC") Signed-off-by: Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org> --- Documentation/arm/sunxi/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/arm/sunxi/README b/Documentation/arm/sunxi/README index d7b1f016bd62..de791e18ccef 100644 --- a/Documentation/arm/sunxi/README +++ b/Documentation/arm/sunxi/README @@ -33,6 +33,11 @@ SunXi family - Next Thing Co GR8 (sun5i) + * Single ARM Cortex-A7 based SoCs + - Allwinner V3s (sun8i) + + Datasheet + http://linux-sunxi.org/File:Allwinner_V3s_Datasheet_V1.0.pdf + * Dual ARM Cortex-A7 based SoCs - Allwinner A20 (sun7i) + User Manual @@ -71,10 +76,6 @@ SunXi family + Datasheet http://dl.linux-sunxi.org/H3/Allwinner_H3_Datasheet_V1.0.pdf - - Allwinner V3s (sun8i) - + Datasheet - http://linux-sunxi.org/File:Allwinner_V3s_Datasheet_V1.0.pdf - * Quad ARM Cortex-A15, Quad ARM Cortex-A7 based SoCs - Allwinner A80 + Datasheet -- 2.13.5 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH v2 1/3] dt-bindings: add compatible string for Allwinner V3s SoC [not found] ` <20170822052322.15338-1-icenowy-h8G6r0blFSE@public.gmane.org> 2017-08-22 5:23 ` [PATCH v2 2/3] ARM: sunxi: fix the core number of V3s in sunxi README Icenowy Zheng @ 2017-08-25 18:27 ` Rob Herring 2017-09-04 8:32 ` icenowy-h8G6r0blFSE 2017-09-22 14:52 ` icenowy-h8G6r0blFSE 3 siblings, 0 replies; 8+ messages in thread From: Rob Herring @ 2017-08-25 18:27 UTC (permalink / raw) To: Icenowy Zheng Cc: Maxime Ripard, Chen-Yu Tsai, linux-doc-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw On Tue, Aug 22, 2017 at 01:23:20PM +0800, Icenowy Zheng wrote: > The compatible string for Allwinner V3s SoC used to be missing. > > Add it to the binding document. > > Fixes: b074fede01c0 ("arm: sunxi: add support for V3s SoC") > Signed-off-by: Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org> > --- > Documentation/devicetree/bindings/arm/sunxi.txt | 1 + > 1 file changed, 1 insertion(+) Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v2 1/3] dt-bindings: add compatible string for Allwinner V3s SoC [not found] ` <20170822052322.15338-1-icenowy-h8G6r0blFSE@public.gmane.org> 2017-08-22 5:23 ` [PATCH v2 2/3] ARM: sunxi: fix the core number of V3s in sunxi README Icenowy Zheng 2017-08-25 18:27 ` [PATCH v2 1/3] dt-bindings: add compatible string for Allwinner V3s SoC Rob Herring @ 2017-09-04 8:32 ` icenowy-h8G6r0blFSE 2017-09-22 14:52 ` icenowy-h8G6r0blFSE 3 siblings, 0 replies; 8+ messages in thread From: icenowy-h8G6r0blFSE @ 2017-09-04 8:32 UTC (permalink / raw) To: Maxime Ripard, Chen-Yu Tsai Cc: linux-doc-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw 在 2017-08-22 13:23,Icenowy Zheng 写道: > The compatible string for Allwinner V3s SoC used to be missing. > > Add it to the binding document. > > Fixes: b074fede01c0 ("arm: sunxi: add support for V3s SoC") > Signed-off-by: Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org> Maxime, Chen-Yu, ping. Could you queue this patchset to 4.15? > --- > Documentation/devicetree/bindings/arm/sunxi.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt > b/Documentation/devicetree/bindings/arm/sunxi.txt > index d2c46449b4eb..f35c6ada5a65 100644 > --- a/Documentation/devicetree/bindings/arm/sunxi.txt > +++ b/Documentation/devicetree/bindings/arm/sunxi.txt > @@ -14,6 +14,7 @@ using one of the following compatible strings: > allwinner,sun8i-a83t > allwinner,sun8i-h2-plus > allwinner,sun8i-h3 > + allwinner,sun8i-v3s > allwinner,sun9i-a80 > allwinner,sun50i-a64 > nextthing,gr8 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v2 1/3] dt-bindings: add compatible string for Allwinner V3s SoC [not found] ` <20170822052322.15338-1-icenowy-h8G6r0blFSE@public.gmane.org> ` (2 preceding siblings ...) 2017-09-04 8:32 ` icenowy-h8G6r0blFSE @ 2017-09-22 14:52 ` icenowy-h8G6r0blFSE [not found] ` <01d17ee85f0e59b927a9f24d1c541d33-h8G6r0blFSE@public.gmane.org> 3 siblings, 1 reply; 8+ messages in thread From: icenowy-h8G6r0blFSE @ 2017-09-22 14:52 UTC (permalink / raw) To: Maxime Ripard, Chen-Yu Tsai Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-doc-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r 在 2017-08-22 13:23,Icenowy Zheng 写道: > The compatible string for Allwinner V3s SoC used to be missing. > > Add it to the binding document. > > Fixes: b074fede01c0 ("arm: sunxi: add support for V3s SoC") > Signed-off-by: Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org> Maxime, Ping. Have you checked this patchset? > --- > Documentation/devicetree/bindings/arm/sunxi.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt > b/Documentation/devicetree/bindings/arm/sunxi.txt > index d2c46449b4eb..f35c6ada5a65 100644 > --- a/Documentation/devicetree/bindings/arm/sunxi.txt > +++ b/Documentation/devicetree/bindings/arm/sunxi.txt > @@ -14,6 +14,7 @@ using one of the following compatible strings: > allwinner,sun8i-a83t > allwinner,sun8i-h2-plus > allwinner,sun8i-h3 > + allwinner,sun8i-v3s > allwinner,sun9i-a80 > allwinner,sun50i-a64 > nextthing,gr8 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <01d17ee85f0e59b927a9f24d1c541d33-h8G6r0blFSE@public.gmane.org>]
* Re: [PATCH v2 1/3] dt-bindings: add compatible string for Allwinner V3s SoC [not found] ` <01d17ee85f0e59b927a9f24d1c541d33-h8G6r0blFSE@public.gmane.org> @ 2017-09-22 20:27 ` Maxime Ripard 0 siblings, 0 replies; 8+ messages in thread From: Maxime Ripard @ 2017-09-22 20:27 UTC (permalink / raw) To: icenowy-h8G6r0blFSE Cc: Chen-Yu Tsai, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-doc-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r [-- Attachment #1: Type: text/plain, Size: 903 bytes --] On Fri, Sep 22, 2017 at 02:52:19PM +0000, icenowy-h8G6r0blFSE@public.gmane.org wrote: > 在 2017-08-22 13:23,Icenowy Zheng 写道: > > The compatible string for Allwinner V3s SoC used to be missing. > > > > Add it to the binding document. > > > > Fixes: b074fede01c0 ("arm: sunxi: add support for V3s SoC") > > Signed-off-by: Icenowy Zheng <icenowy-h8G6r0blFSE@public.gmane.org> > > Maxime, > Ping. Have you checked this patchset? Applied, thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -- 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. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 801 bytes --] ^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH v2 3/3] ARM: sunxi: add support for R40 SoC 2017-08-22 5:23 [PATCH v2 1/3] dt-bindings: add compatible string for Allwinner V3s SoC Icenowy Zheng [not found] ` <20170822052322.15338-1-icenowy-h8G6r0blFSE@public.gmane.org> @ 2017-08-22 5:23 ` Icenowy Zheng 2017-08-25 18:28 ` Rob Herring 1 sibling, 1 reply; 8+ messages in thread From: Icenowy Zheng @ 2017-08-22 5:23 UTC (permalink / raw) To: Maxime Ripard, Chen-Yu Tsai Cc: linux-doc, linux-arm-kernel, linux-kernel, devicetree, linux-sunxi, Icenowy Zheng Allwinner R40 is a new SoC, with Quad Core Cortex-A7 and peripherals like A20. Add support for it. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> --- Changes in v2: - Fix alphabetical orders. Documentation/arm/sunxi/README | 6 ++++++ Documentation/devicetree/bindings/arm/sunxi.txt | 1 + arch/arm/mach-sunxi/sunxi.c | 1 + 3 files changed, 8 insertions(+) diff --git a/Documentation/arm/sunxi/README b/Documentation/arm/sunxi/README index de791e18ccef..f8efc21998bf 100644 --- a/Documentation/arm/sunxi/README +++ b/Documentation/arm/sunxi/README @@ -76,6 +76,12 @@ SunXi family + Datasheet http://dl.linux-sunxi.org/H3/Allwinner_H3_Datasheet_V1.0.pdf + - Allwinner R40 (sun8i) + + Datasheet + https://github.com/tinalinux/docs/raw/r40-v1.y/R40_Datasheet_V1.0.pdf + + User Manual + https://github.com/tinalinux/docs/raw/r40-v1.y/Allwinner_R40_User_Manual_V1.0.pdf + * Quad ARM Cortex-A15, Quad ARM Cortex-A7 based SoCs - Allwinner A80 + Datasheet diff --git a/Documentation/devicetree/bindings/arm/sunxi.txt b/Documentation/devicetree/bindings/arm/sunxi.txt index f35c6ada5a65..e4beec3d9ad3 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.txt +++ b/Documentation/devicetree/bindings/arm/sunxi.txt @@ -14,6 +14,7 @@ using one of the following compatible strings: allwinner,sun8i-a83t allwinner,sun8i-h2-plus allwinner,sun8i-h3 + allwinner-sun8i-r40 allwinner,sun8i-v3s allwinner,sun9i-a80 allwinner,sun50i-a64 diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c index 7ab353fb25f2..5e9602ce1573 100644 --- a/arch/arm/mach-sunxi/sunxi.c +++ b/arch/arm/mach-sunxi/sunxi.c @@ -65,6 +65,7 @@ static const char * const sun8i_board_dt_compat[] = { "allwinner,sun8i-a83t", "allwinner,sun8i-h2-plus", "allwinner,sun8i-h3", + "allwinner,sun8i-r40", "allwinner,sun8i-v3s", NULL, }; -- 2.13.5 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH v2 3/3] ARM: sunxi: add support for R40 SoC 2017-08-22 5:23 ` [PATCH v2 3/3] ARM: sunxi: add support for R40 SoC Icenowy Zheng @ 2017-08-25 18:28 ` Rob Herring 0 siblings, 0 replies; 8+ messages in thread From: Rob Herring @ 2017-08-25 18:28 UTC (permalink / raw) To: Icenowy Zheng Cc: Maxime Ripard, Chen-Yu Tsai, linux-doc, linux-arm-kernel, linux-kernel, devicetree, linux-sunxi On Tue, Aug 22, 2017 at 01:23:22PM +0800, Icenowy Zheng wrote: > Allwinner R40 is a new SoC, with Quad Core Cortex-A7 and peripherals > like A20. > > Add support for it. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.io> > --- > Changes in v2: > - Fix alphabetical orders. > > Documentation/arm/sunxi/README | 6 ++++++ > Documentation/devicetree/bindings/arm/sunxi.txt | 1 + > arch/arm/mach-sunxi/sunxi.c | 1 + > 3 files changed, 8 insertions(+) Acked-by: Rob Herring <robh@kernel.org> ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-09-22 20:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22 5:23 [PATCH v2 1/3] dt-bindings: add compatible string for Allwinner V3s SoC Icenowy Zheng
[not found] ` <20170822052322.15338-1-icenowy-h8G6r0blFSE@public.gmane.org>
2017-08-22 5:23 ` [PATCH v2 2/3] ARM: sunxi: fix the core number of V3s in sunxi README Icenowy Zheng
2017-08-25 18:27 ` [PATCH v2 1/3] dt-bindings: add compatible string for Allwinner V3s SoC Rob Herring
2017-09-04 8:32 ` icenowy-h8G6r0blFSE
2017-09-22 14:52 ` icenowy-h8G6r0blFSE
[not found] ` <01d17ee85f0e59b927a9f24d1c541d33-h8G6r0blFSE@public.gmane.org>
2017-09-22 20:27 ` Maxime Ripard
2017-08-22 5:23 ` [PATCH v2 3/3] ARM: sunxi: add support for R40 SoC Icenowy Zheng
2017-08-25 18:28 ` Rob Herring
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).