Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1706503 > unrolled thread
| Started by | Fabrizio Castro <fabrizio.castro@bp.renesas.com> |
|---|---|
| First post | 2017-08-08 14:50 +0200 |
| Last post | 2017-08-09 11:20 +0200 |
| Articles | 8 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform Fabrizio Castro <fabrizio.castro@bp.renesas.com> - 2017-08-08 14:50 +0200
[PATCH 1/2] ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on Module Fabrizio Castro <fabrizio.castro@bp.renesas.com> - 2017-08-08 14:50 +0200
RE: [PATCH 1/2] ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on Module Chris Paterson <Chris.Paterson2@renesas.com> - 2017-08-08 16:20 +0200
[PATCH 2/2] ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development Platform Fabrizio Castro <fabrizio.castro@bp.renesas.com> - 2017-08-08 14:50 +0200
RE: [PATCH 2/2] ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development Platform Chris Paterson <Chris.Paterson2@renesas.com> - 2017-08-08 16:20 +0200
RE: [PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform Chris Paterson <Chris.Paterson2@renesas.com> - 2017-08-08 16:20 +0200
Re: [PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform Simon Horman <horms@verge.net.au> - 2017-08-09 11:10 +0200
RE: [PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform Fabrizio Castro <fabrizio.castro@bp.renesas.com> - 2017-08-09 11:20 +0200
| From | Fabrizio Castro <fabrizio.castro@bp.renesas.com> |
|---|---|
| Date | 2017-08-08 14:50 +0200 |
| Subject | [PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform |
| Message-ID | <ucc7o-8sm-13@gated-at.bofh.it> |
Hello,
This series aims to add the documentation for the device tree bindings
of the iWave iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development kit:
http://www.iwavesystems.com/product/development-platform/sodimm-evaluation-boards/rz-g1e-sodimm-development-kit-28/rz-g1e-sodimm-development-kit.html
which consists of a System on Module (iW-RainboW-G22M-SM) and a carrier
card (iW-RainboW-G22D).
Regards,
Fabrizio Castro (2):
ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on Module
ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development
Platform
Documentation/devicetree/bindings/arm/shmobile.txt | 4 ++++
1 file changed, 4 insertions(+)
--
1.9.1
[toc] | [next] | [standalone]
| From | Fabrizio Castro <fabrizio.castro@bp.renesas.com> |
|---|---|
| Date | 2017-08-08 14:50 +0200 |
| Subject | [PATCH 1/2] ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on Module |
| Message-ID | <ucc7o-8sm-17@gated-at.bofh.it> |
| In reply to | #1706503 |
Document the iW-RainboW-G22M-SM SODIMM System on Module device tree
bindings. It is just a placeholder for the time being, the actual
implementation is not available yet.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.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 275cda1..64e7f63 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -68,6 +68,8 @@ Boards:
compatible = "renesas,h3ulcb", "renesas,r8a7795";
- Henninger
compatible = "renesas,henninger", "renesas,r8a7791"
+ - iWave Systems RZ/G1E SODIMM System On Module (iW-RainboW-G22M-SM)
+ compatible = "iwave,g22m", "renesas,r8a7745"
- 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)
--
1.9.1
[toc] | [prev] | [next] | [standalone]
| From | Chris Paterson <Chris.Paterson2@renesas.com> |
|---|---|
| Date | 2017-08-08 16:20 +0200 |
| Subject | RE: [PATCH 1/2] ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on Module |
| Message-ID | <ucdwu-14T-7@gated-at.bofh.it> |
| In reply to | #1706504 |
+ linux-renesas-soc > From: Fabrizio Castro [mailto:fabrizio.castro@bp.renesas.com] > Sent: 08 August 2017 13:28 > > Document the iW-RainboW-G22M-SM SODIMM System on Module device tree > bindings. It is just a placeholder for the time being, the actual implementation > is not available yet. > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.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 275cda1..64e7f63 100644 > --- a/Documentation/devicetree/bindings/arm/shmobile.txt > +++ b/Documentation/devicetree/bindings/arm/shmobile.txt > @@ -68,6 +68,8 @@ Boards: > compatible = "renesas,h3ulcb", "renesas,r8a7795"; > - Henninger > compatible = "renesas,henninger", "renesas,r8a7791" > + - iWave Systems RZ/G1E SODIMM System On Module (iW-RainboW-G22M- > SM) > + compatible = "iwave,g22m", "renesas,r8a7745" > - 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) > -- > 1.9.1
[toc] | [prev] | [next] | [standalone]
| From | Fabrizio Castro <fabrizio.castro@bp.renesas.com> |
|---|---|
| Date | 2017-08-08 14:50 +0200 |
| Subject | [PATCH 2/2] ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development Platform |
| Message-ID | <ucc7o-8sm-19@gated-at.bofh.it> |
| In reply to | #1706503 |
Document the iW-RainboW-G22D device tree bindings.
It is just a placeholder for the time being, the actual
implementation is not available yet.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.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 64e7f63..ae75cb3 100644
--- a/Documentation/devicetree/bindings/arm/shmobile.txt
+++ b/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -68,6 +68,8 @@ Boards:
compatible = "renesas,h3ulcb", "renesas,r8a7795";
- Henninger
compatible = "renesas,henninger", "renesas,r8a7791"
+ - iWave Systems RZ/G1E SODIMM SOM Development Platform (iW-RainboW-G22D)
+ compatible = "iwave,g22d", "iwave,g22m", "renesas,r8a7745"
- iWave Systems RZ/G1E SODIMM System On Module (iW-RainboW-G22M-SM)
compatible = "iwave,g22m", "renesas,r8a7745"
- iWave Systems RZ/G1M Qseven Development Platform (iW-RainboW-G20D-Qseven)
--
1.9.1
[toc] | [prev] | [next] | [standalone]
| From | Chris Paterson <Chris.Paterson2@renesas.com> |
|---|---|
| Date | 2017-08-08 16:20 +0200 |
| Subject | RE: [PATCH 2/2] ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development Platform |
| Message-ID | <ucdwu-14T-3@gated-at.bofh.it> |
| In reply to | #1706505 |
+ linux-renesas-soc > From: Fabrizio Castro [mailto:fabrizio.castro@bp.renesas.com] > Sent: 08 August 2017 13:28 > > Document the iW-RainboW-G22D device tree bindings. > It is just a placeholder for the time being, the actual implementation is not > available yet. > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.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 64e7f63..ae75cb3 100644 > --- a/Documentation/devicetree/bindings/arm/shmobile.txt > +++ b/Documentation/devicetree/bindings/arm/shmobile.txt > @@ -68,6 +68,8 @@ Boards: > compatible = "renesas,h3ulcb", "renesas,r8a7795"; > - Henninger > compatible = "renesas,henninger", "renesas,r8a7791" > + - iWave Systems RZ/G1E SODIMM SOM Development Platform (iW- > RainboW-G22D) > + compatible = "iwave,g22d", "iwave,g22m", "renesas,r8a7745" > - iWave Systems RZ/G1E SODIMM System On Module (iW-RainboW-G22M- > SM) > compatible = "iwave,g22m", "renesas,r8a7745" > - iWave Systems RZ/G1M Qseven Development Platform (iW-RainboW-G20D- > Qseven) > -- > 1.9.1
[toc] | [prev] | [next] | [standalone]
| From | Chris Paterson <Chris.Paterson2@renesas.com> |
|---|---|
| Date | 2017-08-08 16:20 +0200 |
| Subject | RE: [PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform |
| Message-ID | <ucdwu-14T-17@gated-at.bofh.it> |
| In reply to | #1706503 |
+ linux-renesas-soc > From: Fabrizio Castro [mailto:fabrizio.castro@bp.renesas.com] > Sent: 08 August 2017 13:28 > To: robh+dt@kernel.org; mark.rutland@arm.com > > Hello, > > This series aims to add the documentation for the device tree bindings of the > iWave iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development kit: > http://www.iwavesystems.com/product/development-platform/sodimm- > evaluation-boards/rz-g1e-sodimm-development-kit-28/rz-g1e-sodimm- > development-kit.html > > which consists of a System on Module (iW-RainboW-G22M-SM) and a carrier > card (iW-RainboW-G22D). > > Regards, > > Fabrizio Castro (2): > ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on > Module > ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development > Platform > > Documentation/devicetree/bindings/arm/shmobile.txt | 4 ++++ > 1 file changed, 4 insertions(+) > > -- > 1.9.1
[toc] | [prev] | [next] | [standalone]
| From | Simon Horman <horms@verge.net.au> |
|---|---|
| Date | 2017-08-09 11:10 +0200 |
| Subject | Re: [PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform |
| Message-ID | <ucva3-4Y5-19@gated-at.bofh.it> |
| In reply to | #1706603 |
On Tue, Aug 08, 2017 at 02:14:50PM +0000, Chris Paterson wrote: > + linux-renesas-soc Thanks Chris, I would not have seen these patches otherwise. Fabrizio, these patches seem find to me. Please repost them with myself and linux-renesas-soc@vger.kernel.org CCed so they hit the patchwork of that ML and I can apply them. Please add any "Acked-by" or other tags that you may have received - patchwork can't currently see them either. I would also consider dropping the CC of linux-kernel@vger.kernel.org, there is no need to circulate these patches there. > > > From: Fabrizio Castro [mailto:fabrizio.castro@bp.renesas.com] > > Sent: 08 August 2017 13:28 > > To: robh+dt@kernel.org; mark.rutland@arm.com > > > > Hello, > > > > This series aims to add the documentation for the device tree bindings of the > > iWave iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development kit: > > http://www.iwavesystems.com/product/development-platform/sodimm- > > evaluation-boards/rz-g1e-sodimm-development-kit-28/rz-g1e-sodimm- > > development-kit.html > > > > which consists of a System on Module (iW-RainboW-G22M-SM) and a carrier > > card (iW-RainboW-G22D). > > > > Regards, > > > > Fabrizio Castro (2): > > ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on > > Module > > ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development > > Platform > > > > Documentation/devicetree/bindings/arm/shmobile.txt | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > -- > > 1.9.1 >
[toc] | [prev] | [next] | [standalone]
| From | Fabrizio Castro <fabrizio.castro@bp.renesas.com> |
|---|---|
| Date | 2017-08-09 11:20 +0200 |
| Subject | RE: [PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform |
| Message-ID | <ucvjI-59r-7@gated-at.bofh.it> |
| In reply to | #1707171 |
Thank you Simon. Best regards, Fab -----Original Message----- From: Simon Horman [mailto:horms@verge.net.au] Sent: 09 August 2017 10:09 To: Chris Paterson <Chris.Paterson2@renesas.com> Cc: Fabrizio Castro <fabrizio.castro@bp.renesas.com>; robh+dt@kernel.org; mark.rutland@arm.com; devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; Biju Das <biju.das@bp.renesas.com>; linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH 0/2] ARM: shmobile: document iWave's iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development platform On Tue, Aug 08, 2017 at 02:14:50PM +0000, Chris Paterson wrote: > + linux-renesas-soc Thanks Chris, I would not have seen these patches otherwise. Fabrizio, these patches seem find to me. Please repost them with myself and linux-renesas-soc@vger.kernel.org CCed so they hit the patchwork of that ML and I can apply them. Please add any "Acked-by" or other tags that you may have received - patchwork can't currently see them either. I would also consider dropping the CC of linux-kernel@vger.kernel.org, there is no need to circulate these patches there. > > > From: Fabrizio Castro [mailto:fabrizio.castro@bp.renesas.com] > > Sent: 08 August 2017 13:28 > > To: robh+dt@kernel.org; mark.rutland@arm.com > > > > Hello, > > > > This series aims to add the documentation for the device tree > > bindings of the iWave iW-RainboW-G22D-SODIMM RZ/G1E SODIMM development kit: > > http://www.iwavesystems.com/product/development-platform/sodimm- > > evaluation-boards/rz-g1e-sodimm-development-kit-28/rz-g1e-sodimm- > > development-kit.html > > > > which consists of a System on Module (iW-RainboW-G22M-SM) and a > > carrier card (iW-RainboW-G22D). > > > > Regards, > > > > Fabrizio Castro (2): > > ARM: shmobile: document iW-RainboW-G22M-SM SODIMM System on Module > > ARM: shmobile: document iW-RainboW-G22D SODIMM SOM Development > > Platform > > > > Documentation/devicetree/bindings/arm/shmobile.txt | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > -- > > 1.9.1 > Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web