linux-mmc.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 4/7] mmc: use proper name for the R-Car SoC Wolfram Sang
  0 siblings, 1 reply; 6+ 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] 6+ messages in thread

* [PATCH 4/7] mmc: 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-29 14:42   ` Ulf Hansson
  0 siblings, 2 replies; 6+ 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] 6+ 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: use proper name for the R-Car SoC Wolfram Sang
@ 2017-05-29  9:13   ` Geert Uytterhoeven
  2017-05-29 14:42   ` Ulf Hansson
  1 sibling, 0 replies; 6+ 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@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] 6+ 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: use proper name for the R-Car SoC 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; 6+ messages in thread
From: Ulf Hansson @ 2017-05-29 14:42 UTC (permalink / raw)
  To: Wolfram Sang, Lee Jones
  Cc: Linux-Renesas, linux-mmc@vger.kernel.org,
	linux-kernel@vger.kernel.org

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] 6+ 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; 6+ messages in thread
From: Lee Jones @ 2017-05-30  7:16 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: Wolfram Sang, Linux-Renesas, linux-mmc@vger.kernel.org,
	linux-kernel@vger.kernel.org

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] 6+ 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; 6+ messages in thread
From: Ulf Hansson @ 2017-05-30  9:26 UTC (permalink / raw)
  To: Lee Jones
  Cc: Wolfram Sang, Linux-Renesas, linux-mmc@vger.kernel.org,
	linux-kernel@vger.kernel.org

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

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

Thread overview: 6+ 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 4/7] mmc: use proper name for the R-Car SoC 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

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