* [PATCH 00/06] Share clock framework code between SH and SH-Mobile ARM
@ 2010-03-25 7:07 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2010-03-25 7:07 UTC (permalink / raw)
To: linux-sh
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-25 7:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-25 7:07 [PATCH 00/06] Share clock framework code between SH and SH-Mobile ARM Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox