All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: spi: rspi: Add r8a7744 to the compatible list
@ 2018-09-28 12:53 Biju Das
  2018-10-01 13:38 ` Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Biju Das @ 2018-09-28 12:53 UTC (permalink / raw)
  To: Mark Brown, Rob Herring, Mark Rutland
  Cc: Biju Das, linux-spi, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

Document RZ/G1N (r8a7744) SoC specific bindings.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
---
This patch is tested against linux-next next-20180928
---
 Documentation/devicetree/bindings/spi/spi-rspi.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-rspi.txt b/Documentation/devicetree/bindings/spi/spi-rspi.txt
index dd5c36a..fc97ad6 100644
--- a/Documentation/devicetree/bindings/spi/spi-rspi.txt
+++ b/Documentation/devicetree/bindings/spi/spi-rspi.txt
@@ -13,6 +13,7 @@ Required properties:
 			- "renesas,rspi-r7s72100" (RZ/A1H)
 			- "renesas,rspi-r7s9210" (RZ/A2)
 			- "renesas,qspi-r8a7743" (RZ/G1M)
+			- "renesas,qspi-r8a7744" (RZ/G1N)
 			- "renesas,qspi-r8a7745" (RZ/G1E)
 			- "renesas,qspi-r8a7790" (R-Car H2)
 			- "renesas,qspi-r8a7791" (R-Car M2-W)
-- 
2.7.4

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

* Re: [PATCH] dt-bindings: spi: rspi: Add r8a7744 to the compatible list
  2018-09-28 12:53 [PATCH] dt-bindings: spi: rspi: Add r8a7744 to the compatible list Biju Das
@ 2018-10-01 13:38 ` Simon Horman
  2018-10-01 16:02 ` Mark Brown
  2018-10-01 16:06   ` Mark Brown
  2 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-10-01 13:38 UTC (permalink / raw)
  To: Biju Das
  Cc: Mark Brown, Rob Herring, Mark Rutland, linux-spi, devicetree,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On Fri, Sep 28, 2018 at 01:53:04PM +0100, Biju Das wrote:
> Document RZ/G1N (r8a7744) SoC specific bindings.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH] dt-bindings: spi: rspi: Add r8a7744 to the compatible list
  2018-09-28 12:53 [PATCH] dt-bindings: spi: rspi: Add r8a7744 to the compatible list Biju Das
  2018-10-01 13:38 ` Simon Horman
@ 2018-10-01 16:02 ` Mark Brown
  2018-10-01 16:06   ` Mark Brown
  2 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2018-10-01 16:02 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, linux-spi, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

On Fri, Sep 28, 2018 at 01:53:04PM +0100, Biju Das wrote:
> Document RZ/G1N (r8a7744) SoC specific bindings.

Please use subject lines matching the style for the subsystem.  This
makes it easier for people to identify relevant patches.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Applied "dt-bindings: spi: rspi: Add r8a7744 to the compatible list" to the spi tree
  2018-09-28 12:53 [PATCH] dt-bindings: spi: rspi: Add r8a7744 to the compatible list Biju Das
@ 2018-10-01 16:06   ` Mark Brown
  2018-10-01 16:02 ` Mark Brown
  2018-10-01 16:06   ` Mark Brown
  2 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2018-10-01 16:06 UTC (permalink / raw)
  To: Biju Das; +Cc: Mark Brown

The patch

   dt-bindings: spi: rspi: Add r8a7744 to the compatible list

has been applied to the spi tree at

   https://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 6cee4afdec51b04b56e0942fd008006bf1b17497 Mon Sep 17 00:00:00 2001
From: Biju Das <biju.das@bp.renesas.com>
Date: Fri, 28 Sep 2018 13:53:04 +0100
Subject: [PATCH] dt-bindings: spi: rspi: Add r8a7744 to the compatible list

Document RZ/G1N (r8a7744) SoC specific bindings.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/spi/spi-rspi.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-rspi.txt b/Documentation/devicetree/bindings/spi/spi-rspi.txt
index dd5c36a0b9ac..fc97ad64fbf2 100644
--- a/Documentation/devicetree/bindings/spi/spi-rspi.txt
+++ b/Documentation/devicetree/bindings/spi/spi-rspi.txt
@@ -13,6 +13,7 @@ Required properties:
 			- "renesas,rspi-r7s72100" (RZ/A1H)
 			- "renesas,rspi-r7s9210" (RZ/A2)
 			- "renesas,qspi-r8a7743" (RZ/G1M)
+			- "renesas,qspi-r8a7744" (RZ/G1N)
 			- "renesas,qspi-r8a7745" (RZ/G1E)
 			- "renesas,qspi-r8a7790" (R-Car H2)
 			- "renesas,qspi-r8a7791" (R-Car M2-W)
-- 
2.19.0.rc2

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

* Applied "dt-bindings: spi: rspi: Add r8a7744 to the compatible list" to the spi tree
@ 2018-10-01 16:06   ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2018-10-01 16:06 UTC (permalink / raw)
  To: Biju Das
  Cc: Mark Brown, Mark Brown, Rob Herring, Mark Rutland, linux-spi,
	devicetree, Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro, linux-renesas-soc, linux-spi

The patch

   dt-bindings: spi: rspi: Add r8a7744 to the compatible list

has been applied to the spi tree at

   https://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 6cee4afdec51b04b56e0942fd008006bf1b17497 Mon Sep 17 00:00:00 2001
From: Biju Das <biju.das@bp.renesas.com>
Date: Fri, 28 Sep 2018 13:53:04 +0100
Subject: [PATCH] dt-bindings: spi: rspi: Add r8a7744 to the compatible list

Document RZ/G1N (r8a7744) SoC specific bindings.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/spi/spi-rspi.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-rspi.txt b/Documentation/devicetree/bindings/spi/spi-rspi.txt
index dd5c36a0b9ac..fc97ad64fbf2 100644
--- a/Documentation/devicetree/bindings/spi/spi-rspi.txt
+++ b/Documentation/devicetree/bindings/spi/spi-rspi.txt
@@ -13,6 +13,7 @@ Required properties:
 			- "renesas,rspi-r7s72100" (RZ/A1H)
 			- "renesas,rspi-r7s9210" (RZ/A2)
 			- "renesas,qspi-r8a7743" (RZ/G1M)
+			- "renesas,qspi-r8a7744" (RZ/G1N)
 			- "renesas,qspi-r8a7745" (RZ/G1E)
 			- "renesas,qspi-r8a7790" (R-Car H2)
 			- "renesas,qspi-r8a7791" (R-Car M2-W)
-- 
2.19.0.rc2

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

end of thread, other threads:[~2018-10-01 22:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-28 12:53 [PATCH] dt-bindings: spi: rspi: Add r8a7744 to the compatible list Biju Das
2018-10-01 13:38 ` Simon Horman
2018-10-01 16:02 ` Mark Brown
2018-10-01 16:06 ` Applied "dt-bindings: spi: rspi: Add r8a7744 to the compatible list" to the spi tree Mark Brown
2018-10-01 16:06   ` Mark Brown

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.