From: linus.walleij@linaro.org (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] clk: nomadik: implement the Nomadik clocks properly
Date: Thu, 20 Jun 2013 10:21:37 +0200 [thread overview]
Message-ID: <CACRpkdaxdFaj_gLjDCUXeN047uf-nfmLVfxmMioh9BL6B2JryQ@mail.gmail.com> (raw)
In-Reply-To: <20130620063801.9136.80841@quantum>
On Thu, Jun 20, 2013 at 8:38 AM, Mike Turquette <mturquette@linaro.org> wrote:
> Quoting Linus Walleij (2013-06-09 03:55:47)
>> +static void pll_clk_disable(struct clk_hw *hw)
>> +{
>> + struct clk_pll *pll = to_pll(hw);
>> + u32 val;
>> +
>> + return;
>
> Is the early return intentional? Everything else looks good.
Of course not :-)
At one time it had no proper children registered so would
declock the entire system if I didn't have that in... fixed up.
> Acked-by: Mike Turquette <mturquette@linaro.org>
Thanks, sending this to ARM SoC now.
Yours,
Linus Walleij
prev parent reply other threads:[~2013-06-20 8:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-09 10:55 [PATCH 1/2] clk: nomadik: implement the Nomadik clocks properly Linus Walleij
2013-06-09 10:55 ` [PATCH 2/2] ARM: nomadik: add the new clocks to the device tree Linus Walleij
2013-06-09 14:21 ` Arnd Bergmann
[not found] ` <CAJAp7OiYZx46aWRsXc+CmS+5F0STz5P+rdYnJEoaRRMUnkD1Cg@mail.gmail.com>
2013-06-10 5:12 ` Bjorn Andersson
2013-06-10 12:29 ` Linus Walleij
2013-06-10 7:43 ` Linus Walleij
2013-06-12 13:24 ` Grant Likely
2013-06-13 8:37 ` Linus Walleij
2013-06-16 19:08 ` [PATCH 1/2] clk: nomadik: implement the Nomadik clocks properly Linus Walleij
2013-06-20 6:38 ` Mike Turquette
2013-06-20 8:21 ` Linus Walleij [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=CACRpkdaxdFaj_gLjDCUXeN047uf-nfmLVfxmMioh9BL6B2JryQ@mail.gmail.com \
--to=linus.walleij@linaro.org \
--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 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).