linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: shmobile: alt/gose: Add board part number to DT bindings
@ 2016-10-04 13:20 Geert Uytterhoeven
  2016-10-04 13:20 ` [PATCH 1/2] ARM: shmobile: r8a7794/alt: " Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2016-10-04 13:20 UTC (permalink / raw)
  To: linux-arm-kernel

	Hi Simon, Magnus,

This series at the missing board part numbers for r8a7794/alt and
r8a7793/gose to the DT binding documentation, like is done for the other
boards.

Thanks for applying!

Geert Uytterhoeven (2):
  ARM: shmobile: r8a7794/alt: Add board part number to DT bindings
  ARM: shmobile: r8a7793/gose: Add board part number to DT bindings

 Documentation/devicetree/bindings/arm/shmobile.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
1.9.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* [PATCH 1/2] ARM: shmobile: r8a7794/alt: Add board part number to DT bindings
  2016-10-04 13:20 [PATCH 0/2] ARM: shmobile: alt/gose: Add board part number to DT bindings Geert Uytterhoeven
@ 2016-10-04 13:20 ` Geert Uytterhoeven
  2016-10-04 13:20 ` [PATCH 2/2] ARM: shmobile: r8a7793/gose: " Geert Uytterhoeven
  2016-10-07  3:32 ` [PATCH 0/2] ARM: shmobile: alt/gose: " Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2016-10-04 13:20 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/arm/shmobile.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
index 19f0a9e4302b508c..6c3ffc2ebeaa346a 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -35,7 +35,7 @@ SoCs:
 
 Boards:
 
-  - Alt
+  - Alt (RTP0RC7794SEB00010S)
     compatible = "renesas,alt", "renesas,r8a7794"
   - APE6-EVM
     compatible = "renesas,ape6evm", "renesas,r8a73a4"
-- 
1.9.1

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

* [PATCH 2/2] ARM: shmobile: r8a7793/gose: Add board part number to DT bindings
  2016-10-04 13:20 [PATCH 0/2] ARM: shmobile: alt/gose: Add board part number to DT bindings Geert Uytterhoeven
  2016-10-04 13:20 ` [PATCH 1/2] ARM: shmobile: r8a7794/alt: " Geert Uytterhoeven
@ 2016-10-04 13:20 ` Geert Uytterhoeven
  2016-10-07  3:32 ` [PATCH 0/2] ARM: shmobile: alt/gose: " Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2016-10-04 13:20 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/arm/shmobile.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
index 6c3ffc2ebeaa346a..18a20a7689c52342 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -47,7 +47,7 @@ Boards:
     compatible = "renesas,bockw", "renesas,r8a7778"
   - Genmai (RTK772100BC00000BR)
     compatible = "renesas,genmai", "renesas,r7s72100"
-  - Gose
+  - Gose (RTP0RC7793SEB00010S)
     compatible = "renesas,gose", "renesas,r8a7793"
   - H3ULCB (RTP0RC7795SKB00010S)
     compatible = "renesas,h3ulcb", "renesas,r8a7795";
-- 
1.9.1

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

* [PATCH 0/2] ARM: shmobile: alt/gose: Add board part number to DT bindings
  2016-10-04 13:20 [PATCH 0/2] ARM: shmobile: alt/gose: Add board part number to DT bindings Geert Uytterhoeven
  2016-10-04 13:20 ` [PATCH 1/2] ARM: shmobile: r8a7794/alt: " Geert Uytterhoeven
  2016-10-04 13:20 ` [PATCH 2/2] ARM: shmobile: r8a7793/gose: " Geert Uytterhoeven
@ 2016-10-07  3:32 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2016-10-07  3:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Oct 04, 2016 at 03:20:46PM +0200, Geert Uytterhoeven wrote:
> 	Hi Simon, Magnus,
> 
> This series at the missing board part numbers for r8a7794/alt and
> r8a7793/gose to the DT binding documentation, like is done for the other
> boards.
> 
> Thanks for applying!
> 
> Geert Uytterhoeven (2):
>   ARM: shmobile: r8a7794/alt: Add board part number to DT bindings
>   ARM: shmobile: r8a7793/gose: Add board part number to DT bindings

Thanks, I have queued these up.

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

end of thread, other threads:[~2016-10-07  3:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-04 13:20 [PATCH 0/2] ARM: shmobile: alt/gose: Add board part number to DT bindings Geert Uytterhoeven
2016-10-04 13:20 ` [PATCH 1/2] ARM: shmobile: r8a7794/alt: " Geert Uytterhoeven
2016-10-04 13:20 ` [PATCH 2/2] ARM: shmobile: r8a7793/gose: " Geert Uytterhoeven
2016-10-07  3:32 ` [PATCH 0/2] ARM: shmobile: alt/gose: " Simon Horman

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).