All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yegor Yefremov <yegor_sub1@visionsystems.de>
To: Tony Lindgren <tony@atomide.com>
Cc: Ilya Yanok <yanok@emcraft.com>,
	linux-omap@vger.kernel.org, sasha_d@emcraft.com,
	Paul Walmsley <paul@pwsan.com>
Subject: Re: [PATCH] OMAP3: clock3xxx_data: change EMAC clocks aliases
Date: Mon, 06 Feb 2012 09:27:15 +0100	[thread overview]
Message-ID: <4F2F8EE3.1050305@visionsystems.de> (raw)
In-Reply-To: <1324423634-32581-1-git-send-email-yanok@emcraft.com>

Am 21.12.2011 00:27, schrieb Ilya Yanok:
> Rename EMAC clocks to match driver expectations: both davinci_emac and
> davinci_mdio drivers call clk_get(dev, NULL) so we have to provide
> ("davinci_emac", NULL) and ("davinci_mdio.0", NULL) clocks instead of
> ("davinci_emac", "emac_clk") and ("davinci_emac", "phy_clk") resp.
> 
> CC: Paul Walmsley <paul@pwsan.com>
> Signed-off-by: Ilya Yanok <yanok@emcraft.com>
> ---
>  arch/arm/mach-omap2/clock3xxx_data.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c
> index d75e5f6..1a60661 100644
> --- a/arch/arm/mach-omap2/clock3xxx_data.c
> +++ b/arch/arm/mach-omap2/clock3xxx_data.c
> @@ -3465,8 +3465,8 @@ static struct omap_clk omap3xxx_clks[] = {
>  	CLK(NULL,	"ipss_ick",	&ipss_ick,	CK_AM35XX),
>  	CLK(NULL,	"rmii_ck",	&rmii_ck,	CK_AM35XX),
>  	CLK(NULL,	"pclk_ck",	&pclk_ck,	CK_AM35XX),
> -	CLK("davinci_emac",	"emac_clk",	&emac_ick,	CK_AM35XX),
> -	CLK("davinci_emac",	"phy_clk",	&emac_fck,	CK_AM35XX),
> +	CLK("davinci_emac",	NULL,	&emac_ick,	CK_AM35XX),
> +	CLK("davinci_mdio.0",	NULL,	&emac_fck,	CK_AM35XX),
>  	CLK("vpfe-capture",	"master",	&vpfe_ick,	CK_AM35XX),
>  	CLK("vpfe-capture",	"slave",	&vpfe_fck,	CK_AM35XX),
>  	CLK("musb-am35x",	"ick",		&hsotgusb_ick_am35xx,	CK_AM35XX),

Tested-by: Yegor Yefremov <yegorslists@googlemail.com>

  reply	other threads:[~2012-02-06  8:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-20 23:27 [PATCH] OMAP3: clock3xxx_data: change EMAC clocks aliases Ilya Yanok
2012-02-06  8:27 ` Yegor Yefremov [this message]
2012-02-09 19:09   ` Matt Porter
2012-02-09 19:45     ` Paul Walmsley
2012-02-09 20:11       ` Matt Porter
2012-02-09 20:20         ` Paul Walmsley
2012-02-09 21:03           ` Matt Porter

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=4F2F8EE3.1050305@visionsystems.de \
    --to=yegor_sub1@visionsystems.de \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=sasha_d@emcraft.com \
    --cc=tony@atomide.com \
    --cc=yanok@emcraft.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.