linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: linux-renesas-soc@vger.kernel.org
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	Lee Jones <lee.jones@linaro.org>,
	linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 4/7] mmc: use proper name for the R-Car SoC
Date: Sun, 28 May 2017 11:30:47 +0200	[thread overview]
Message-ID: <20170528093051.11816-5-wsa+renesas@sang-engineering.com> (raw)
In-Reply-To: <20170528093051.11816-1-wsa+renesas@sang-engineering.com>

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

  parent reply	other threads:[~2017-05-28  9:32 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-28  9:30 [PATCH 0/7] tree-wide: use proper 'R-Car' product name Wolfram Sang
2017-05-28  9:30 ` [PATCH 1/7] dmaengine: use proper name for the R-Car SoC Wolfram Sang
2017-05-29  9:12   ` Geert Uytterhoeven
2017-05-29 12:03     ` Wolfram Sang
2017-05-31 19:45   ` Rob Herring
2017-06-01 16:37   ` Vinod Koul
2017-05-28  9:30 ` [PATCH 2/7] i2c: " Wolfram Sang
2017-05-29  9:13   ` Geert Uytterhoeven
2017-06-19 14:25   ` Wolfram Sang
2017-05-28  9:30 ` [PATCH 3/7] iio: " Wolfram Sang
2017-05-29  9:11   ` Geert Uytterhoeven
2017-05-31 19:46   ` Rob Herring
2017-05-28  9:30 ` Wolfram Sang [this message]
2017-05-29  9:13   ` [PATCH 4/7] mmc: " Geert Uytterhoeven
2017-05-29 14:42   ` Ulf Hansson
2017-05-30  7:16     ` Lee Jones
2017-05-30  9:26       ` Ulf Hansson
2017-05-28  9:30 ` [PATCH 5/7] pci: " Wolfram Sang
2017-05-29  9:13   ` Geert Uytterhoeven
2017-05-30  8:41     ` Simon Horman
2017-05-30 21:39   ` Bjorn Helgaas
2017-05-28  9:30 ` [PATCH 6/7] [media] soc_camera: rcar_vin: " 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170528093051.11816-5-wsa+renesas@sang-engineering.com \
    --to=wsa+renesas@sang-engineering.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=ulf.hansson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).