linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL][for 3.14] pull request for hisilicon clock driver
@ 2013-12-04 11:04 Haojian Zhuang
  2013-12-05  0:28 ` Mike Turquette
  0 siblings, 1 reply; 3+ messages in thread
From: Haojian Zhuang @ 2013-12-04 11:04 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

* [GIT PULL][for 3.14] pull request for hisilicon clock driver
  2013-12-04 11:04 [GIT PULL][for 3.14] pull request for hisilicon clock driver Haojian Zhuang
@ 2013-12-05  0:28 ` Mike Turquette
  2013-12-06  7:31   ` Haojian Zhuang
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Turquette @ 2013-12-05  0:28 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Dec 4, 2013 at 3:04 AM, Haojian Zhuang <haojian.zhuang@gmail.com> wrote:
> 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

Is there an anonymous ssh user that I can use to pull this? Otherwise
I cannot authenticate ;-)

Alternatively you could provide an https:// or git:// URI for me to pull.

Thanks!
Mike

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

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

* [GIT PULL][for 3.14] pull request for hisilicon clock driver
  2013-12-05  0:28 ` Mike Turquette
@ 2013-12-06  7:31   ` Haojian Zhuang
  0 siblings, 0 replies; 3+ messages in thread
From: Haojian Zhuang @ 2013-12-06  7:31 UTC (permalink / raw)
  To: linux-arm-kernel

On 12/05/2013 08:28 AM, Mike Turquette wrote:
> On Wed, Dec 4, 2013 at 3:04 AM, Haojian Zhuang <haojian.zhuang@gmail.com> wrote:
>> 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
>
> Is there an anonymous ssh user that I can use to pull this? Otherwise
> I cannot authenticate ;-)
>
> Alternatively you could provide an https:// or git:// URI for me to pull.
>
> Thanks!
> Mike
>

I'm sorry that I didn't notice the ssh protocol at here. Please use 
these links instead.

git://git.kernel.org/pub/scm/linux/kernel/git/hzhuang1/linux.git
or
https://git.kernel.org/pub/scm/linux/kernel/git/hzhuang1/linux.git
or
https://kernel.googlesource.com/pub/scm/linux/kernel/git/hzhuang1/linux.git

Thanks
Haojian

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

end of thread, other threads:[~2013-12-06  7:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-04 11:04 [GIT PULL][for 3.14] pull request for hisilicon clock driver Haojian Zhuang
2013-12-05  0:28 ` Mike Turquette
2013-12-06  7:31   ` Haojian Zhuang

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