All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] DT: mmc: tmio_mmc: document R8A77980 bindings
@ 2018-04-16 18:30 Sergei Shtylyov
  2018-04-16 19:47 ` Wolfram Sang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sergei Shtylyov @ 2018-04-16 18:30 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, linux-mmc, devicetree, Wolfram Sang
  Cc: Mark Rutland, linux-renesas-soc

Document the R-Car V3H (R8A77980) SoC in the Renesas SDHI bindings.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against the 'next' branch of Ulf Hansson's 'mmc.git' repo.

 Documentation/devicetree/bindings/mmc/tmio_mmc.txt |    1 +
 1 file changed, 1 insertion(+)

Index: mmc/Documentation/devicetree/bindings/mmc/tmio_mmc.txt
===================================================================
--- mmc.orig/Documentation/devicetree/bindings/mmc/tmio_mmc.txt
+++ mmc/Documentation/devicetree/bindings/mmc/tmio_mmc.txt
@@ -26,6 +26,7 @@ Required properties:
 		"renesas,sdhi-r8a7794" - SDHI IP on R8A7794 SoC
 		"renesas,sdhi-r8a7795" - SDHI IP on R8A7795 SoC
 		"renesas,sdhi-r8a7796" - SDHI IP on R8A7796 SoC
+		"renesas,sdhi-r8a77980" - SDHI IP on R8A77980 SoC
 		"renesas,sdhi-r8a77995" - SDHI IP on R8A77995 SoC
 		"renesas,sdhi-shmobile" - a generic sh-mobile SDHI controller
 		"renesas,rcar-gen1-sdhi" - a generic R-Car Gen1 SDHI controller

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

* Re: [PATCH] DT: mmc: tmio_mmc: document R8A77980 bindings
  2018-04-16 18:30 [PATCH] DT: mmc: tmio_mmc: document R8A77980 bindings Sergei Shtylyov
@ 2018-04-16 19:47 ` Wolfram Sang
  2018-04-16 21:45 ` Rob Herring
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2018-04-16 19:47 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Ulf Hansson, Rob Herring, linux-mmc, devicetree, Wolfram Sang,
	Mark Rutland, linux-renesas-soc

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

On Mon, Apr 16, 2018 at 09:30:02PM +0300, Sergei Shtylyov wrote:
> Document the R-Car V3H (R8A77980) SoC in the Renesas SDHI bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


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

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

* Re: [PATCH] DT: mmc: tmio_mmc: document R8A77980 bindings
  2018-04-16 18:30 [PATCH] DT: mmc: tmio_mmc: document R8A77980 bindings Sergei Shtylyov
  2018-04-16 19:47 ` Wolfram Sang
@ 2018-04-16 21:45 ` Rob Herring
  2018-04-19 13:18 ` Ulf Hansson
  2018-04-24  6:07 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2018-04-16 21:45 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Ulf Hansson, linux-mmc, devicetree, Wolfram Sang, Mark Rutland,
	linux-renesas-soc

On Mon, Apr 16, 2018 at 09:30:02PM +0300, Sergei Shtylyov wrote:
> Document the R-Car V3H (R8A77980) SoC in the Renesas SDHI bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> ---
> This patch is against the 'next' branch of Ulf Hansson's 'mmc.git' repo.
> 
>  Documentation/devicetree/bindings/mmc/tmio_mmc.txt |    1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH] DT: mmc: tmio_mmc: document R8A77980 bindings
  2018-04-16 18:30 [PATCH] DT: mmc: tmio_mmc: document R8A77980 bindings Sergei Shtylyov
  2018-04-16 19:47 ` Wolfram Sang
  2018-04-16 21:45 ` Rob Herring
@ 2018-04-19 13:18 ` Ulf Hansson
  2018-04-24  6:07 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Ulf Hansson @ 2018-04-19 13:18 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Rob Herring, linux-mmc, devicetree, Wolfram Sang, Mark Rutland,
	Linux-Renesas

On 16 April 2018 at 20:30, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> Document the R-Car V3H (R8A77980) SoC in the Renesas SDHI bindings.
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Thanks, applied for next!

Kind regards
Uffe

>
> ---
> This patch is against the 'next' branch of Ulf Hansson's 'mmc.git' repo.
>
>  Documentation/devicetree/bindings/mmc/tmio_mmc.txt |    1 +
>  1 file changed, 1 insertion(+)
>
> Index: mmc/Documentation/devicetree/bindings/mmc/tmio_mmc.txt
> ===================================================================
> --- mmc.orig/Documentation/devicetree/bindings/mmc/tmio_mmc.txt
> +++ mmc/Documentation/devicetree/bindings/mmc/tmio_mmc.txt
> @@ -26,6 +26,7 @@ Required properties:
>                 "renesas,sdhi-r8a7794" - SDHI IP on R8A7794 SoC
>                 "renesas,sdhi-r8a7795" - SDHI IP on R8A7795 SoC
>                 "renesas,sdhi-r8a7796" - SDHI IP on R8A7796 SoC
> +               "renesas,sdhi-r8a77980" - SDHI IP on R8A77980 SoC
>                 "renesas,sdhi-r8a77995" - SDHI IP on R8A77995 SoC
>                 "renesas,sdhi-shmobile" - a generic sh-mobile SDHI controller
>                 "renesas,rcar-gen1-sdhi" - a generic R-Car Gen1 SDHI controller

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

* Re: [PATCH] DT: mmc: tmio_mmc: document R8A77980 bindings
  2018-04-16 18:30 [PATCH] DT: mmc: tmio_mmc: document R8A77980 bindings Sergei Shtylyov
                   ` (2 preceding siblings ...)
  2018-04-19 13:18 ` Ulf Hansson
@ 2018-04-24  6:07 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-04-24  6:07 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Ulf Hansson, Rob Herring, linux-mmc, devicetree, Wolfram Sang,
	Mark Rutland, linux-renesas-soc

On Mon, Apr 16, 2018 at 09:30:02PM +0300, Sergei Shtylyov wrote:
> Document the R-Car V3H (R8A77980) SoC in the Renesas SDHI bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

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

> 
> ---
> This patch is against the 'next' branch of Ulf Hansson's 'mmc.git' repo.
> 
>  Documentation/devicetree/bindings/mmc/tmio_mmc.txt |    1 +
>  1 file changed, 1 insertion(+)
> 
> Index: mmc/Documentation/devicetree/bindings/mmc/tmio_mmc.txt
> ===================================================================
> --- mmc.orig/Documentation/devicetree/bindings/mmc/tmio_mmc.txt
> +++ mmc/Documentation/devicetree/bindings/mmc/tmio_mmc.txt
> @@ -26,6 +26,7 @@ Required properties:
>  		"renesas,sdhi-r8a7794" - SDHI IP on R8A7794 SoC
>  		"renesas,sdhi-r8a7795" - SDHI IP on R8A7795 SoC
>  		"renesas,sdhi-r8a7796" - SDHI IP on R8A7796 SoC
> +		"renesas,sdhi-r8a77980" - SDHI IP on R8A77980 SoC
>  		"renesas,sdhi-r8a77995" - SDHI IP on R8A77995 SoC
>  		"renesas,sdhi-shmobile" - a generic sh-mobile SDHI controller
>  		"renesas,rcar-gen1-sdhi" - a generic R-Car Gen1 SDHI controller
> 

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

end of thread, other threads:[~2018-04-24  6:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-16 18:30 [PATCH] DT: mmc: tmio_mmc: document R8A77980 bindings Sergei Shtylyov
2018-04-16 19:47 ` Wolfram Sang
2018-04-16 21:45 ` Rob Herring
2018-04-19 13:18 ` Ulf Hansson
2018-04-24  6:07 ` Simon Horman

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.