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

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

* [PATCH 0/7] tree-wide: use proper 'R-Car' product name
@ 2017-05-28  9:30 ` Wolfram Sang
  0 siblings, 0 replies; 37+ 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] 37+ messages in thread

* [PATCH 1/7] dmaengine: use proper name for the R-Car SoC
  2017-05-28  9:30 ` Wolfram Sang
  (?)
@ 2017-05-28  9:30 ` Wolfram Sang
  2017-05-29  9:12   ` Geert Uytterhoeven
                     ` (2 more replies)
  -1 siblings, 3 replies; 37+ 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] 37+ messages in thread

* [PATCH 2/7] i2c: use proper name for the R-Car SoC
  2017-05-28  9:30 ` Wolfram Sang
  (?)
  (?)
@ 2017-05-28  9:30 ` Wolfram Sang
  2017-05-29  9:13   ` Geert Uytterhoeven
  2017-06-19 14:25   ` Wolfram Sang
  -1 siblings, 2 replies; 37+ messages in thread
From: Wolfram Sang @ 2017-05-28  9:30 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Wolfram Sang, Wolfram Sang, linux-i2c, 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.

 drivers/i2c/busses/i2c-rcar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-rcar.c b/drivers/i2c/busses/i2c-rcar.c
index 214bf2835d1f95..214a71cb64429f 100644
--- a/drivers/i2c/busses/i2c-rcar.c
+++ b/drivers/i2c/busses/i2c-rcar.c
@@ -1,5 +1,5 @@
 /*
- * Driver for the Renesas RCar I2C unit
+ * Driver for the Renesas R-Car I2C unit
  *
  * Copyright (C) 2014-15 Wolfram Sang <wsa@sang-engineering.com>
  * Copyright (C) 2011-2015 Renesas Electronics Corporation
-- 
2.11.0

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

* [PATCH 3/7] iio: use proper name for the R-Car SoC
  2017-05-28  9:30 ` Wolfram Sang
                   ` (2 preceding siblings ...)
  (?)
@ 2017-05-28  9:30 ` Wolfram Sang
  2017-05-29  9:11     ` Geert Uytterhoeven
  2017-05-31 19:46     ` Rob Herring
  -1 siblings, 2 replies; 37+ 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] 37+ messages in thread

* [PATCH 4/7] mmc: use proper name for the R-Car SoC
  2017-05-28  9:30 ` Wolfram Sang
                   ` (3 preceding siblings ...)
  (?)
@ 2017-05-28  9:30 ` Wolfram Sang
  2017-05-29  9:13   ` Geert Uytterhoeven
  2017-05-29 14:42   ` Ulf Hansson
  -1 siblings, 2 replies; 37+ messages in thread
From: Wolfram Sang @ 2017-05-28  9:30 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Ulf Hansson, Lee Jones, linux-mmc, 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.

 drivers/mmc/host/renesas_sdhi_core.c | 2 +-
 include/linux/mfd/tmio.h             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mmc/host/renesas_sdhi_core.c b/drivers/mmc/host/renesas_sdhi_core.c
index 846ee1a8e5a675..397b3e29977ea8 100644
--- a/drivers/mmc/host/renesas_sdhi_core.c
+++ b/drivers/mmc/host/renesas_sdhi_core.c
@@ -130,7 +130,7 @@ static unsigned int renesas_sdhi_clk_update(struct tmio_mmc_host *host,
 	unsigned int freq, diff, best_freq = 0, diff_min = ~0;
 	int i, ret;
 
-	/* tested only on RCar Gen2+ currently; may work for others */
+	/* tested only on R-Car Gen2+ currently; may work for others */
 	if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2))
 		return clk_get_rate(priv->clk);
 
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
index a1520d88ebf3a3..c83c16b931a886 100644
--- a/include/linux/mfd/tmio.h
+++ b/include/linux/mfd/tmio.h
@@ -66,7 +66,7 @@
  */
 #define TMIO_MMC_SDIO_IRQ		(1 << 2)
 
-/* Some features are only available or tested on RCar Gen2 or later */
+/* Some features are only available or tested on R-Car Gen2 or later */
 #define TMIO_MMC_MIN_RCAR2		(1 << 3)
 
 /*
-- 
2.11.0

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

* [PATCH 5/7] pci: use proper name for the R-Car SoC
  2017-05-28  9:30 ` Wolfram Sang
                   ` (4 preceding siblings ...)
  (?)
@ 2017-05-28  9:30 ` Wolfram Sang
  2017-05-29  9:13   ` Geert Uytterhoeven
  2017-05-30 21:39   ` Bjorn Helgaas
  -1 siblings, 2 replies; 37+ 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] 37+ messages in thread

* [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC
@ 2017-05-28  9:30   ` Wolfram Sang
  0 siblings, 0 replies; 37+ messages in thread
From: Wolfram Sang @ 2017-05-28  9:30 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Niklas Söderlund, Mauro Carvalho Chehab,
	Rob Herring, Mark Rutland, linux-media, 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/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

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

* [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC
@ 2017-05-28  9:30   ` Wolfram Sang
  0 siblings, 0 replies; 37+ 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] 37+ messages in thread

* [PATCH 7/7] [media] v4l: rcar_fdp1: use proper name for the R-Car SoC
  2017-05-28  9:30 ` Wolfram Sang
                   ` (6 preceding siblings ...)
  (?)
@ 2017-05-28  9:30 ` Wolfram Sang
  2017-05-29  0:41   ` Kieran Bingham
  2017-05-29  9:15   ` Geert Uytterhoeven
  -1 siblings, 2 replies; 37+ messages in thread
From: Wolfram Sang @ 2017-05-28  9:30 UTC (permalink / raw)
  To: linux-renesas-soc
  Cc: Wolfram Sang, Kieran Bingham, Mauro Carvalho Chehab, linux-media,
	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.

 drivers/media/platform/rcar_fdp1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/rcar_fdp1.c b/drivers/media/platform/rcar_fdp1.c
index 42f25d241edd7c..0da0eba9202cdd 100644
--- a/drivers/media/platform/rcar_fdp1.c
+++ b/drivers/media/platform/rcar_fdp1.c
@@ -1,5 +1,5 @@
 /*
- * Renesas RCar Fine Display Processor
+ * Renesas R-Car Fine Display Processor
  *
  * Video format converter and frame deinterlacer device.
  *
-- 
2.11.0

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

* Re: [PATCH 7/7] [media] v4l: rcar_fdp1: use proper name for the R-Car SoC
  2017-05-28  9:30 ` [PATCH 7/7] [media] v4l: rcar_fdp1: " Wolfram Sang
@ 2017-05-29  0:41   ` Kieran Bingham
  2017-05-29  9:15   ` Geert Uytterhoeven
  1 sibling, 0 replies; 37+ messages in thread
From: Kieran Bingham @ 2017-05-29  0:41 UTC (permalink / raw)
  To: Wolfram Sang, Mauro Carvalho Chehab
  Cc: linux-renesas-soc, linux-media, linux-kernel

Hi Wolfram

Thankyou for the fixup

On 28/05/17 18:30, 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>

Acked-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>


Mauro,

I'll leave this for you to pick up when you're ready.

Thanks

Kieran

> ---
> I suggest this trivial patch should be picked individually per susbsystem.
> 
>  drivers/media/platform/rcar_fdp1.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/platform/rcar_fdp1.c b/drivers/media/platform/rcar_fdp1.c
> index 42f25d241edd7c..0da0eba9202cdd 100644
> --- a/drivers/media/platform/rcar_fdp1.c
> +++ b/drivers/media/platform/rcar_fdp1.c
> @@ -1,5 +1,5 @@
>  /*
> - * Renesas RCar Fine Display Processor
> + * Renesas R-Car Fine Display Processor
>   *
>   * Video format converter and frame deinterlacer device.
>   *
> 

^ permalink raw reply	[flat|nested] 37+ 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   ` Wolfram Sang
  (?)
@ 2017-05-29  8:41   ` Sergei Shtylyov
  2017-05-29 12:02     ` Wolfram Sang
  -1 siblings, 1 reply; 37+ 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] 37+ messages in thread

* Re: [PATCH 3/7] iio: use proper name for the R-Car SoC
@ 2017-05-29  9:11     ` Geert Uytterhoeven
  0 siblings, 0 replies; 37+ 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, devicetree, linux-kernel

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

* Re: [PATCH 3/7] iio: use proper name for the R-Car SoC
@ 2017-05-29  9:11     ` Geert Uytterhoeven
  0 siblings, 0 replies; 37+ 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,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

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] 37+ 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; 37+ 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, linux-kernel

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

* Re: [PATCH 2/7] i2c: use proper name for the R-Car SoC
  2017-05-28  9:30 ` [PATCH 2/7] i2c: " Wolfram Sang
@ 2017-05-29  9:13   ` Geert Uytterhoeven
  2017-06-19 14:25   ` Wolfram Sang
  1 sibling, 0 replies; 37+ messages in thread
From: Geert Uytterhoeven @ 2017-05-29  9:13 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: Linux-Renesas, Wolfram Sang, Linux I2C, linux-kernel

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

* Re: [PATCH 4/7] mmc: use proper name for the R-Car SoC
  2017-05-28  9:30 ` [PATCH 4/7] mmc: " Wolfram Sang
@ 2017-05-29  9:13   ` Geert Uytterhoeven
  2017-05-29 14:42   ` Ulf Hansson
  1 sibling, 0 replies; 37+ messages in thread
From: Geert Uytterhoeven @ 2017-05-29  9:13 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linux-Renesas, Ulf Hansson, Lee Jones, Linux MMC List, linux-kernel

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] 37+ 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; 37+ 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, linux-kernel

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

* Re: [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC
@ 2017-05-29  9:14     ` Geert Uytterhoeven
  0 siblings, 0 replies; 37+ 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,
	linux-kernel

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

* Re: [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC
@ 2017-05-29  9:14     ` Geert Uytterhoeven
  0 siblings, 0 replies; 37+ 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,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

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

* Re: [PATCH 7/7] [media] v4l: rcar_fdp1: use proper name for the R-Car SoC
  2017-05-28  9:30 ` [PATCH 7/7] [media] v4l: rcar_fdp1: " Wolfram Sang
  2017-05-29  0:41   ` Kieran Bingham
@ 2017-05-29  9:15   ` Geert Uytterhoeven
  1 sibling, 0 replies; 37+ messages in thread
From: Geert Uytterhoeven @ 2017-05-29  9:15 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linux-Renesas, Kieran Bingham, Mauro Carvalho Chehab,
	Linux Media Mailing List, linux-kernel

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] 37+ 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; 37+ 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] 37+ 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; 37+ 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, linux-kernel

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

* Re: [PATCH 4/7] mmc: use proper name for the R-Car SoC
  2017-05-28  9:30 ` [PATCH 4/7] mmc: " Wolfram Sang
  2017-05-29  9:13   ` Geert Uytterhoeven
@ 2017-05-29 14:42   ` Ulf Hansson
  2017-05-30  7:16     ` Lee Jones
  1 sibling, 1 reply; 37+ messages in thread
From: Ulf Hansson @ 2017-05-29 14:42 UTC (permalink / raw)
  To: Wolfram Sang, Lee Jones; +Cc: Linux-Renesas, linux-mmc, linux-kernel

On 28 May 2017 at 11:30, 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>

Thanks, applied for next!

For mfd, Lee, please tell if you have any issues me picking this via
my mmc tree.

Kind regards
Uffe

> ---
> I suggest this trivial patch should be picked individually per susbsystem.
>
>  drivers/mmc/host/renesas_sdhi_core.c | 2 +-
>  include/linux/mfd/tmio.h             | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/mmc/host/renesas_sdhi_core.c b/drivers/mmc/host/renesas_sdhi_core.c
> index 846ee1a8e5a675..397b3e29977ea8 100644
> --- a/drivers/mmc/host/renesas_sdhi_core.c
> +++ b/drivers/mmc/host/renesas_sdhi_core.c
> @@ -130,7 +130,7 @@ static unsigned int renesas_sdhi_clk_update(struct tmio_mmc_host *host,
>         unsigned int freq, diff, best_freq = 0, diff_min = ~0;
>         int i, ret;
>
> -       /* tested only on RCar Gen2+ currently; may work for others */
> +       /* tested only on R-Car Gen2+ currently; may work for others */
>         if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2))
>                 return clk_get_rate(priv->clk);
>
> diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
> index a1520d88ebf3a3..c83c16b931a886 100644
> --- a/include/linux/mfd/tmio.h
> +++ b/include/linux/mfd/tmio.h
> @@ -66,7 +66,7 @@
>   */
>  #define TMIO_MMC_SDIO_IRQ              (1 << 2)
>
> -/* Some features are only available or tested on RCar Gen2 or later */
> +/* Some features are only available or tested on R-Car Gen2 or later */
>  #define TMIO_MMC_MIN_RCAR2             (1 << 3)
>
>  /*
> --
> 2.11.0
>

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

* Re: [PATCH 4/7] mmc: use proper name for the R-Car SoC
  2017-05-29 14:42   ` Ulf Hansson
@ 2017-05-30  7:16     ` Lee Jones
  2017-05-30  9:26       ` Ulf Hansson
  0 siblings, 1 reply; 37+ messages in thread
From: Lee Jones @ 2017-05-30  7:16 UTC (permalink / raw)
  To: Ulf Hansson; +Cc: Wolfram Sang, Linux-Renesas, linux-mmc, linux-kernel

On Mon, 29 May 2017, Ulf Hansson wrote:

> On 28 May 2017 at 11:30, 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>
> 
> Thanks, applied for next!
> 
> For mfd, Lee, please tell if you have any issues me picking this via
> my mmc tree.

I don't, but it is normal procedure to wait for an Ack from all
Maintainers involved before applying. ;)

> > ---
> > I suggest this trivial patch should be picked individually per susbsystem.
> >
> >  drivers/mmc/host/renesas_sdhi_core.c | 2 +-
> >  include/linux/mfd/tmio.h             | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/drivers/mmc/host/renesas_sdhi_core.c b/drivers/mmc/host/renesas_sdhi_core.c
> > index 846ee1a8e5a675..397b3e29977ea8 100644
> > --- a/drivers/mmc/host/renesas_sdhi_core.c
> > +++ b/drivers/mmc/host/renesas_sdhi_core.c
> > @@ -130,7 +130,7 @@ static unsigned int renesas_sdhi_clk_update(struct tmio_mmc_host *host,
> >         unsigned int freq, diff, best_freq = 0, diff_min = ~0;
> >         int i, ret;
> >
> > -       /* tested only on RCar Gen2+ currently; may work for others */
> > +       /* tested only on R-Car Gen2+ currently; may work for others */
> >         if (!(host->pdata->flags & TMIO_MMC_MIN_RCAR2))
> >                 return clk_get_rate(priv->clk);
> >
> > diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
> > index a1520d88ebf3a3..c83c16b931a886 100644
> > --- a/include/linux/mfd/tmio.h
> > +++ b/include/linux/mfd/tmio.h
> > @@ -66,7 +66,7 @@
> >   */
> >  #define TMIO_MMC_SDIO_IRQ              (1 << 2)
> >
> > -/* Some features are only available or tested on RCar Gen2 or later */
> > +/* Some features are only available or tested on R-Car Gen2 or later */
> >  #define TMIO_MMC_MIN_RCAR2             (1 << 3)
> >
> >  /*
> >

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 37+ 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; 37+ 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, linux-kernel

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

* Re: [PATCH 4/7] mmc: use proper name for the R-Car SoC
  2017-05-30  7:16     ` Lee Jones
@ 2017-05-30  9:26       ` Ulf Hansson
  0 siblings, 0 replies; 37+ messages in thread
From: Ulf Hansson @ 2017-05-30  9:26 UTC (permalink / raw)
  To: Lee Jones; +Cc: Wolfram Sang, Linux-Renesas, linux-mmc, linux-kernel

On 30 May 2017 at 09:16, Lee Jones <lee.jones@linaro.org> wrote:
> On Mon, 29 May 2017, Ulf Hansson wrote:
>
>> On 28 May 2017 at 11:30, 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>
>>
>> Thanks, applied for next!
>>
>> For mfd, Lee, please tell if you have any issues me picking this via
>> my mmc tree.
>
> I don't, but it is normal procedure to wait for an Ack from all
> Maintainers involved before applying. ;)

Yeah! However this was that trivial so I went ahead. :-)

Kind regards
Uffe

^ permalink raw reply	[flat|nested] 37+ 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; 37+ 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] 37+ 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; 37+ 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] 37+ messages in thread

* Re: [PATCH 3/7] iio: use proper name for the R-Car SoC
@ 2017-05-31 19:46     ` Rob Herring
  0 siblings, 0 replies; 37+ messages in thread
From: Rob Herring @ 2017-05-31 19:46 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-renesas-soc, Jonathan Cameron, Hartmut Knaack,
	Lars-Peter Clausen, Peter Meerwald-Stadler, Mark Rutland,
	linux-iio, devicetree, linux-kernel

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@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(-)

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

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

* Re: [PATCH 3/7] iio: use proper name for the R-Car SoC
@ 2017-05-31 19:46     ` Rob Herring
  0 siblings, 0 replies; 37+ 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] 37+ 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   ` Wolfram Sang
                     ` (2 preceding siblings ...)
  (?)
@ 2017-05-31 19:47   ` Rob Herring
  -1 siblings, 0 replies; 37+ 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] 37+ 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; 37+ 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] 37+ 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
  0 siblings, 0 replies; 37+ 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,
	Niklas Söderlund, Mauro Carvalho Chehab, Rob Herring,
	Mark Rutland, linux-media, devicetree, linux-kernel

Em Mon, 29 May 2017 14:02:02 +0200
Wolfram Sang <wsa@the-dreams.de> 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

^ permalink raw reply	[flat|nested] 37+ 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
  0 siblings, 0 replies; 37+ 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] 37+ 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
  -1 siblings, 0 replies; 37+ 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] 37+ messages in thread

* Re: [PATCH 2/7] i2c: use proper name for the R-Car SoC
  2017-05-28  9:30 ` [PATCH 2/7] i2c: " Wolfram Sang
  2017-05-29  9:13   ` Geert Uytterhoeven
@ 2017-06-19 14:25   ` Wolfram Sang
  1 sibling, 0 replies; 37+ messages in thread
From: Wolfram Sang @ 2017-06-19 14:25 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-renesas-soc, linux-i2c, linux-kernel

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

On Sun, May 28, 2017 at 11:30:45AM +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>

Applied to for-next, thanks!


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

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

end of thread, other threads:[~2017-06-19 14:25 UTC | newest]

Thread overview: 37+ 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 ` 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 2/7] i2c: " Wolfram Sang
2017-05-29  9:13   ` Geert Uytterhoeven
2017-06-19 14:25   ` Wolfram Sang
2017-05-28  9:30 ` [PATCH 3/7] iio: " Wolfram Sang
2017-05-29  9:11   ` Geert Uytterhoeven
2017-05-29  9:11     ` Geert Uytterhoeven
2017-05-31 19:46   ` Rob Herring
2017-05-31 19:46     ` Rob Herring
2017-05-28  9:30 ` [PATCH 4/7] mmc: " Wolfram Sang
2017-05-29  9:13   ` Geert Uytterhoeven
2017-05-29 14:42   ` Ulf Hansson
2017-05-30  7:16     ` Lee Jones
2017-05-30  9:26       ` Ulf Hansson
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
2017-05-28  9:30 ` [PATCH 6/7] [media] soc_camera: rcar_vin: " Wolfram Sang
2017-05-28  9:30   ` 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 11:27         ` Mauro Carvalho Chehab
2017-06-08 13:57         ` Wolfram Sang
2017-05-29  9:14   ` Geert Uytterhoeven
2017-05-29  9:14     ` Geert Uytterhoeven
2017-05-31 19:47   ` Rob Herring
2017-05-28  9:30 ` [PATCH 7/7] [media] v4l: rcar_fdp1: " Wolfram Sang
2017-05-29  0:41   ` Kieran Bingham
2017-05-29  9:15   ` Geert Uytterhoeven

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.