From: haojian.zhuang@gmail.com (Haojian Zhuang)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL][for 3.14] pull request for hisilicon clock driver
Date: Wed, 04 Dec 2013 19:04:46 +0800 [thread overview]
Message-ID: <529F0C4E.4080501@gmail.com> (raw)
Hi Mike,
Please help to merge this hisilicon clock driver.
Regards
Haojian
The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
are available in the git repository at:
ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/hzhuang1/linux.git
tags/clk-hisilicon
for you to fetch changes up to 0aa0c95f743a06893dbc494b2a75fbf7093330d4:
clk: hisilicon: add common clock support (2013-12-04 18:36:45 +0800)
----------------------------------------------------------------
clock driver for hisilicon
----------------------------------------------------------------
Haojian Zhuang (1):
clk: hisilicon: add common clock support
Documentation/devicetree/bindings/clock/hi3620-clock.txt | 19 +++++++
drivers/clk/Makefile | 1 +
drivers/clk/hisilicon/Makefile | 5 ++
drivers/clk/hisilicon/clk-hi3620.c | 242
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/clk/hisilicon/clk.c | 171
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/clk/hisilicon/clk.h | 103
++++++++++++++++++++++++++++++++++++
drivers/clk/hisilicon/clkgate-separated.c | 130
++++++++++++++++++++++++++++++++++++++++++++++
include/dt-bindings/clock/hi3620-clock.h | 152
+++++++++++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 823 insertions(+)
create mode 100644
Documentation/devicetree/bindings/clock/hi3620-clock.txt
create mode 100644 drivers/clk/hisilicon/Makefile
create mode 100644 drivers/clk/hisilicon/clk-hi3620.c
create mode 100644 drivers/clk/hisilicon/clk.c
create mode 100644 drivers/clk/hisilicon/clk.h
create mode 100644 drivers/clk/hisilicon/clkgate-separated.c
create mode 100644 include/dt-bindings/clock/hi3620-clock.h
next reply other threads:[~2013-12-04 11:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-04 11:04 Haojian Zhuang [this message]
2013-12-05 0:28 ` [GIT PULL][for 3.14] pull request for hisilicon clock driver Mike Turquette
2013-12-06 7:31 ` Haojian Zhuang
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=529F0C4E.4080501@gmail.com \
--to=haojian.zhuang@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.