All of lore.kernel.org
 help / color / mirror / Atom feed
From: haojian.zhuang@gmail.com (Haojian Zhuang)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v2][for 3.14] pull request for hisilicon clock
Date: Wed, 11 Dec 2013 16:47:13 +0800	[thread overview]
Message-ID: <52A82691.5030207@gmail.com> (raw)

Hi Mike,

Please help to pull request from hisilicon clock. It's used to replace 
the old request. The change is in below.

     1. Fix the git repository address link from ssh:// to git://.
     2. Append two patches to fix the wrong setting in hi3620 clock 
driver. All the fix are in the clock tables.

Best 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:

   git://git.kernel.org/pub/scm/linux/kernel/git/hzhuang1/linux.git 
tags/clk-hisilicon

for you to fetch changes up to ea010e5188dab61b64c1ad0221adc271039e7775:

   clk: hi3620: add gate clock flag (2013-12-11 16:42:23 +0800)

----------------------------------------------------------------
clk-hisilicon-for-3.14

----------------------------------------------------------------
Haojian Zhuang (3):
       clk: hisilicon: add common clock support
       clk: hi3620: fix wrong flags on divider
       clk: hi3620: add gate clock flag

  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

             reply	other threads:[~2013-12-11  8:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-11  8:47 Haojian Zhuang [this message]
2013-12-13  3:49 ` [GIT PULL v2][for 3.14] pull request for hisilicon clock Mike Turquette

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=52A82691.5030207@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.