All of lore.kernel.org
 help / color / mirror / Atom feed
From: mturquette@ti.com (Turquette, Mike)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: SPEAr600: Fix ethernet clock name for DT based probing
Date: Tue, 15 May 2012 23:07:04 -0700	[thread overview]
Message-ID: <CAJOA=zMJBgEG=w2eby=OmNjYmHaLLvayFiOE=wJtgBTM=8U5MA@mail.gmail.com> (raw)
In-Reply-To: <CAOh2x==qiy7LHd_pyDX67vhcM91obPsVuinhBJ_WxWv+UJBFvw@mail.gmail.com>

On Tue, May 15, 2012 at 10:56 PM, viresh kumar <viresh.linux@gmail.com> wrote:
>
> On May 16, 2012 10:32 AM, "Turquette, Mike" <mturquette@ti.com> wrote:
>>
>> On Sun, May 13, 2012 at 8:34 PM, Viresh Kumar <viresh.kumar@st.com> wrote:
>> > On 5/11/2012 2:11 PM, Stefan Roese wrote:
>> >> diff --git a/drivers/clk/spear/spear6xx_clock.c
>> >> b/drivers/clk/spear/spear6xx_clock.c
>> >> index f9a20b3..bf33c1d 100644
>> >> --- a/drivers/clk/spear/spear6xx_clock.c
>> >> +++ b/drivers/clk/spear/spear6xx_clock.c
>> >> @@ -298,7 +298,7 @@ void __init spear6xx_clk_init(void)
>> >>
>> >> ? ? ? clk = clk_register_gate(NULL, "gmac_clk", "ahb_clk", 0,
>> >> PERIP1_CLK_ENB,
>> >> ? ? ? ? ? ? ? ? ? ? ? GMAC_CLK_ENB, 0, &_lock);
>> >> - ? ? clk_register_clkdev(clk, NULL, "gmac");
>> >> + ? ? clk_register_clkdev(clk, NULL, "e0800000.ethernet");
>> >>
>> >> ? ? ? clk = clk_register_gate(NULL, "i2c_clk", "ahb_clk", 0,
>> >> PERIP1_CLK_ENB,
>> >> ? ? ? ? ? ? ? ? ? ? ? I2C_CLK_ENB, 0, &_lock);
>> >
>> > Acked-by: Viresh Kumar <viresh.kumar@st.com>
>>
>> Do you want me to take this? ?Spear didn't originally go through me
>> but I can take it if that is the intent.
>>
>
> Sure. Go ahead.

Oops.  I'm working too late.  Wasn't thinking.

I don't have spear in my clk-next branch (since clk-next is stable and
the spear clock stuff went straight to arm-soc).  Instead of having me
make a new branch based on arm-soc's latest can you just send this
Arnd/Olof?

Thanks,
Mike

  reply	other threads:[~2012-05-16  6:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-11  8:41 [PATCH] clk: SPEAr600: Fix ethernet clock name for DT based probing Stefan Roese
2012-05-14  3:34 ` Viresh Kumar
2012-05-16  4:58   ` Turquette, Mike
2012-05-16  5:56     ` viresh kumar
2012-05-16  6:07       ` Turquette, Mike [this message]
2012-06-06  6:46       ` Stefan Roese
2012-06-18  9:09         ` Stefan Roese
2012-06-18 17:20           ` Mike Turquette
2012-06-19  5:19             ` Stefan Roese
2012-06-19 11:18             ` Arnd Bergmann
2012-06-19 11:34               ` Stefan Roese

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='CAJOA=zMJBgEG=w2eby=OmNjYmHaLLvayFiOE=wJtgBTM=8U5MA@mail.gmail.com' \
    --to=mturquette@ti.com \
    --cc=linux-arm-kernel@lists.infradead.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 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.