devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] tree-wide: use proper 'R-Car' product name
@ 2017-05-28  9:30 Wolfram Sang
  2017-05-28  9:30 ` [PATCH 1/7] dmaengine: use proper name for the R-Car SoC Wolfram Sang
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Wolfram Sang @ 2017-05-28  9:30 UTC (permalink / raw)
  To: linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA
  Cc: Wolfram Sang, devicetree-u79uwXL29TY76Z2rM5mHXA,
	dmaengine-u79uwXL29TY76Z2rM5mHXA,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-iio-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-media-u79uwXL29TY76Z2rM5mHXA,
	linux-mmc-u79uwXL29TY76Z2rM5mHXA,
	linux-pci-u79uwXL29TY76Z2rM5mHXA

Small series to get the R-Car product name proper. Based on
renesas-drivers/master, but can be applied to current linus/master as well.
Except for the MMC patch, which depends on mmc/next.

Please apply.

Wolfram Sang (7):
  dmaengine: use proper name for the R-Car SoC
  i2c: use proper name for the R-Car SoC
  iio: use proper name for the R-Car SoC
  mmc: use proper name for the R-Car SoC
  pci: use proper name for the R-Car SoC
  [media] soc_camera: rcar_vin: use proper name for the R-Car SoC
  [media] v4l: rcar_fdp1: use proper name for the R-Car SoC

 Documentation/devicetree/bindings/dma/shdma.txt               | 2 +-
 Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt | 2 +-
 Documentation/devicetree/bindings/media/rcar_vin.txt          | 4 ++--
 Documentation/devicetree/bindings/pci/rcar-pci.txt            | 2 +-
 drivers/i2c/busses/i2c-rcar.c                                 | 2 +-
 drivers/media/platform/rcar_fdp1.c                            | 2 +-
 drivers/mmc/host/renesas_sdhi_core.c                          | 2 +-
 include/linux/mfd/tmio.h                                      | 2 +-
 8 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.11.0

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

* [PATCH 1/7] dmaengine: use proper name for the R-Car SoC
  2017-05-28  9:30 [PATCH 0/7] tree-wide: use proper 'R-Car' product name Wolfram Sang
@ 2017-05-28  9:30 ` Wolfram Sang
  2017-05-29  9:12   ` Geert Uytterhoeven
                     ` (2 more replies)
  2017-05-28  9:30 ` [PATCH 3/7] iio: " Wolfram Sang
                   ` (2 subsequent siblings)
  3 siblings, 3 replies; 20+ messages in thread
From: Wolfram Sang @ 2017-05-28  9:30 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Vinod Koul, Rob Herring, Mark Rutland, dmaengine,
	devicetree, linux-kernel

It is 'R-Car', not 'r-car'. No code or binding changes, only descriptive text.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
I suggest this trivial patch should be picked individually per susbsystem.

 Documentation/devicetree/bindings/dma/shdma.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/dma/shdma.txt b/Documentation/devicetree/bindings/dma/shdma.txt
index 2a3f3b8946b998..a91920a49433c2 100644
--- a/Documentation/devicetree/bindings/dma/shdma.txt
+++ b/Documentation/devicetree/bindings/dma/shdma.txt
@@ -1,6 +1,6 @@
 * SHDMA Device Tree bindings
 
-Sh-/r-mobile and r-car systems often have multiple identical DMA controller
+Sh-/r-mobile and R-Car systems often have multiple identical DMA controller
 instances, capable of serving any of a common set of DMA slave devices, using
 the same configuration. To describe this topology we require all compatible
 SHDMA DT nodes to be placed under a DMA multiplexer node. All such compatible
-- 
2.11.0

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

* [PATCH 3/7] iio: use proper name for the R-Car SoC
  2017-05-28  9:30 [PATCH 0/7] tree-wide: use proper 'R-Car' product name Wolfram Sang
  2017-05-28  9:30 ` [PATCH 1/7] dmaengine: use proper name for the R-Car SoC Wolfram Sang
@ 2017-05-28  9:30 ` Wolfram Sang
       [not found]   ` <20170528093051.11816-4-wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
  2017-05-28  9:30 ` [PATCH 5/7] pci: " Wolfram Sang
       [not found] ` <20170528093051.11816-1-wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
  3 siblings, 1 reply; 20+ messages in thread
From: Wolfram Sang @ 2017-05-28  9:30 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Jonathan Cameron, Hartmut Knaack,
	Lars-Peter Clausen, Peter Meerwald-Stadler, Rob Herring,
	Mark Rutland, linux-iio, devicetree, linux-kernel

It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
I suggest this trivial patch should be picked individually per susbsystem.

 Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt b/Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt
index f5b0adae6010a0..b1fea95ff516d6 100644
--- a/Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt
+++ b/Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt
@@ -1,4 +1,4 @@
-* Renesas RCar GyroADC device driver
+* Renesas R-Car GyroADC device driver
 
 The GyroADC block is a reduced SPI block with up to 8 chipselect lines,
 which supports the SPI protocol of a selected few SPI ADCs. The SPI ADCs
-- 
2.11.0

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

* [PATCH 5/7] pci: use proper name for the R-Car SoC
  2017-05-28  9:30 [PATCH 0/7] tree-wide: use proper 'R-Car' product name Wolfram Sang
  2017-05-28  9:30 ` [PATCH 1/7] dmaengine: use proper name for the R-Car SoC Wolfram Sang
  2017-05-28  9:30 ` [PATCH 3/7] iio: " Wolfram Sang
@ 2017-05-28  9:30 ` Wolfram Sang
  2017-05-29  9:13   ` Geert Uytterhoeven
  2017-05-30 21:39   ` Bjorn Helgaas
       [not found] ` <20170528093051.11816-1-wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
  3 siblings, 2 replies; 20+ messages in thread
From: Wolfram Sang @ 2017-05-28  9:30 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Bjorn Helgaas, Rob Herring, Mark Rutland, linux-pci,
	devicetree, linux-kernel

It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
I suggest this trivial patch should be picked individually per susbsystem.

 Documentation/devicetree/bindings/pci/rcar-pci.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt
index 34712d6fd25376..bd27428dda619d 100644
--- a/Documentation/devicetree/bindings/pci/rcar-pci.txt
+++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt
@@ -1,4 +1,4 @@
-* Renesas RCar PCIe interface
+* Renesas R-Car PCIe interface
 
 Required properties:
 compatible: "renesas,pcie-r8a7779" for the R8A7779 SoC;
-- 
2.11.0

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

* [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC
       [not found] ` <20170528093051.11816-1-wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
@ 2017-05-28  9:30   ` Wolfram Sang
  2017-05-29  8:41     ` Sergei Shtylyov
                       ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Wolfram Sang @ 2017-05-28  9:30 UTC (permalink / raw)
  To: linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA
  Cc: Wolfram Sang, Niklas Söderlund, Mauro Carvalho Chehab,
	Rob Herring, Mark Rutland, linux-media-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text.

Signed-off-by: Wolfram Sang <wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
---
I suggest this trivial patch should be picked individually per susbsystem.

 Documentation/devicetree/bindings/media/rcar_vin.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/media/rcar_vin.txt b/Documentation/devicetree/bindings/media/rcar_vin.txt
index 25fc933318483d..4af8760b353339 100644
--- a/Documentation/devicetree/bindings/media/rcar_vin.txt
+++ b/Documentation/devicetree/bindings/media/rcar_vin.txt
@@ -1,5 +1,5 @@
-Renesas RCar Video Input driver (rcar_vin)
-------------------------------------------
+Renesas R-Car Video Input driver (rcar_vin)
+-------------------------------------------
 
 The rcar_vin device provides video input capabilities for the Renesas R-Car
 family of devices.
-- 
2.11.0

--
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

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

* Re: [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC
  2017-05-28  9:30   ` [PATCH 6/7] [media] soc_camera: rcar_vin: " Wolfram Sang
@ 2017-05-29  8:41     ` Sergei Shtylyov
  2017-05-29 12:02       ` Wolfram Sang
       [not found]     ` <20170528093051.11816-7-wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
  2017-05-31 19:47     ` Rob Herring
  2 siblings, 1 reply; 20+ messages in thread
From: Sergei Shtylyov @ 2017-05-29  8:41 UTC (permalink / raw)
  To: Wolfram Sang, linux-renesas-soc
  Cc: Niklas Söderlund, Mauro Carvalho Chehab, Rob Herring,
	Mark Rutland, linux-media, devicetree, linux-kernel

Hello!

    Why "soc_camera:" in the subject?
    The 'soc_camera" driver has been removed (replaced by a "normal" V4L2 driver).

MBR, Sergei

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

* Re: [PATCH 3/7] iio: use proper name for the R-Car SoC
       [not found]   ` <20170528093051.11816-4-wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
@ 2017-05-29  9:11     ` Geert Uytterhoeven
  2017-05-31 19:46     ` Rob Herring
  1 sibling, 0 replies; 20+ messages in thread
From: Geert Uytterhoeven @ 2017-05-29  9:11 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linux-Renesas, Jonathan Cameron, Hartmut Knaack,
	Lars-Peter Clausen, Peter Meerwald-Stadler, Rob Herring,
	Mark Rutland, linux-iio-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

On Sun, May 28, 2017 at 11:30 AM, Wolfram Sang
<wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org> wrote:
> It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text.
>
> Signed-off-by: Wolfram Sang <wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>

Acked-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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
--
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

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

* Re: [PATCH 1/7] dmaengine: use proper name for the R-Car SoC
  2017-05-28  9:30 ` [PATCH 1/7] dmaengine: use proper name for the R-Car SoC Wolfram Sang
@ 2017-05-29  9:12   ` Geert Uytterhoeven
  2017-05-29 12:03     ` Wolfram Sang
  2017-05-31 19:45   ` Rob Herring
  2017-06-01 16:37   ` Vinod Koul
  2 siblings, 1 reply; 20+ messages in thread
From: Geert Uytterhoeven @ 2017-05-29  9:12 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linux-Renesas, Vinod Koul, Rob Herring, Mark Rutland, dmaengine,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org

On Sun, May 28, 2017 at 11:30 AM, Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> It is 'R-Car', not 'r-car'. No code or binding changes, only descriptive text.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

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

> --- a/Documentation/devicetree/bindings/dma/shdma.txt
> +++ b/Documentation/devicetree/bindings/dma/shdma.txt
> @@ -1,6 +1,6 @@
>  * SHDMA Device Tree bindings
>
> -Sh-/r-mobile and r-car systems often have multiple identical DMA controller
> +Sh-/r-mobile and R-Car systems often have multiple identical DMA controller

I'd fix "SH/R-Mobile" too, while at it.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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] 20+ messages in thread

* Re: [PATCH 5/7] pci: use proper name for the R-Car SoC
  2017-05-28  9:30 ` [PATCH 5/7] pci: " Wolfram Sang
@ 2017-05-29  9:13   ` Geert Uytterhoeven
  2017-05-30  8:41     ` Simon Horman
  2017-05-30 21:39   ` Bjorn Helgaas
  1 sibling, 1 reply; 20+ messages in thread
From: Geert Uytterhoeven @ 2017-05-29  9:13 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linux-Renesas, Bjorn Helgaas, Rob Herring, Mark Rutland,
	linux-pci, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org

On Sun, May 28, 2017 at 11:30 AM, Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

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

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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] 20+ messages in thread

* Re: [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC
       [not found]     ` <20170528093051.11816-7-wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
@ 2017-05-29  9:14       ` Geert Uytterhoeven
  0 siblings, 0 replies; 20+ messages in thread
From: Geert Uytterhoeven @ 2017-05-29  9:14 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linux-Renesas, Niklas Söderlund, Mauro Carvalho Chehab,
	Rob Herring, Mark Rutland, Linux Media Mailing List,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

On Sun, May 28, 2017 at 11:30 AM, Wolfram Sang
<wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org> wrote:
> It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text.
>
> Signed-off-by: Wolfram Sang <wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>

Acked-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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
--
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

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

* Re: [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC
  2017-05-29  8:41     ` Sergei Shtylyov
@ 2017-05-29 12:02       ` Wolfram Sang
  2017-06-08 11:27         ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 20+ messages in thread
From: Wolfram Sang @ 2017-05-29 12:02 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Wolfram Sang, linux-renesas-soc, Niklas Söderlund,
	Mauro Carvalho Chehab, Rob Herring, Mark Rutland, linux-media,
	devicetree, linux-kernel

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


>    Why "soc_camera:" in the subject?

I used 'git log $file' and copied the most recent entry. Do I need to
resend?


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

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

* Re: [PATCH 1/7] dmaengine: use proper name for the R-Car SoC
  2017-05-29  9:12   ` Geert Uytterhoeven
@ 2017-05-29 12:03     ` Wolfram Sang
  0 siblings, 0 replies; 20+ messages in thread
From: Wolfram Sang @ 2017-05-29 12:03 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wolfram Sang, Linux-Renesas, Vinod Koul, Rob Herring,
	Mark Rutland, dmaengine, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org

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

Geert,

thanks for the Acks.

> I'd fix "SH/R-Mobile" too, while at it.

That would be a seperate tree-wide series in my book.

Regards,

   Wolfram


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

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

* Re: [PATCH 5/7] pci: use proper name for the R-Car SoC
  2017-05-29  9:13   ` Geert Uytterhoeven
@ 2017-05-30  8:41     ` Simon Horman
  0 siblings, 0 replies; 20+ messages in thread
From: Simon Horman @ 2017-05-30  8:41 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wolfram Sang, Linux-Renesas, Bjorn Helgaas, Rob Herring,
	Mark Rutland, linux-pci, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org

On Mon, May 29, 2017 at 11:13:48AM +0200, Geert Uytterhoeven wrote:
> On Sun, May 28, 2017 at 11:30 AM, Wolfram Sang
> <wsa+renesas@sang-engineering.com> wrote:
> > It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text.
> >
> > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> 
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

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

* Re: [PATCH 5/7] pci: use proper name for the R-Car SoC
  2017-05-28  9:30 ` [PATCH 5/7] pci: " Wolfram Sang
  2017-05-29  9:13   ` Geert Uytterhoeven
@ 2017-05-30 21:39   ` Bjorn Helgaas
  1 sibling, 0 replies; 20+ messages in thread
From: Bjorn Helgaas @ 2017-05-30 21:39 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-renesas-soc, Bjorn Helgaas, Rob Herring, Mark Rutland,
	linux-pci, devicetree, linux-kernel

On Sun, May 28, 2017 at 11:30:48AM +0200, Wolfram Sang wrote:
> It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
> I suggest this trivial patch should be picked individually per susbsystem.
> 
>  Documentation/devicetree/bindings/pci/rcar-pci.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied with Geert and Simon's acks to pci/host-rcar for v4.13, thanks!

> 
> diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> index 34712d6fd25376..bd27428dda619d 100644
> --- a/Documentation/devicetree/bindings/pci/rcar-pci.txt
> +++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt
> @@ -1,4 +1,4 @@
> -* Renesas RCar PCIe interface
> +* Renesas R-Car PCIe interface
>  
>  Required properties:
>  compatible: "renesas,pcie-r8a7779" for the R8A7779 SoC;
> -- 
> 2.11.0
> 

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

* Re: [PATCH 1/7] dmaengine: use proper name for the R-Car SoC
  2017-05-28  9:30 ` [PATCH 1/7] dmaengine: use proper name for the R-Car SoC Wolfram Sang
  2017-05-29  9:12   ` Geert Uytterhoeven
@ 2017-05-31 19:45   ` Rob Herring
  2017-06-01 16:37   ` Vinod Koul
  2 siblings, 0 replies; 20+ messages in thread
From: Rob Herring @ 2017-05-31 19:45 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-renesas-soc, Vinod Koul, Mark Rutland, dmaengine,
	devicetree, linux-kernel

On Sun, May 28, 2017 at 11:30:44AM +0200, Wolfram Sang wrote:
> It is 'R-Car', not 'r-car'. No code or binding changes, only descriptive text.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
> I suggest this trivial patch should be picked individually per susbsystem.
> 
>  Documentation/devicetree/bindings/dma/shdma.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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

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

* Re: [PATCH 3/7] iio: use proper name for the R-Car SoC
       [not found]   ` <20170528093051.11816-4-wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
  2017-05-29  9:11     ` Geert Uytterhoeven
@ 2017-05-31 19:46     ` Rob Herring
  1 sibling, 0 replies; 20+ messages in thread
From: Rob Herring @ 2017-05-31 19:46 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, Jonathan Cameron,
	Hartmut Knaack, Lars-Peter Clausen, Peter Meerwald-Stadler,
	Mark Rutland, linux-iio-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

On Sun, May 28, 2017 at 11:30:46AM +0200, Wolfram Sang wrote:
> It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
> ---
> I suggest this trivial patch should be picked individually per susbsystem.
> 
>  Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>

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

* Re: [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC
  2017-05-28  9:30   ` [PATCH 6/7] [media] soc_camera: rcar_vin: " Wolfram Sang
  2017-05-29  8:41     ` Sergei Shtylyov
       [not found]     ` <20170528093051.11816-7-wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
@ 2017-05-31 19:47     ` Rob Herring
  2 siblings, 0 replies; 20+ messages in thread
From: Rob Herring @ 2017-05-31 19:47 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-renesas-soc, Niklas Söderlund, Mauro Carvalho Chehab,
	Mark Rutland, linux-media, devicetree, linux-kernel

On Sun, May 28, 2017 at 11:30:49AM +0200, Wolfram Sang wrote:
> It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
> I suggest this trivial patch should be picked individually per susbsystem.
> 
>  Documentation/devicetree/bindings/media/rcar_vin.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

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

If you're going to change the subject, "dt-bindings: media: ..." is 
preferred.

Rob

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

* Re: [PATCH 1/7] dmaengine: use proper name for the R-Car SoC
  2017-05-28  9:30 ` [PATCH 1/7] dmaengine: use proper name for the R-Car SoC Wolfram Sang
  2017-05-29  9:12   ` Geert Uytterhoeven
  2017-05-31 19:45   ` Rob Herring
@ 2017-06-01 16:37   ` Vinod Koul
  2 siblings, 0 replies; 20+ messages in thread
From: Vinod Koul @ 2017-06-01 16:37 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-renesas-soc, Rob Herring, Mark Rutland, dmaengine,
	devicetree, linux-kernel

On Sun, May 28, 2017 at 11:30:44AM +0200, Wolfram Sang wrote:
> It is 'R-Car', not 'r-car'. No code or binding changes, only descriptive text.


Applied, thanks

-- 
~Vinod

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

* Re: [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC
  2017-05-29 12:02       ` Wolfram Sang
@ 2017-06-08 11:27         ` Mauro Carvalho Chehab
  2017-06-08 13:57           ` Wolfram Sang
  0 siblings, 1 reply; 20+ messages in thread
From: Mauro Carvalho Chehab @ 2017-06-08 11:27 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Sergei Shtylyov, Wolfram Sang,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, Niklas Söderlund,
	Mauro Carvalho Chehab, Rob Herring, Mark Rutland,
	linux-media-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Em Mon, 29 May 2017 14:02:02 +0200
Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org> escreveu:

> >    Why "soc_camera:" in the subject?  
> 
> I used 'git log $file' and copied the most recent entry. Do I need to
> resend?
> 

No need to resend. I'll fix it when applying the patch.

Btw, I'm seeing only patches 6 and 7 here at media ML (and patchwork).
As those are trivial changes, I'll just apply what I have.

Thanks,
Mauro
--
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

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

* Re: [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC
  2017-06-08 11:27         ` Mauro Carvalho Chehab
@ 2017-06-08 13:57           ` Wolfram Sang
  0 siblings, 0 replies; 20+ messages in thread
From: Wolfram Sang @ 2017-06-08 13:57 UTC (permalink / raw)
  To: Mauro Carvalho Chehab
  Cc: Sergei Shtylyov, Wolfram Sang, linux-renesas-soc,
	Niklas Söderlund, Mauro Carvalho Chehab, Rob Herring,
	Mark Rutland, linux-media, devicetree, linux-kernel

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


> Btw, I'm seeing only patches 6 and 7 here at media ML (and patchwork).
> As those are trivial changes, I'll just apply what I have.

Perfect, thanks!


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

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

end of thread, other threads:[~2017-06-08 13:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-28  9:30 [PATCH 0/7] tree-wide: use proper 'R-Car' product name Wolfram Sang
2017-05-28  9:30 ` [PATCH 1/7] dmaengine: use proper name for the R-Car SoC Wolfram Sang
2017-05-29  9:12   ` Geert Uytterhoeven
2017-05-29 12:03     ` Wolfram Sang
2017-05-31 19:45   ` Rob Herring
2017-06-01 16:37   ` Vinod Koul
2017-05-28  9:30 ` [PATCH 3/7] iio: " Wolfram Sang
     [not found]   ` <20170528093051.11816-4-wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
2017-05-29  9:11     ` Geert Uytterhoeven
2017-05-31 19:46     ` Rob Herring
2017-05-28  9:30 ` [PATCH 5/7] pci: " Wolfram Sang
2017-05-29  9:13   ` Geert Uytterhoeven
2017-05-30  8:41     ` Simon Horman
2017-05-30 21:39   ` Bjorn Helgaas
     [not found] ` <20170528093051.11816-1-wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
2017-05-28  9:30   ` [PATCH 6/7] [media] soc_camera: rcar_vin: " Wolfram Sang
2017-05-29  8:41     ` Sergei Shtylyov
2017-05-29 12:02       ` Wolfram Sang
2017-06-08 11:27         ` Mauro Carvalho Chehab
2017-06-08 13:57           ` Wolfram Sang
     [not found]     ` <20170528093051.11816-7-wsa+renesas-jBu1N2QxHDJrcw3mvpCnnVaTQe2KTcn/@public.gmane.org>
2017-05-29  9:14       ` Geert Uytterhoeven
2017-05-31 19:47     ` 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).