linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/5] clk: mmp: add clock framework for mmp
@ 2012-08-16  2:20 Chao Xie
  2012-08-16  2:20 ` [PATCH V2 1/5] clk: mmp: add mmp specific clocks Chao Xie
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Chao Xie @ 2012-08-16  2:20 UTC (permalink / raw)
  To: haojian.zhuang, mturquette, viresh.linux, s.hauer, chao.xie,
	linux-kernel, linux-arm-kernel, arnd

From: Chao Xie <chao.xie@marvell.com>

v1->v2:
replace __raw_xxx with xxx_relax
use ioremap to remap the registers. Finaly it will use device tree to
get the physical address.
do not use macro to register clocks, and directly call the functions.

Chao Xie (5):
  clk: mmp: add mmp specific clocks
  clk: mmp: add clock definition for pxa168
  clk: mmp: add clock definition for pxa910
  clk: mmp: add clock definition for mmp2
  arm: mmp: make all SOCs use common clock by default

 arch/arm/mach-mmp/Kconfig    |    3 +
 drivers/clk/Makefile         |    3 +
 drivers/clk/mmp/Makefile     |    9 +
 drivers/clk/mmp/clk-apbc.c   |  152 ++++++++++++
 drivers/clk/mmp/clk-apmu.c   |   97 ++++++++
 drivers/clk/mmp/clk-frac.c   |  153 ++++++++++++
 drivers/clk/mmp/clk-mmp2.c   |  544 ++++++++++++++++++++++++++++++++++++++++++
 drivers/clk/mmp/clk-pxa168.c |  414 ++++++++++++++++++++++++++++++++
 drivers/clk/mmp/clk-pxa910.c |  361 ++++++++++++++++++++++++++++
 drivers/clk/mmp/clk.h        |   35 +++
 10 files changed, 1771 insertions(+), 0 deletions(-)
 create mode 100644 drivers/clk/mmp/Makefile
 create mode 100644 drivers/clk/mmp/clk-apbc.c
 create mode 100644 drivers/clk/mmp/clk-apmu.c
 create mode 100644 drivers/clk/mmp/clk-frac.c
 create mode 100644 drivers/clk/mmp/clk-mmp2.c
 create mode 100644 drivers/clk/mmp/clk-pxa168.c
 create mode 100644 drivers/clk/mmp/clk-pxa910.c
 create mode 100644 drivers/clk/mmp/clk.h


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-08-16  2:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-16  2:20 [PATCH V2 0/5] clk: mmp: add clock framework for mmp Chao Xie
2012-08-16  2:20 ` [PATCH V2 1/5] clk: mmp: add mmp specific clocks Chao Xie
2012-08-16  2:20 ` [PATCH V2 2/5] clk: mmp: add clock definition for pxa168 Chao Xie
2012-08-16  2:20 ` [PATCH V2 3/5] clk: mmp: add clock definition for pxa910 Chao Xie
2012-08-16  2:20 ` [PATCH V2 4/5] clk: mmp: add clock definition for mmp2 Chao Xie
2012-08-16  2:20 ` [PATCH V2 5/5] arm: mmp: make all SOCs use common clock by default Chao Xie

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).