[GIT PULL 5/5] drivers/clk: common clock framework
From: Olof Johansson
Date: Wed Mar 28 2012 - 03:15:26 EST
This branch contains patches from Mike Turquette adding a common clock
framework to be shared across platforms. This is part of the work towards
building a common zImage for several ARM platforms.
-Olof
----------------------------------------------------------------
The following changes since commit 414ed6be101239798330565ce49e7ca0fdfdba04:
Merge tag 'dt2' into for-next
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/common-clk-api
for you to fetch changes up to 8fb61e33507e5d76b69467b4f96290338e96b733:
clk: make CONFIG_COMMON_CLK invisible
----------------------------------------------------------------
Arnd Bergmann (1):
clk: make CONFIG_COMMON_CLK invisible
Mike Turquette (3):
Documentation: common clk API
clk: introduce the common clock framework
clk: basic clock hardware types
Documentation/clk.txt | 233 ++++++
drivers/clk/Kconfig | 37 +
drivers/clk/Makefile | 2 +
drivers/clk/clk-divider.c | 200 +++++
drivers/clk/clk-fixed-rate.c | 82 +++
drivers/clk/clk-gate.c | 150 ++++
drivers/clk/clk-mux.c | 116 +++
drivers/clk/clk.c | 1461 +++++++++++++++++++++++++++++++++++++
include/linux/clk-private.h | 196 +++++
include/linux/clk-provider.h | 300 ++++++++
include/linux/clk.h | 68 +-
11 files changed, 2840 insertions(+), 5 deletions(-)
create mode 100644 Documentation/clk.txt
create mode 100644 drivers/clk/clk-divider.c
create mode 100644 drivers/clk/clk-fixed-rate.c
create mode 100644 drivers/clk/clk-gate.c
create mode 100644 drivers/clk/clk-mux.c
create mode 100644 drivers/clk/clk.c
create mode 100644 include/linux/clk-private.h
create mode 100644 include/linux/clk-provider.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/