devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5
@ 2015-11-30 14:14 Geert Uytterhoeven
  2015-11-30 15:57 ` Rob Herring
       [not found] ` <1448892840-8195-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2015-11-30 14:14 UTC (permalink / raw)
  To: Mark Brown
  Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA, linux-sh-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Geert Uytterhoeven

MSIOF in SH-Mobile AG5 (sh73a0) is handled fine by the existing driver.

Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
---
 Documentation/devicetree/bindings/spi/sh-msiof.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/sh-msiof.txt b/Documentation/devicetree/bindings/spi/sh-msiof.txt
index 705075da2f10156e..aa005c1d10d95756 100644
--- a/Documentation/devicetree/bindings/spi/sh-msiof.txt
+++ b/Documentation/devicetree/bindings/spi/sh-msiof.txt
@@ -10,6 +10,7 @@ Required properties:
 			 "renesas,msiof-r8a7792" (R-Car V2H)
 			 "renesas,msiof-r8a7793" (R-Car M2-N)
 			 "renesas,msiof-r8a7794" (R-Car E2)
+			 "renesas,msiof-sh73a0" (SH-Mobile AG5)
 - reg                  : A list of offsets and lengths of the register sets for
 			 the device.
 			 If only one register set is present, it is to be used
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5
  2015-11-30 14:14 [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5 Geert Uytterhoeven
@ 2015-11-30 15:57 ` Rob Herring
       [not found] ` <1448892840-8195-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Rob Herring @ 2015-11-30 15:57 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Mark Brown, linux-spi, linux-sh, devicetree

On Mon, Nov 30, 2015 at 03:14:00PM +0100, Geert Uytterhoeven wrote:
> MSIOF in SH-Mobile AG5 (sh73a0) is handled fine by the existing driver.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

> ---
>  Documentation/devicetree/bindings/spi/sh-msiof.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/spi/sh-msiof.txt b/Documentation/devicetree/bindings/spi/sh-msiof.txt
> index 705075da2f10156e..aa005c1d10d95756 100644
> --- a/Documentation/devicetree/bindings/spi/sh-msiof.txt
> +++ b/Documentation/devicetree/bindings/spi/sh-msiof.txt
> @@ -10,6 +10,7 @@ Required properties:
>  			 "renesas,msiof-r8a7792" (R-Car V2H)
>  			 "renesas,msiof-r8a7793" (R-Car M2-N)
>  			 "renesas,msiof-r8a7794" (R-Car E2)
> +			 "renesas,msiof-sh73a0" (SH-Mobile AG5)
>  - reg                  : A list of offsets and lengths of the register sets for
>  			 the device.
>  			 If only one register set is present, it is to be used
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5
       [not found] ` <1448892840-8195-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
@ 2015-12-04 18:56   ` Rob Herring
  2015-12-05 16:49     ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2015-12-04 18:56 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Mark Brown, linux-spi-u79uwXL29TY76Z2rM5mHXA,
	linux-sh-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA

On Mon, Nov 30, 2015 at 03:14:00PM +0100, Geert Uytterhoeven wrote:
> MSIOF in SH-Mobile AG5 (sh73a0) is handled fine by the existing driver.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>

Applied, thanks.

Rob


Applied, thanks.

Rob

> ---
>  Documentation/devicetree/bindings/spi/sh-msiof.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/spi/sh-msiof.txt b/Documentation/devicetree/bindings/spi/sh-msiof.txt
> index 705075da2f10156e..aa005c1d10d95756 100644
> --- a/Documentation/devicetree/bindings/spi/sh-msiof.txt
> +++ b/Documentation/devicetree/bindings/spi/sh-msiof.txt
> @@ -10,6 +10,7 @@ Required properties:
>  			 "renesas,msiof-r8a7792" (R-Car V2H)
>  			 "renesas,msiof-r8a7793" (R-Car M2-N)
>  			 "renesas,msiof-r8a7794" (R-Car E2)
> +			 "renesas,msiof-sh73a0" (SH-Mobile AG5)
>  - reg                  : A list of offsets and lengths of the register sets for
>  			 the device.
>  			 If only one register set is present, it is to be used
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5
  2015-12-04 18:56   ` Rob Herring
@ 2015-12-05 16:49     ` Mark Brown
       [not found]       ` <20151205164937.GD26072-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2015-12-05 16:49 UTC (permalink / raw)
  To: Rob Herring; +Cc: Geert Uytterhoeven, linux-spi, linux-sh, devicetree

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

On Fri, Dec 04, 2015 at 12:56:08PM -0600, Rob Herring wrote:
> On Mon, Nov 30, 2015 at 03:14:00PM +0100, Geert Uytterhoeven wrote:
> > MSIOF in SH-Mobile AG5 (sh73a0) is handled fine by the existing driver.

> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

> Applied, thanks.

I've already applied this to the SPI tree?

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

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

* Re: [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5
       [not found]       ` <20151205164937.GD26072-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
@ 2015-12-06 15:45         ` Rob Herring
  0 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2015-12-06 15:45 UTC (permalink / raw)
  To: Mark Brown
  Cc: Geert Uytterhoeven,
	linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, SH-Linux,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

On Sat, Dec 5, 2015 at 10:49 AM, Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
> On Fri, Dec 04, 2015 at 12:56:08PM -0600, Rob Herring wrote:
>> On Mon, Nov 30, 2015 at 03:14:00PM +0100, Geert Uytterhoeven wrote:
>> > MSIOF in SH-Mobile AG5 (sh73a0) is handled fine by the existing driver.
>
>> > Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
>
>> Applied, thanks.
>
> I've already applied this to the SPI tree?

Okay, I'll drop it.

Rob
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-12-06 15:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-30 14:14 [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5 Geert Uytterhoeven
2015-11-30 15:57 ` Rob Herring
     [not found] ` <1448892840-8195-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2015-12-04 18:56   ` Rob Herring
2015-12-05 16:49     ` Mark Brown
     [not found]       ` <20151205164937.GD26072-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-12-06 15:45         ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).