From: Kevin Hilman <khilman@deeprootsystems.com>
To: Sriramakrishnan <srk@ti.com>
Cc: linux-omap@vger.kernel.org, netdev@vger.kernel.org,
davinci-linux-open-source@linux.davincidsp.com
Subject: Re: [PATCH 3/4] OMAP3 : clock data: Update name string for EMAC clocks.
Date: Fri, 12 Mar 2010 15:26:45 -0800 [thread overview]
Message-ID: <8763515dfu.fsf@deeprootsystems.com> (raw)
In-Reply-To: <1268320422-32656-4-git-send-email-srk@ti.com> (Sriramakrishnan's message of "Thu\, 11 Mar 2010 20\:43\:41 +0530")
Sriramakrishnan <srk@ti.com> writes:
> The emac driver uses generic name for the module and phy
> clocks. Updated the omap3xxx_clks table to match the names
> used by the Davinci emac driver.
>
> Signed-off-by: Sriramakrishnan <srk@ti.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 d5153b6..989da2e 100644
> --- a/arch/arm/mach-omap2/clock3xxx_data.c
> +++ b/arch/arm/mach-omap2/clock3xxx_data.c
> @@ -3472,8 +3472,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", "ick", &emac_ick, CK_AM35XX),
> - CLK("davinci_emac", "fck", &emac_fck, CK_AM35XX),
> + CLK("davinci_emac", "emac_clk", &emac_ick, CK_AM35XX),
> + CLK("davinci_emac", "phy_clk", &emac_fck, CK_AM35XX),
As I mentioned in the review of the equivalent davinci changes,
I'm not crazy abou the _clk suffixes on the con_id. I think
these should be called "main" (or "emac") and "phy".
Kevin
prev parent reply other threads:[~2010-03-12 23:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-11 15:13 [PATCH 0/4] AM35xx : Add support for EMAC Peripheral Sriramakrishnan
2010-03-11 15:13 ` [PATCH 1/4] AM35xx EMAC : define submodule offsets Sriramakrishnan
2010-03-11 15:13 ` [PATCH 2/4] AM35xx : Platform specific hookup for EMAC module Sriramakrishnan
[not found] ` <1268320422-32656-3-git-send-email-srk-l0cyMroinI0@public.gmane.org>
2010-03-11 15:13 ` [PATCH 3/4] OMAP3 : clock data: Update name string for EMAC clocks Sriramakrishnan
2010-03-11 15:13 ` [PATCH 4/4] AM3517 defconfig update : enable EMAC support Sriramakrishnan
2010-03-12 2:02 ` [PATCH 3/4] OMAP3 : clock data: Update name string for EMAC clocks Paul Walmsley
2010-03-12 23:26 ` Kevin Hilman [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=8763515dfu.fsf@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=davinci-linux-open-source@linux.davincidsp.com \
--cc=linux-omap@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=srk@ti.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 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).