* [PATCH 00/04] sh: share clock framework frequency table code
@ 2009-05-25 8:10 Magnus Damm
2009-05-26 8:39 ` Paul Mundt
0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2009-05-25 8:10 UTC (permalink / raw)
To: linux-sh
sh: share clock framework frequency table code
[PATCH 01/04] sh: add pll_clk to sh7785
[PATCH 02/04] sh: add shared clock framework frequency table code
[PATCH 03/04] sh: use shared frequency tables on sh7785
[PATCH 04/04] sh: remove clk_ops->build_rate_table()
These patches modify the clkfwk topic branch with the following:
- break out sh7785 pll_clk to remove multiplier from frqmr_recalc()
- implement clk_rate_table_build() and clk_rate_table_round()
- hook in the above functions in the sh7785 code, drop ->build_rate_table()
- remove ->build_rate_table() callback since recalc() can be used instead
Signed-off-by: Magnus Damm <damm@igel.co.jp>
---
arch/sh/include/asm/clock.h | 19 ++++
arch/sh/kernel/cpu/clock.c | 77 +++++++++++++++++++
arch/sh/kernel/cpu/sh4a/clock-sh7785.c | 125 +++++++++++---------------------
3 files changed, 138 insertions(+), 83 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 00/04] sh: share clock framework frequency table code
2009-05-25 8:10 [PATCH 00/04] sh: share clock framework frequency table code Magnus Damm
@ 2009-05-26 8:39 ` Paul Mundt
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2009-05-26 8:39 UTC (permalink / raw)
To: linux-sh
On Mon, May 25, 2009 at 05:10:11PM +0900, Magnus Damm wrote:
> sh: share clock framework frequency table code
>
> [PATCH 01/04] sh: add pll_clk to sh7785
> [PATCH 02/04] sh: add shared clock framework frequency table code
> [PATCH 03/04] sh: use shared frequency tables on sh7785
> [PATCH 04/04] sh: remove clk_ops->build_rate_table()
>
> These patches modify the clkfwk topic branch with the following:
> - break out sh7785 pll_clk to remove multiplier from frqmr_recalc()
> - implement clk_rate_table_build() and clk_rate_table_round()
> - hook in the above functions in the sh7785 code, drop ->build_rate_table()
> - remove ->build_rate_table() callback since recalc() can be used instead
>
> Signed-off-by: Magnus Damm <damm@igel.co.jp>
Series applied to sh/clkfwk branch, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-26 8:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-25 8:10 [PATCH 00/04] sh: share clock framework frequency table code Magnus Damm
2009-05-26 8:39 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox