* [PATCH 0/7] tree-wide: use proper 'R-Car' product name
@ 2017-05-28 9:30 Wolfram Sang
2017-05-28 9:30 ` [PATCH 2/7] i2c: use proper name for the R-Car SoC Wolfram Sang
0 siblings, 1 reply; 4+ 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] 4+ messages in thread
* [PATCH 2/7] i2c: 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:13 ` Geert Uytterhoeven
2017-06-19 14:25 ` Wolfram Sang
0 siblings, 2 replies; 4+ 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] 4+ 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: use proper name for the R-Car SoC Wolfram Sang
@ 2017-05-29 9:13 ` Geert Uytterhoeven
2017-06-19 14:25 ` Wolfram Sang
1 sibling, 0 replies; 4+ 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@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] 4+ 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: use proper name for the R-Car SoC Wolfram Sang
2017-05-29 9:13 ` Geert Uytterhoeven
@ 2017-06-19 14:25 ` Wolfram Sang
1 sibling, 0 replies; 4+ 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] 4+ messages in thread
end of thread, other threads:[~2017-06-19 14:25 UTC | newest]
Thread overview: 4+ 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 2/7] i2c: use proper name for the R-Car SoC Wolfram Sang
2017-05-29 9:13 ` Geert Uytterhoeven
2017-06-19 14:25 ` Wolfram Sang
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).