All of lore.kernel.org
 help / color / mirror / Atom feed
* [cip-dev] [PATCH 0/3] Add iWave RZ/G1M documentation
@ 2017-07-20  8:48 Chris Paterson
  2017-07-20  8:48 ` [cip-dev] [PATCH 1/3] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd Chris Paterson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Chris Paterson @ 2017-07-20  8:48 UTC (permalink / raw)
  To: cip-dev

This series adds iWave to the vendor list, and documents the iWave RZ/G1M
board.

Patches based on linux-4.4.y-cip 7bac4ad.

Biju Das (3):
  of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd
  ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module
  ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board

 Documentation/devicetree/bindings/arm/shmobile.txt    | 4 ++++
 Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
 2 files changed, 5 insertions(+)

-- 
1.9.1

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

* [cip-dev] [PATCH 1/3] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd
  2017-07-20  8:48 [cip-dev] [PATCH 0/3] Add iWave RZ/G1M documentation Chris Paterson
@ 2017-07-20  8:48 ` Chris Paterson
  2017-07-20  8:48 ` [cip-dev] [PATCH 2/3] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module Chris Paterson
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Chris Paterson @ 2017-07-20  8:48 UTC (permalink / raw)
  To: cip-dev

From: Biju Das <biju.das@bp.renesas.com>

This patch adds vendor prefix for iWave Systems Technologies Pvt. Ltd.
Website: http://www.iwavesystems.com/

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <chris.paterson2@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
(cherry picked from commit 9b6782e7f0efc2bf483e000b95fc7c06322a0703)
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>

Conflicts:
	Documentation/devicetree/bindings/vendor-prefixes.txt

Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
---
 Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index 55df1d4..6264752 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -119,6 +119,7 @@ intercontrol	Inter Control Group
 invensense	InvenSense Inc.
 isee	ISEE 2007 S.L.
 isil	Intersil
+iwave  iWave Systems Technologies Pvt. Ltd.
 jedec	JEDEC Solid State Technology Association
 karo	Ka-Ro electronics GmbH
 keymile	Keymile GmbH
-- 
1.9.1

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

* [cip-dev] [PATCH 2/3] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module
  2017-07-20  8:48 [cip-dev] [PATCH 0/3] Add iWave RZ/G1M documentation Chris Paterson
  2017-07-20  8:48 ` [cip-dev] [PATCH 1/3] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd Chris Paterson
@ 2017-07-20  8:48 ` Chris Paterson
  2017-07-20  8:48 ` [cip-dev] [PATCH 3/3] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board Chris Paterson
  2017-07-21 13:55 ` [cip-dev] [PATCH 0/3] Add iWave RZ/G1M documentation Ben Hutchings
  3 siblings, 0 replies; 5+ messages in thread
From: Chris Paterson @ 2017-07-20  8:48 UTC (permalink / raw)
  To: cip-dev

From: Biju Das <biju.das@bp.renesas.com>

Document the iW-RainboW-G20M-Qseven-RZG1M device tree bindings,
listing it as a supported system on module.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <chris.paterson2@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
(cherry picked from commit 427bc40375df765b6146ce917d5a3d3832482935)
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
---
 Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
index b29d9c7..90b6bd8 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -49,6 +49,8 @@ Boards:
     compatible = "renesas,gose", "renesas,r8a7793"
   - Henninger
     compatible = "renesas,henninger", "renesas,r8a7791"
+  - iWave Systems RZ/G1M Qseven System On Module (iW-RainboW-G20M-Qseven)
+    compatible = "iwave,g20m", "renesas,r8a7743"
   - Koelsch (RTP0RC7791SEB00010S)
     compatible = "renesas,koelsch", "renesas,r8a7791"
   - Kyoto Microcomputer Co. KZM-A9-Dual
-- 
1.9.1

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

* [cip-dev] [PATCH 3/3] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board
  2017-07-20  8:48 [cip-dev] [PATCH 0/3] Add iWave RZ/G1M documentation Chris Paterson
  2017-07-20  8:48 ` [cip-dev] [PATCH 1/3] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd Chris Paterson
  2017-07-20  8:48 ` [cip-dev] [PATCH 2/3] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module Chris Paterson
@ 2017-07-20  8:48 ` Chris Paterson
  2017-07-21 13:55 ` [cip-dev] [PATCH 0/3] Add iWave RZ/G1M documentation Ben Hutchings
  3 siblings, 0 replies; 5+ messages in thread
From: Chris Paterson @ 2017-07-20  8:48 UTC (permalink / raw)
  To: cip-dev

From: Biju Das <biju.das@bp.renesas.com>

Document the iW-RainboW-G20D-Qseven-RZG1M device tree bindings,
listing it as a supported board.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <chris.paterson2@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
(cherry picked from commit 9086120f8b883034940e5228c83824ed21999537)
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
---
 Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt
index 90b6bd8..7ec024c 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -49,6 +49,8 @@ Boards:
     compatible = "renesas,gose", "renesas,r8a7793"
   - Henninger
     compatible = "renesas,henninger", "renesas,r8a7791"
+  - iWave Systems RZ/G1M Qseven Development Platform (iW-RainboW-G20D-Qseven)
+    compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7743"
   - iWave Systems RZ/G1M Qseven System On Module (iW-RainboW-G20M-Qseven)
     compatible = "iwave,g20m", "renesas,r8a7743"
   - Koelsch (RTP0RC7791SEB00010S)
-- 
1.9.1

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

* [cip-dev] [PATCH 0/3] Add iWave RZ/G1M documentation
  2017-07-20  8:48 [cip-dev] [PATCH 0/3] Add iWave RZ/G1M documentation Chris Paterson
                   ` (2 preceding siblings ...)
  2017-07-20  8:48 ` [cip-dev] [PATCH 3/3] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board Chris Paterson
@ 2017-07-21 13:55 ` Ben Hutchings
  3 siblings, 0 replies; 5+ messages in thread
From: Ben Hutchings @ 2017-07-21 13:55 UTC (permalink / raw)
  To: cip-dev

On Thu, 2017-07-20 at 09:48 +0100, Chris Paterson wrote:
> This series adds iWave to the vendor list, and documents the iWave RZ/G1M
> board.
> 
> Patches based on linux-4.4.y-cip 7bac4ad.

Applied and pushed, thanks.

Ben.

> Biju Das (3):
>   of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd
>   ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module
>   ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board
> 
>  Documentation/devicetree/bindings/arm/shmobile.txt    | 4 ++++
>  Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
>  2 files changed, 5 insertions(+)
> 

-- 
Ben Hutchings
Software Developer, Codethink Ltd.

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

end of thread, other threads:[~2017-07-21 13:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-20  8:48 [cip-dev] [PATCH 0/3] Add iWave RZ/G1M documentation Chris Paterson
2017-07-20  8:48 ` [cip-dev] [PATCH 1/3] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd Chris Paterson
2017-07-20  8:48 ` [cip-dev] [PATCH 2/3] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module Chris Paterson
2017-07-20  8:48 ` [cip-dev] [PATCH 3/3] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board Chris Paterson
2017-07-21 13:55 ` [cip-dev] [PATCH 0/3] Add iWave RZ/G1M documentation Ben Hutchings

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.