All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Amlogic clock driver updates for 4.15
@ 2017-10-20  8:41 ` Neil Armstrong
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2017-10-20  8:41 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: jbrunet, linux-clk, open list:ARM/Amlogic Meson..., linux-arm-kernel

Hi Mike, Stephen,

Below is a request to pull the Amlogic clock driver updates for 4.15.

Thanks,
Neil

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://github.com/baylibre/clk-meson.git tags/meson-clk-for-4.15

for you to fetch changes up to 762a1f2098b2fd4f84ccdb62d5747fff1ad7f816:

  clk: meson: gxbb: Add VPU and VAPB clocks data (2017-10-20 10:34:49 +0200)

----------------------------------------------------------------
Amlogic clock changes for 4.15

- Addition of Video Processing Unit VPU and VAPB clocks

----------------------------------------------------------------
Neil Armstrong (2):
      clk: meson: gxbb: Add VPU and VAPB clockids
      clk: meson: gxbb: Add VPU and VAPB clocks data

 drivers/clk/meson/gxbb.c              | 292 ++++++++++++++++++++++++++++++++++
 drivers/clk/meson/gxbb.h              |   6 +-
 include/dt-bindings/clock/gxbb-clkc.h |  11 ++
 3 files changed, 308 insertions(+), 1 deletion(-)

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

* [GIT PULL] Amlogic clock driver updates for 4.15
@ 2017-10-20  8:41 ` Neil Armstrong
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2017-10-20  8:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Mike, Stephen,

Below is a request to pull the Amlogic clock driver updates for 4.15.

Thanks,
Neil

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://github.com/baylibre/clk-meson.git tags/meson-clk-for-4.15

for you to fetch changes up to 762a1f2098b2fd4f84ccdb62d5747fff1ad7f816:

  clk: meson: gxbb: Add VPU and VAPB clocks data (2017-10-20 10:34:49 +0200)

----------------------------------------------------------------
Amlogic clock changes for 4.15

- Addition of Video Processing Unit VPU and VAPB clocks

----------------------------------------------------------------
Neil Armstrong (2):
      clk: meson: gxbb: Add VPU and VAPB clockids
      clk: meson: gxbb: Add VPU and VAPB clocks data

 drivers/clk/meson/gxbb.c              | 292 ++++++++++++++++++++++++++++++++++
 drivers/clk/meson/gxbb.h              |   6 +-
 include/dt-bindings/clock/gxbb-clkc.h |  11 ++
 3 files changed, 308 insertions(+), 1 deletion(-)

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

* [GIT PULL] Amlogic clock driver updates for 4.15
@ 2017-10-20  8:41 ` Neil Armstrong
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2017-10-20  8:41 UTC (permalink / raw)
  To: linus-amlogic

Hi Mike, Stephen,

Below is a request to pull the Amlogic clock driver updates for 4.15.

Thanks,
Neil

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://github.com/baylibre/clk-meson.git tags/meson-clk-for-4.15

for you to fetch changes up to 762a1f2098b2fd4f84ccdb62d5747fff1ad7f816:

  clk: meson: gxbb: Add VPU and VAPB clocks data (2017-10-20 10:34:49 +0200)

----------------------------------------------------------------
Amlogic clock changes for 4.15

- Addition of Video Processing Unit VPU and VAPB clocks

----------------------------------------------------------------
Neil Armstrong (2):
      clk: meson: gxbb: Add VPU and VAPB clockids
      clk: meson: gxbb: Add VPU and VAPB clocks data

 drivers/clk/meson/gxbb.c              | 292 ++++++++++++++++++++++++++++++++++
 drivers/clk/meson/gxbb.h              |   6 +-
 include/dt-bindings/clock/gxbb-clkc.h |  11 ++
 3 files changed, 308 insertions(+), 1 deletion(-)

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

* Re: [GIT PULL] Amlogic clock driver updates for 4.15
  2017-10-20  8:41 ` Neil Armstrong
  (?)
@ 2017-11-02  5:35   ` Stephen Boyd
  -1 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2017-11-02  5:35 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Michael Turquette, jbrunet, linux-clk,
	open list:ARM/Amlogic Meson...,
	linux-arm-kernel

On 10/20, Neil Armstrong wrote:
> Hi Mike, Stephen,
> 
> Below is a request to pull the Amlogic clock driver updates for 4.15.
> 
> Thanks,
> Neil
> 
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
> 
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/baylibre/clk-meson.git tags/meson-clk-for-4.15
> 
> for you to fetch changes up to 762a1f2098b2fd4f84ccdb62d5747fff1ad7f816:
> 
>   clk: meson: gxbb: Add VPU and VAPB clocks data (2017-10-20 10:34:49 +0200)
> 

Thanks. Pulled.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

* [GIT PULL] Amlogic clock driver updates for 4.15
@ 2017-11-02  5:35   ` Stephen Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2017-11-02  5:35 UTC (permalink / raw)
  To: linux-arm-kernel

On 10/20, Neil Armstrong wrote:
> Hi Mike, Stephen,
> 
> Below is a request to pull the Amlogic clock driver updates for 4.15.
> 
> Thanks,
> Neil
> 
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
> 
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/baylibre/clk-meson.git tags/meson-clk-for-4.15
> 
> for you to fetch changes up to 762a1f2098b2fd4f84ccdb62d5747fff1ad7f816:
> 
>   clk: meson: gxbb: Add VPU and VAPB clocks data (2017-10-20 10:34:49 +0200)
> 

Thanks. Pulled.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

* [GIT PULL] Amlogic clock driver updates for 4.15
@ 2017-11-02  5:35   ` Stephen Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2017-11-02  5:35 UTC (permalink / raw)
  To: linus-amlogic

On 10/20, Neil Armstrong wrote:
> Hi Mike, Stephen,
> 
> Below is a request to pull the Amlogic clock driver updates for 4.15.
> 
> Thanks,
> Neil
> 
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
> 
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
> 
> are available in the git repository at:
> 
>   git://github.com/baylibre/clk-meson.git tags/meson-clk-for-4.15
> 
> for you to fetch changes up to 762a1f2098b2fd4f84ccdb62d5747fff1ad7f816:
> 
>   clk: meson: gxbb: Add VPU and VAPB clocks data (2017-10-20 10:34:49 +0200)
> 

Thanks. Pulled.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2017-11-02  5:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-20  8:41 [GIT PULL] Amlogic clock driver updates for 4.15 Neil Armstrong
2017-10-20  8:41 ` Neil Armstrong
2017-10-20  8:41 ` Neil Armstrong
2017-11-02  5:35 ` Stephen Boyd
2017-11-02  5:35   ` Stephen Boyd
2017-11-02  5:35   ` Stephen Boyd

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.