All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5
@ 2015-11-30 14:14 ` Geert Uytterhoeven
  0 siblings, 0 replies; 11+ 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@glider.be>
---
 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


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

* [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5
@ 2015-11-30 14:14 ` Geert Uytterhoeven
  0 siblings, 0 replies; 11+ 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] 11+ messages in thread

* Re: [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5
  2015-11-30 14:14 ` Geert Uytterhoeven
@ 2015-11-30 15:57   ` Rob Herring
  -1 siblings, 0 replies; 11+ 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] 11+ messages in thread

* Re: [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5
@ 2015-11-30 15:57   ` Rob Herring
  0 siblings, 0 replies; 11+ 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] 11+ messages in thread

* Applied "spi: sh-msiof: Add support for SH-Mobile AG5" to the spi tree
       [not found] ` <1448892840-8195-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
@ 2015-11-30 16:23   ` Mark Brown
  2015-12-04 18:56     ` Rob Herring
  1 sibling, 0 replies; 11+ messages in thread
From: Mark Brown @ 2015-11-30 16:23 UTC (permalink / raw)
  To: Geert Uytterhoeven, Mark Brown; +Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA

The patch

   spi: sh-msiof: Add support for SH-Mobile AG5

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 ec7f9eb4bea26b627cb5f15ebbfb5b06f969511d Mon Sep 17 00:00:00 2001
From: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Date: Mon, 30 Nov 2015 15:14:00 +0100
Subject: [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5

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>
Signed-off-by: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@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 705075da2f10..aa005c1d10d9 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
-- 
2.6.2

--
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] 11+ 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-04 18:56     ` Rob Herring
  1 sibling, 0 replies; 11+ 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@glider.be>

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@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5
@ 2015-12-04 18:56     ` Rob Herring
  0 siblings, 0 replies; 11+ 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] 11+ 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
  -1 siblings, 0 replies; 11+ 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] 11+ messages in thread

* Re: [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5
@ 2015-12-05 16:49       ` Mark Brown
  0 siblings, 0 replies; 11+ 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] 11+ 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; 11+ messages in thread
From: Rob Herring @ 2015-12-06 15:45 UTC (permalink / raw)
  To: Mark Brown
  Cc: Geert Uytterhoeven, linux-spi-u79uwXL29TY76Z2rM5mHXA, SH-Linux,
	devicetree-u79uwXL29TY76Z2rM5mHXA

On Sat, Dec 5, 2015 at 10:49 AM, Mark Brown <broonie@kernel.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@glider.be>
>
>> Applied, thanks.
>
> I've already applied this to the SPI tree?

Okay, I'll drop it.

Rob

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

* Re: [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5
@ 2015-12-06 15:45           ` Rob Herring
  0 siblings, 0 replies; 11+ messages in thread
From: Rob Herring @ 2015-12-06 15:45 UTC (permalink / raw)
  To: Mark Brown
  Cc: Geert Uytterhoeven, linux-spi-u79uwXL29TY76Z2rM5mHXA, SH-Linux,
	devicetree-u79uwXL29TY76Z2rM5mHXA

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] 11+ messages in thread

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

Thread overview: 11+ 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 14:14 ` Geert Uytterhoeven
2015-11-30 15:57 ` Rob Herring
2015-11-30 15:57   ` Rob Herring
     [not found] ` <1448892840-8195-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2015-11-30 16:23   ` Applied "spi: sh-msiof: Add support for SH-Mobile AG5" to the spi tree Mark Brown
2015-12-04 18:56   ` [PATCH] spi: sh-msiof: Add support for SH-Mobile AG5 Rob Herring
2015-12-04 18:56     ` Rob Herring
2015-12-05 16:49     ` Mark Brown
2015-12-05 16:49       ` Mark Brown
     [not found]       ` <20151205164937.GD26072-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-12-06 15:45         ` Rob Herring
2015-12-06 15:45           ` Rob Herring

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.