From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751224AbdE2Omo (ORCPT ); Mon, 29 May 2017 10:42:44 -0400 Received: from mail-qk0-f179.google.com ([209.85.220.179]:35248 "EHLO mail-qk0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751182AbdE2Omm (ORCPT ); Mon, 29 May 2017 10:42:42 -0400 MIME-Version: 1.0 In-Reply-To: <20170528093051.11816-5-wsa+renesas@sang-engineering.com> References: <20170528093051.11816-1-wsa+renesas@sang-engineering.com> <20170528093051.11816-5-wsa+renesas@sang-engineering.com> From: Ulf Hansson Date: Mon, 29 May 2017 16:42:41 +0200 Message-ID: Subject: Re: [PATCH 4/7] mmc: use proper name for the R-Car SoC To: Wolfram Sang , Lee Jones Cc: Linux-Renesas , "linux-mmc@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28 May 2017 at 11:30, Wolfram Sang wrote: > It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text. > > Signed-off-by: Wolfram Sang 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 >