From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/04] sh: share clock framework frequency table code
Date: Mon, 25 May 2009 08:10:11 +0000 [thread overview]
Message-ID: <20090525081011.7893.47950.sendpatchset@rx1.opensource.se> (raw)
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(-)
next reply other threads:[~2009-05-25 8:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-25 8:10 Magnus Damm [this message]
2009-05-26 8:39 ` [PATCH 00/04] sh: share clock framework frequency table code Paul Mundt
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=20090525081011.7893.47950.sendpatchset@rx1.opensource.se \
--to=magnus.damm@gmail.com \
--cc=linux-sh@vger.kernel.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.