lkml.org 
[lkml]   [2012]   [Mar]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[GIT PULL 5/5] drivers/clk: common clock framework
Date
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


\
 
 \ /
  Last update: 2012-03-28 09:17    [W:3.585 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site