linux-pci.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 5/7] pci: use proper name for the R-Car SoC Wolfram Sang
  0 siblings, 1 reply; 5+ 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] 5+ 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 ` Wolfram Sang
  2017-05-29  9:13   ` Geert Uytterhoeven
  2017-05-30 21:39   ` Bjorn Helgaas
  0 siblings, 2 replies; 5+ 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] 5+ 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: use proper name for the R-Car SoC 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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: use proper name for the R-Car SoC Wolfram Sang
  2017-05-29  9:13   ` Geert Uytterhoeven
@ 2017-05-30 21:39   ` Bjorn Helgaas
  1 sibling, 0 replies; 5+ 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] 5+ messages in thread

end of thread, other threads:[~2017-05-30 21:39 UTC | newest]

Thread overview: 5+ 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 5/7] pci: use proper name for the R-Car SoC Wolfram Sang
2017-05-29  9:13   ` Geert Uytterhoeven
2017-05-30  8:41     ` Simon Horman
2017-05-30 21:39   ` Bjorn Helgaas

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