From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 06/12] ARM: shmobile: r8a7778: add MMCIF support
Date: Thu, 16 May 2013 15:02:01 +0000 [thread overview]
Message-ID: <5194F4E9.20600@cogentembedded.com> (raw)
In-Reply-To: <87a9nvwg30.wl%kuninori.morimoto.gx@renesas.com>
Hello.
On 16-05-2013 11:15, Kuninori Morimoto wrote:
> Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> arch/arm/mach-shmobile/clock-r8a7778.c | 3 +++
> arch/arm/mach-shmobile/include/mach/r8a7778.h | 2 ++
> arch/arm/mach-shmobile/setup-r8a7778.c | 13 +++++++++++++
> 3 files changed, 18 insertions(+)
> diff --git a/arch/arm/mach-shmobile/clock-r8a7778.c b/arch/arm/mach-shmobile/clock-r8a7778.c
> index c2c1895..842aed7 100644
> --- a/arch/arm/mach-shmobile/clock-r8a7778.c
> +++ b/arch/arm/mach-shmobile/clock-r8a7778.c
[...]
> @@ -137,6 +139,7 @@ static struct clk_lookup lookups[] = {
> CLKDEV_CON_ID("peripheral_clk", &p_clk),
>
> /* MSTP32 clocks */
> + CLKDEV_DEV_ID("sh_mmcif", &mstp_clks[MSTP331]), /* MMC */
Either you align the second argument with others or you use single
space.
> CLKDEV_DEV_ID("sh_mobile_sdhi.0", &mstp_clks[MSTP323]), /* SDHI0 */
> CLKDEV_DEV_ID("sh_mobile_sdhi.1", &mstp_clks[MSTP322]), /* SDHI1 */
> CLKDEV_DEV_ID("sh_mobile_sdhi.2", &mstp_clks[MSTP321]), /* SDHI2 */
> diff --git a/arch/arm/mach-shmobile/setup-r8a7778.c b/arch/arm/mach-shmobile/setup-r8a7778.c
> index 8f011cb..b0cc4ba 100644
> --- a/arch/arm/mach-shmobile/setup-r8a7778.c
> +++ b/arch/arm/mach-shmobile/setup-r8a7778.c
> @@ -220,6 +220,19 @@ void __init r8a7778_add_hspi_device(int id)
> hspi_resources + (2 * id), 2);
> }
>
> +/* MMC */
> +static struct resource mmc_resources[] = {
You can annotate this with '__initdata', these resources will be
kmemdup()'ed when registering the device anyway.
> + DEFINE_RES_MEM(0xffe4e000, 0x100),
> + DEFINE_RES_IRQ(gic_iid(0x5d)),
> +};
> +
> +void __init r8a7778_add_mmc_device(struct sh_mmcif_plat_data *info)
> +{
> + platform_device_register_resndata(
> + &platform_bus, "sh_mmcif", -1,
> + mmc_resources, ARRAY_SIZE(mmc_resources),
> + info, sizeof(*info));
> +}
WBR, Sergei
prev parent reply other threads:[~2013-05-16 15:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-16 7:15 [PATCH 06/12] ARM: shmobile: r8a7778: add MMCIF support Kuninori Morimoto
2013-05-16 15:02 ` Sergei Shtylyov [this message]
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=5194F4E9.20600@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=linux-sh@vger.kernel.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).