* [PATCH 0/7] tree-wide: use proper 'R-Car' product name
@ 2017-05-28 9:30 Wolfram Sang
2017-05-28 9:30 ` [PATCH 3/7] iio: 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
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] 4+ 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 ` Wolfram Sang
2017-05-29 9:11 ` Geert Uytterhoeven
2017-05-31 19:46 ` Rob Herring
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, 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] 4+ messages in thread
* Re: [PATCH 3/7] iio: use proper name for the R-Car SoC
2017-05-28 9:30 ` [PATCH 3/7] iio: use proper name for the R-Car SoC Wolfram Sang
@ 2017-05-29 9:11 ` Geert Uytterhoeven
2017-05-31 19:46 ` Rob Herring
1 sibling, 0 replies; 4+ 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@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] 4+ messages in thread
* Re: [PATCH 3/7] iio: use proper name for the R-Car SoC
2017-05-28 9:30 ` [PATCH 3/7] iio: use proper name for the R-Car SoC Wolfram Sang
2017-05-29 9:11 ` Geert Uytterhoeven
@ 2017-05-31 19:46 ` Rob Herring
1 sibling, 0 replies; 4+ 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] 4+ messages in thread
end of thread, other threads:[~2017-05-31 19:46 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 3/7] iio: use proper name for the R-Car SoC Wolfram Sang
2017-05-29 9:11 ` Geert Uytterhoeven
2017-05-31 19:46 ` 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).