From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/06] Share clock framework code between SH and SH-Mobile ARM
Date: Thu, 25 Mar 2010 07:07:42 +0000 [thread overview]
Message-ID: <20100325070742.24148.57892.sendpatchset@t400s> (raw)
Share clock framework code between SH and SH-Mobile ARM
[PATCH 01/06] ARM: mach-shmobile: Makefile update for old clock code
[PATCH 02/06] sh: move sh asm/clock.h contents to linux/sh_clk.h
[PATCH 03/06] sh: move sh clock.c contents to drivers/sh/clk.c
[PATCH 04/06] sh: move sh clock-cpg.c contents to drivers/sh/clk-cpg.c
[PATCH 05/06] ARM: mach-shmobile: SH-Mobile ARM specific clock code
[PATCH 06/06] ARM: mach-shmobile: initial sh7372 clock framework
These patches moves the SH clock framework to drivers/sh so it can
be shared between SH and SH-Mobile ARM. On top of this initial clock
framework support is added for the sh7372 processor.
I expect to have to rework some and rebase most of these patches,
let me know if you have any ideas on how to share the code in a
better way.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/Kconfig | 5
arch/arm/mach-shmobile/Makefile | 16
arch/arm/mach-shmobile/board-ap4evb.c | 16
arch/arm/mach-shmobile/clock-sh7372.c | 297 +++++++++++
arch/arm/mach-shmobile/clock.c | 33 +
arch/arm/mach-shmobile/include/mach/common.h | 1
arch/arm/mach-shmobile/setup-sh7372.c | 2
arch/sh/include/asm/clock.h | 167 ------
arch/sh/kernel/cpu/Makefile | 2
arch/sh/kernel/cpu/clock-cpg.c | 291 -----------
arch/sh/kernel/cpu/clock.c | 629 -------------------------
drivers/sh/Makefile | 3
drivers/sh/clk-cpg.c | 294 +++++++++++
drivers/sh/clk.c | 650 ++++++++++++++++++++++++++
include/linux/sh_clk.h | 172 ++++++
15 files changed, 1484 insertions(+), 1094 deletions(-)
reply other threads:[~2010-03-25 7:07 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=20100325070742.24148.57892.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