From: mturquette@ti.com (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] clk: Add support for power of two type dividers
Date: Tue, 22 May 2012 13:26:57 -0700 [thread overview]
Message-ID: <20120522202657.GC4386@gmail.com> (raw)
In-Reply-To: <1337250134-29206-2-git-send-email-rnayak@ti.com>
On 20120517-15:52, Rajendra Nayak wrote:
> Quite often dividers and the value programmed in the
> register have a relation of 'power of two', something like
> value div
> 0 1
> 1 2
> 2 4
> 3 8...
>
> Add support for such dividers as part of clk-divider.
>
> The clk-divider flag 'CLK_DIVIDER_POWER_OF_TWO' should be used
> to define such clocks.
>
> Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Hi Rajendra,
This patch looks good to me. I'll take it into my clk-next branch
towards 3.6 since I'm done pulling stuff for 3.5.
It's good to see CLK_DIVIDER_POWER_OF_TWO finally get used :-)
Regards,
Mike
WARNING: multiple messages have this Message-ID (diff)
From: Mike Turquette <mturquette@ti.com>
To: Rajendra Nayak <rnayak@ti.com>
Cc: mturquette@linaro.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/2] clk: Add support for power of two type dividers
Date: Tue, 22 May 2012 13:26:57 -0700 [thread overview]
Message-ID: <20120522202657.GC4386@gmail.com> (raw)
In-Reply-To: <1337250134-29206-2-git-send-email-rnayak@ti.com>
On 20120517-15:52, Rajendra Nayak wrote:
> Quite often dividers and the value programmed in the
> register have a relation of 'power of two', something like
> value div
> 0 1
> 1 2
> 2 4
> 3 8...
>
> Add support for such dividers as part of clk-divider.
>
> The clk-divider flag 'CLK_DIVIDER_POWER_OF_TWO' should be used
> to define such clocks.
>
> Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Hi Rajendra,
This patch looks good to me. I'll take it into my clk-next branch
towards 3.6 since I'm done pulling stuff for 3.5.
It's good to see CLK_DIVIDER_POWER_OF_TWO finally get used :-)
Regards,
Mike
next prev parent reply other threads:[~2012-05-22 20:26 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-17 10:22 [PATCH 0/2] clk: Add support for more default divider types Rajendra Nayak
2012-05-17 10:22 ` Rajendra Nayak
2012-05-17 10:22 ` [PATCH 1/2] clk: Add support for power of two type dividers Rajendra Nayak
2012-05-17 10:22 ` Rajendra Nayak
2012-05-22 20:26 ` Mike Turquette [this message]
2012-05-22 20:26 ` Mike Turquette
2012-05-23 4:45 ` Rajendra Nayak
2012-05-23 4:45 ` Rajendra Nayak
2012-05-17 10:22 ` [PATCH 2/2] clk: Add support for rate table based dividers Rajendra Nayak
2012-05-17 10:22 ` Rajendra Nayak
2012-05-21 9:47 ` Ben Dooks
2012-05-21 9:47 ` Ben Dooks
2012-05-22 4:45 ` Rajendra Nayak
2012-05-22 4:45 ` Rajendra Nayak
2012-05-31 4:05 ` Saravana Kannan
2012-05-31 4:05 ` Saravana Kannan
2012-06-01 4:40 ` Rajendra Nayak
2012-06-01 4:40 ` Rajendra Nayak
2012-05-29 21:15 ` Turquette, Mike
2012-05-29 21:15 ` Turquette, Mike
2012-05-30 9:24 ` Rajendra Nayak
2012-05-30 9:24 ` Rajendra Nayak
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=20120522202657.GC4386@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.