linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 11/13] sh: Use clkdev for sh7724 main clocks
Date: Mon, 10 May 2010 11:24:43 +0000	[thread overview]
Message-ID: <20100510112443.14587.99304.sendpatchset@t400s> (raw)

From: Magnus Damm <damm@opensource.se>

Use clkdev for sh7724 main clocks.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/sh/kernel/cpu/sh4a/clock-sh7724.c |    6 ++++++
 1 file changed, 6 insertions(+)

--- 0011/arch/sh/kernel/cpu/sh4a/clock-sh7724.c
+++ work/arch/sh/kernel/cpu/sh4a/clock-sh7724.c	2010-05-10 19:29:57.000000000 +0900
@@ -244,6 +244,12 @@ static struct clk mstp_clks[HWBLK_NR] = 
 }
 
 static struct clk_lookup lookups[] = {
+	CLKDEV_NO_DEV("rclk", &r_clk),
+	CLKDEV_NO_DEV("extal", &extal_clk),
+	CLKDEV_NO_DEV("fll_clk", &fll_clk),
+	CLKDEV_NO_DEV("pll_clk", &pll_clk),
+	CLKDEV_NO_DEV("div3_clk", &div3_clk),
+
 	CLKDEV_NO_DEV("cpu_clk", &div4_clks[DIV4_I]),
 	CLKDEV_NO_DEV("shyway_clk", &div4_clks[DIV4_SH]),
 	CLKDEV_NO_DEV("bus_clk", &div4_clks[DIV4_B]),

                 reply	other threads:[~2010-05-10 11:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20100510112443.14587.99304.sendpatchset@t400s \
    --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 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).