* [PATCH 0/7] tree-wide: use proper 'R-Car' product name
@ 2017-05-28 9:30 Wolfram Sang
2017-05-28 9:30 ` [PATCH 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC Wolfram Sang
2017-05-28 9:30 ` [PATCH 7/7] [media] v4l: rcar_fdp1: " Wolfram Sang
0 siblings, 2 replies; 11+ 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] 11+ messages in thread
* [PATCH 6/7] [media] soc_camera: rcar_vin: 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 8:41 ` Sergei Shtylyov
` (2 more replies)
2017-05-28 9:30 ` [PATCH 7/7] [media] v4l: rcar_fdp1: " Wolfram Sang
1 sibling, 3 replies; 11+ 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] 11+ messages in thread
* [PATCH 7/7] [media] v4l: rcar_fdp1: 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 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC Wolfram Sang
@ 2017-05-28 9:30 ` Wolfram Sang
2017-05-29 0:41 ` Kieran Bingham
2017-05-29 9:15 ` Geert Uytterhoeven
1 sibling, 2 replies; 11+ 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] 11+ 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; 11+ 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] 11+ 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: use proper name for the R-Car SoC Wolfram Sang
@ 2017-05-29 8:41 ` Sergei Shtylyov
2017-05-29 12:02 ` Wolfram Sang
2017-05-29 9:14 ` Geert Uytterhoeven
2017-05-31 19:47 ` Rob Herring
2 siblings, 1 reply; 11+ 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] 11+ 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: use proper name for the R-Car SoC Wolfram Sang
2017-05-29 8:41 ` Sergei Shtylyov
@ 2017-05-29 9:14 ` Geert Uytterhoeven
2017-05-31 19:47 ` Rob Herring
2 siblings, 0 replies; 11+ 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@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] 11+ 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; 11+ 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@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] 11+ 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; 11+ 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] 11+ 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: use proper name for the R-Car SoC Wolfram Sang
2017-05-29 8:41 ` Sergei Shtylyov
2017-05-29 9:14 ` Geert Uytterhoeven
@ 2017-05-31 19:47 ` Rob Herring
2 siblings, 0 replies; 11+ 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] 11+ 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; 11+ 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] 11+ 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; 11+ 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] 11+ messages in thread
end of thread, other threads:[~2017-06-08 13:58 UTC | newest]
Thread overview: 11+ 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 6/7] [media] soc_camera: rcar_vin: use proper name for the R-Car SoC 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
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 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).