linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] dt-bindings: uniphier: add bindings for UniPhier SoC family
@ 2018-10-12  4:25 Masahiro Yamada
  2018-10-12  4:25 ` [PATCH v2 2/2] dt-bindings: uniphier: move cache-uniphier.txt to vendor directory Masahiro Yamada
  0 siblings, 1 reply; 6+ messages in thread
From: Masahiro Yamada @ 2018-10-12  4:25 UTC (permalink / raw)
  To: linux-arm-kernel, devicetree, Rob Herring
  Cc: Olof Johansson, Arnd Bergmann, Masami Hiramatsu, Jassi Brar,
	Masahiro Yamada, linux-kernel, Mark Rutland

Document the list of SoCs and boards of UniPhier platform.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

Changes in v2:
  Changes suggested by Rob.
  - Move the file to
    Documentation/devicetree/bindings/arm/socionext/uniphier.txt
  - Group boards by each SoC

Previous posts:
  v1: https://patchwork.ozlabs.org/patch/842010/

 .../devicetree/bindings/arm/socionext/uniphier.txt | 47 ++++++++++++++++++++++
 MAINTAINERS                                        |  1 +
 2 files changed, 48 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/socionext/uniphier.txt

diff --git a/Documentation/devicetree/bindings/arm/socionext/uniphier.txt b/Documentation/devicetree/bindings/arm/socionext/uniphier.txt
new file mode 100644
index 0000000..dafc466
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/socionext/uniphier.txt
@@ -0,0 +1,47 @@
+Socionext UniPhier SoC family
+-----------------------------
+
+Required properties in the root node:
+  - compatible: should contain board and SoC compatible strings
+
+SoC and board compatible strings:
+  (sorted chronologically)
+
+  - LD4 SoC:  "socionext,uniphier-ld4"
+      - Reference board: "socionext,uniphier-ld4-ref"
+
+  - Pro4 SoC: "socionext,uniphier-pro4"
+      - Reference Board: "socionext,uniphier-pro4-ref"
+      - Ace Board:       "socionext,uniphier-pro4-ace"
+      - Sanji Board:     "socionext,uniphier-pro4-sanji"
+
+  - sLD8 SoC: "socionext,uniphier-sld8"
+      - Reference Board: "socionext,uniphier-sld8-ref"
+
+  - PXs2 SoC: "socionext,uniphier-pxs2"
+      - Gentil Board:    "socionext,uniphier-pxs2-gentil"
+      - Vodka Board:     "socionext,uniphier-pxs2-vodka"
+
+  - LD6b SoC: "socionext,uniphier-ld6b"
+      - Reference Board: "socionext,uniphier-ld6b-ref"
+
+  - LD11 SoC: "socionext,uniphier-ld11"
+      - Reference Board: "socionext,uniphier-ld11-ref"
+      - Global Board:    "socionext,uniphier-ld11-global"
+
+  - LD20 SoC: "socionext,uniphier-ld20"
+      - Reference Board: "socionext,uniphier-ld20-ref"
+      - Global Board:    "socionext,uniphier-ld20-global"
+
+  - PXs3 SoC: "socionext,uniphier-pxs3"
+      - Reference Board: "socionext,uniphier-pxs3-ref"
+
+Example:
+
+/dts-v1/;
+
+/ {
+	compatible = "socionext,uniphier-ld20-ref", "socionext,uniphier-ld20";
+
+	...
+};
diff --git a/MAINTAINERS b/MAINTAINERS
index a5c951c..c0c2abb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2183,6 +2183,7 @@ M:	Masahiro Yamada <yamada.masahiro@socionext.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git
 S:	Maintained
+F:	Documentation/devicetree/bindings/arm/socionext/uniphier.txt
 F:	Documentation/devicetree/bindings/gpio/gpio-uniphier.txt
 F:	Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
 F:	arch/arm/boot/dts/uniphier*
-- 
2.7.4


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

* [PATCH v2 2/2] dt-bindings: uniphier: move cache-uniphier.txt to vendor directory
  2018-10-12  4:25 [PATCH v2 1/2] dt-bindings: uniphier: add bindings for UniPhier SoC family Masahiro Yamada
@ 2018-10-12  4:25 ` Masahiro Yamada
  2018-10-17 19:59   ` Rob Herring
  2018-10-17 20:00   ` Rob Herring
  0 siblings, 2 replies; 6+ messages in thread
From: Masahiro Yamada @ 2018-10-12  4:25 UTC (permalink / raw)
  To: linux-arm-kernel, devicetree, Rob Herring
  Cc: Olof Johansson, Arnd Bergmann, Masami Hiramatsu, Jassi Brar,
	Masahiro Yamada, linux-kernel, Mark Rutland

Now, the Socionext vendor directory is available at
Documentation/devicetree/bindings/arm/socionext/

Move cache-uniphier.txt over to it.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

Changes in v2:
  - New patch

 .../devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt (100%)

diff --git a/Documentation/devicetree/bindings/arm/uniphier/cache-uniphier.txt b/Documentation/devicetree/bindings/arm/socionext/cache-uniphier.txt
similarity index 100%
rename from Documentation/devicetree/bindings/arm/uniphier/cache-uniphier.txt
rename to Documentation/devicetree/bindings/arm/socionext/cache-uniphier.txt
-- 
2.7.4


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

* Re: [PATCH v2 2/2] dt-bindings: uniphier: move cache-uniphier.txt to vendor directory
  2018-10-12  4:25 ` [PATCH v2 2/2] dt-bindings: uniphier: move cache-uniphier.txt to vendor directory Masahiro Yamada
@ 2018-10-17 19:59   ` Rob Herring
  2018-10-17 20:00   ` Rob Herring
  1 sibling, 0 replies; 6+ messages in thread
From: Rob Herring @ 2018-10-17 19:59 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-arm-kernel, devicetree, Olof Johansson, Arnd Bergmann,
	Masami Hiramatsu, Jassi Brar, Masahiro Yamada, linux-kernel,
	Mark Rutland

On Fri, 12 Oct 2018 13:25:24 +0900, Masahiro Yamada wrote:
> Now, the Socionext vendor directory is available at
> Documentation/devicetree/bindings/arm/socionext/
> 
> Move cache-uniphier.txt over to it.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
> Changes in v2:
>   - New patch
> 
>  .../devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt    | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename Documentation/devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt (100%)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v2 2/2] dt-bindings: uniphier: move cache-uniphier.txt to vendor directory
  2018-10-12  4:25 ` [PATCH v2 2/2] dt-bindings: uniphier: move cache-uniphier.txt to vendor directory Masahiro Yamada
  2018-10-17 19:59   ` Rob Herring
@ 2018-10-17 20:00   ` Rob Herring
  2018-10-18  3:11     ` Masahiro Yamada
  1 sibling, 1 reply; 6+ messages in thread
From: Rob Herring @ 2018-10-17 20:00 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-arm-kernel, devicetree, Olof Johansson, Arnd Bergmann,
	Masami Hiramatsu, Jassi Brar, Masahiro Yamada, linux-kernel,
	Mark Rutland

On Fri, 12 Oct 2018 13:25:24 +0900, Masahiro Yamada wrote:
> Now, the Socionext vendor directory is available at
> Documentation/devicetree/bindings/arm/socionext/
> 
> Move cache-uniphier.txt over to it.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
> Changes in v2:
>   - New patch
> 
>  .../devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt    | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename Documentation/devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt (100%)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v2 2/2] dt-bindings: uniphier: move cache-uniphier.txt to vendor directory
  2018-10-17 20:00   ` Rob Herring
@ 2018-10-18  3:11     ` Masahiro Yamada
  2018-10-18 13:06       ` Rob Herring
  0 siblings, 1 reply; 6+ messages in thread
From: Masahiro Yamada @ 2018-10-18  3:11 UTC (permalink / raw)
  To: Rob Herring
  Cc: linux-arm-kernel, DTML, Olof Johansson, Arnd Bergmann,
	Masami Hiramatsu, Jassi Brar, Linux Kernel Mailing List,
	Mark Rutland

Hi Rob,


On Thu, Oct 18, 2018 at 5:01 AM Rob Herring <robh@kernel.org> wrote:
>
> On Fri, 12 Oct 2018 13:25:24 +0900, Masahiro Yamada wrote:
> > Now, the Socionext vendor directory is available at
> > Documentation/devicetree/bindings/arm/socionext/
> >
> > Move cache-uniphier.txt over to it.
> >
> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> > ---
> >
> > Changes in v2:
> >   - New patch
> >
> >  .../devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt    | 0
> >  1 file changed, 0 insertions(+), 0 deletions(-)
> >  rename Documentation/devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt (100%)
> >
>
> Reviewed-by: Rob Herring <robh@kernel.org>


Thanks for your review!

You gave your Reviewed-by twice to 2/2,
but nothing to 1/2.

Is the first patch under review?
Or, did you accidentally do that
instead of replying to each of the two?


-- 
Best Regards
Masahiro Yamada

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

* Re: [PATCH v2 2/2] dt-bindings: uniphier: move cache-uniphier.txt to vendor directory
  2018-10-18  3:11     ` Masahiro Yamada
@ 2018-10-18 13:06       ` Rob Herring
  0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2018-10-18 13:06 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE,
	devicetree, Olof Johansson, Arnd Bergmann, Masami Hiramatsu,
	Jassi Brar, linux-kernel, Mark Rutland

On Wed, Oct 17, 2018 at 10:12 PM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> Hi Rob,
>
>
> On Thu, Oct 18, 2018 at 5:01 AM Rob Herring <robh@kernel.org> wrote:
> >
> > On Fri, 12 Oct 2018 13:25:24 +0900, Masahiro Yamada wrote:
> > > Now, the Socionext vendor directory is available at
> > > Documentation/devicetree/bindings/arm/socionext/
> > >
> > > Move cache-uniphier.txt over to it.
> > >
> > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> > > ---
> > >
> > > Changes in v2:
> > >   - New patch
> > >
> > >  .../devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt    | 0
> > >  1 file changed, 0 insertions(+), 0 deletions(-)
> > >  rename Documentation/devicetree/bindings/arm/{uniphier => socionext}/cache-uniphier.txt (100%)
> > >
> >
> > Reviewed-by: Rob Herring <robh@kernel.org>
>
>
> Thanks for your review!
>
> You gave your Reviewed-by twice to 2/2,
> but nothing to 1/2.
>
> Is the first patch under review?
> Or, did you accidentally do that
> instead of replying to each of the two?

Humm, some sort of scripting fail. Yes, you can add my R-by to 1/2 also.

Rob

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

end of thread, other threads:[~2018-10-18 13:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-12  4:25 [PATCH v2 1/2] dt-bindings: uniphier: add bindings for UniPhier SoC family Masahiro Yamada
2018-10-12  4:25 ` [PATCH v2 2/2] dt-bindings: uniphier: move cache-uniphier.txt to vendor directory Masahiro Yamada
2018-10-17 19:59   ` Rob Herring
2018-10-17 20:00   ` Rob Herring
2018-10-18  3:11     ` Masahiro Yamada
2018-10-18 13:06       ` 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).