* [PATCH] dt-bindings: qspi: Add r8a7743/5 to the compatible list
2017-09-08 8:07 [PATCH] dt-bindings: qspi: Add r8a7743/5 to the compatible list Fabrizio Castro
@ 2017-09-11 7:57 ` Geert Uytterhoeven
2017-09-13 18:21 ` Rob Herring
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2017-09-11 7:57 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Sep 8, 2017 at 10:07 AM, Fabrizio Castro
<fabrizio.castro@bp.renesas.com> wrote:
The oneline summary should be
"dt-bindings: spi: rspi: Add r8a7743/5 to the compatible list"
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
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] 6+ messages in thread* [PATCH] dt-bindings: qspi: Add r8a7743/5 to the compatible list
2017-09-08 8:07 [PATCH] dt-bindings: qspi: Add r8a7743/5 to the compatible list Fabrizio Castro
2017-09-11 7:57 ` Geert Uytterhoeven
@ 2017-09-13 18:21 ` Rob Herring
2017-09-19 13:47 ` Applied "spi: rspi: Add r8a7743/5 to the compatible list" to the spi tree Mark Brown
2017-11-17 18:00 ` [PATCH] dt-bindings: qspi: Add r8a7743/5 to the compatible list Fabrizio Castro
3 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2017-09-13 18:21 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Sep 08, 2017 at 09:07:15AM +0100, Fabrizio Castro wrote:
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> ---
> Documentation/devicetree/bindings/spi/spi-rspi.txt | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Applied "spi: rspi: Add r8a7743/5 to the compatible list" to the spi tree
2017-09-08 8:07 [PATCH] dt-bindings: qspi: Add r8a7743/5 to the compatible list Fabrizio Castro
2017-09-11 7:57 ` Geert Uytterhoeven
2017-09-13 18:21 ` Rob Herring
@ 2017-09-19 13:47 ` Mark Brown
2017-11-17 18:00 ` [PATCH] dt-bindings: qspi: Add r8a7743/5 to the compatible list Fabrizio Castro
3 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2017-09-19 13:47 UTC (permalink / raw)
To: linux-arm-kernel
The patch
spi: rspi: Add r8a7743/5 to the compatible list
has been applied to the spi tree at
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
>From 10c1705eced11d6ad710fddcdb57aaa9f85a6f98 Mon Sep 17 00:00:00 2001
From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Date: Fri, 8 Sep 2017 09:07:15 +0100
Subject: [PATCH] spi: rspi: Add r8a7743/5 to the compatible list
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
Documentation/devicetree/bindings/spi/spi-rspi.txt | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/spi/spi-rspi.txt b/Documentation/devicetree/bindings/spi/spi-rspi.txt
index 8f4169f63936..3b02b3a7cfb2 100644
--- a/Documentation/devicetree/bindings/spi/spi-rspi.txt
+++ b/Documentation/devicetree/bindings/spi/spi-rspi.txt
@@ -5,11 +5,14 @@ Required properties:
"renesas,rspi-<soctype>", "renesas,rspi" as fallback.
For Renesas Serial Peripheral Interface on RZ/A1H:
"renesas,rspi-<soctype>", "renesas,rspi-rz" as fallback.
- For Quad Serial Peripheral Interface on R-Car Gen2:
+ For Quad Serial Peripheral Interface on R-Car Gen2 and
+ RZ/G1 devices:
"renesas,qspi-<soctype>", "renesas,qspi" as fallback.
Examples with soctypes are:
- "renesas,rspi-sh7757" (SH)
- "renesas,rspi-r7s72100" (RZ/A1H)
+ - "renesas,qspi-r8a7743" (RZ/G1M)
+ - "renesas,qspi-r8a7745" (RZ/G1E)
- "renesas,qspi-r8a7790" (R-Car H2)
- "renesas,qspi-r8a7791" (R-Car M2-W)
- "renesas,qspi-r8a7792" (R-Car V2H)
--
2.14.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH] dt-bindings: qspi: Add r8a7743/5 to the compatible list
2017-09-08 8:07 [PATCH] dt-bindings: qspi: Add r8a7743/5 to the compatible list Fabrizio Castro
` (2 preceding siblings ...)
2017-09-19 13:47 ` Applied "spi: rspi: Add r8a7743/5 to the compatible list" to the spi tree Mark Brown
@ 2017-11-17 18:00 ` Fabrizio Castro
2017-11-17 18:08 ` Mark Brown
3 siblings, 1 reply; 6+ messages in thread
From: Fabrizio Castro @ 2017-11-17 18:00 UTC (permalink / raw)
To: linux-arm-kernel
Dear All,
this patch has been around for some time now, it was reviewed-by Geert Uytterhoeven and acked-by Rob Herring, any news?
Thanks,
Fab
> Subject: [PATCH] dt-bindings: qspi: Add r8a7743/5 to the compatible list
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> ---
> Documentation/devicetree/bindings/spi/spi-rspi.txt | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/spi/spi-rspi.txt b/Documentation/devicetree/bindings/spi/spi-rspi.txt
> index 8f4169f..3b02b3a 100644
> --- a/Documentation/devicetree/bindings/spi/spi-rspi.txt
> +++ b/Documentation/devicetree/bindings/spi/spi-rspi.txt
> @@ -5,11 +5,14 @@ Required properties:
> "renesas,rspi-<soctype>", "renesas,rspi" as fallback.
> For Renesas Serial Peripheral Interface on RZ/A1H:
> "renesas,rspi-<soctype>", "renesas,rspi-rz" as fallback.
> - For Quad Serial Peripheral Interface on R-Car Gen2:
> + For Quad Serial Peripheral Interface on R-Car Gen2 and
> + RZ/G1 devices:
> "renesas,qspi-<soctype>", "renesas,qspi" as fallback.
> Examples with soctypes are:
> - "renesas,rspi-sh7757" (SH)
> - "renesas,rspi-r7s72100" (RZ/A1H)
> +- "renesas,qspi-r8a7743" (RZ/G1M)
> +- "renesas,qspi-r8a7745" (RZ/G1E)
> - "renesas,qspi-r8a7790" (R-Car H2)
> - "renesas,qspi-r8a7791" (R-Car M2-W)
> - "renesas,qspi-r8a7792" (R-Car V2H)
> --
> 2.7.4
Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.
^ permalink raw reply [flat|nested] 6+ messages in thread* [PATCH] dt-bindings: qspi: Add r8a7743/5 to the compatible list
2017-11-17 18:00 ` [PATCH] dt-bindings: qspi: Add r8a7743/5 to the compatible list Fabrizio Castro
@ 2017-11-17 18:08 ` Mark Brown
0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2017-11-17 18:08 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Nov 17, 2017 at 06:00:46PM +0000, Fabrizio Castro wrote:
> this patch has been around for some time now, it was reviewed-by Geert Uytterhoeven and acked-by Rob Herring, any news?
Please don't send content free pings and please allow a reasonable time
for review. People get busy, go on holiday, attend conferences and so
on so unless there is some reason for urgency (like critical bug fixes)
please allow at least a couple of weeks for review. If there have been
review comments then people may be waiting for those to be addressed.
Sending content free pings adds to the mail volume (if they are seen at
all) which is often the problem and since they can't be reviewed
directly if something has gone wrong you'll have to resend the patches
anyway, though there are some other maintainers who like them - if in
doubt look at how patches for the subsystem are normally handled.
Please submit patches using subject lines reflecting the style for the
subsystem. This makes it easier for people to identify relevant
patches. Look at what existing commits in the area you're changing are
doing and make sure your subject lines visually resemble what they're
doing.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20171117/502e4646/attachment.sig>
^ permalink raw reply [flat|nested] 6+ messages in thread