All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Amlogic clock driver updates for 4.14
@ 2017-08-04 16:18 ` Neil Armstrong
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2017-08-04 16:18 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.14.

Thanks,
Neil

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to 62ec0b9754aced0b4c02694886cbe9bfd3d00f2f:

  clk: meson: gxbb-aoclk: Add CEC 32k clock (2017-08-04 18:02:02 +0200)

----------------------------------------------------------------
Amlogic clock driver updates for 4.14

* meson8b: add the reset controller to the clkc
* meson: expose all clk ids
* gxbb-aoclk: Add CEC 32k clock
* gxbb: add mmc input 0 clocks
* meson: fix protection against undefined clks
* gxbb: fix audio divider flags

----------------------------------------------------------------
Jerome Brunet (8):
      clk: meson: meson8b: fix protection against undefined clks
      clk: meson: gxbb: fix protection against undefined clks
      clk: meson8b: expose every clock in the bindings
      clk: meson-gxbb: expose almost every clock in the bindings
      clk: meson: gxbb: Add sd_emmc clk0 clkids
      clk: meson: gxbb: fix meson cts_amclk divider flags
      clk: meson: gxbb: fix clk_mclk_i958 divider flags
      clk: meson: gxbb: Add sd_emmc clk0 clocks

Martin Blumenstingl (2):
      dt-bindings: clock: meson8b: describe the embedded reset controller
      clk: meson: meson8b: register the built-in reset controller

Neil Armstrong (4):
      dt-bindings: clock: gxbb-aoclk: Add CEC 32k clock
      dt-bindings: clock: amlogic, gxbb-aoclkc: Update bindings
      clk: meson: gxbb-aoclk: Switch to regmap for register access
      clk: meson: gxbb-aoclk: Add CEC 32k clock

 .../bindings/clock/amlogic,gxbb-aoclkc.txt         |  22 ++-
 .../bindings/clock/amlogic,meson8b-clkc.txt        |   9 +-
 drivers/clk/meson/Kconfig                          |   1 +
 drivers/clk/meson/Makefile                         |   2 +-
 drivers/clk/meson/gxbb-aoclk-32k.c                 | 194 +++++++++++++++++++++
 drivers/clk/meson/gxbb-aoclk-regmap.c              |  46 +++++
 drivers/clk/meson/gxbb-aoclk.c                     |  65 ++++---
 drivers/clk/meson/gxbb-aoclk.h                     |  42 +++++
 drivers/clk/meson/gxbb.c                           | 189 +++++++++++++++++++-
 drivers/clk/meson/gxbb.h                           | 125 ++-----------
 drivers/clk/meson/meson8b.c                        | 160 +++++++++++++++--
 drivers/clk/meson/meson8b.h                        | 112 ++----------
 include/dt-bindings/clock/gxbb-aoclkc.h            |   1 +
 include/dt-bindings/clock/gxbb-clkc.h              |  63 +++++++
 include/dt-bindings/clock/meson8b-clkc.h           |  70 ++++++++
 .../dt-bindings/reset/amlogic,meson8b-clkc-reset.h |  27 +++
 16 files changed, 870 insertions(+), 258 deletions(-)
 create mode 100644 drivers/clk/meson/gxbb-aoclk-32k.c
 create mode 100644 drivers/clk/meson/gxbb-aoclk-regmap.c
 create mode 100644 drivers/clk/meson/gxbb-aoclk.h
 create mode 100644 include/dt-bindings/reset/amlogic,meson8b-clkc-reset.h

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

* [GIT PULL] Amlogic clock driver updates for 4.14
@ 2017-08-04 16:18 ` Neil Armstrong
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2017-08-04 16:18 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Mike, Stephen,

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

Thanks,
Neil

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to 62ec0b9754aced0b4c02694886cbe9bfd3d00f2f:

  clk: meson: gxbb-aoclk: Add CEC 32k clock (2017-08-04 18:02:02 +0200)

----------------------------------------------------------------
Amlogic clock driver updates for 4.14

* meson8b: add the reset controller to the clkc
* meson: expose all clk ids
* gxbb-aoclk: Add CEC 32k clock
* gxbb: add mmc input 0 clocks
* meson: fix protection against undefined clks
* gxbb: fix audio divider flags

----------------------------------------------------------------
Jerome Brunet (8):
      clk: meson: meson8b: fix protection against undefined clks
      clk: meson: gxbb: fix protection against undefined clks
      clk: meson8b: expose every clock in the bindings
      clk: meson-gxbb: expose almost every clock in the bindings
      clk: meson: gxbb: Add sd_emmc clk0 clkids
      clk: meson: gxbb: fix meson cts_amclk divider flags
      clk: meson: gxbb: fix clk_mclk_i958 divider flags
      clk: meson: gxbb: Add sd_emmc clk0 clocks

Martin Blumenstingl (2):
      dt-bindings: clock: meson8b: describe the embedded reset controller
      clk: meson: meson8b: register the built-in reset controller

Neil Armstrong (4):
      dt-bindings: clock: gxbb-aoclk: Add CEC 32k clock
      dt-bindings: clock: amlogic, gxbb-aoclkc: Update bindings
      clk: meson: gxbb-aoclk: Switch to regmap for register access
      clk: meson: gxbb-aoclk: Add CEC 32k clock

 .../bindings/clock/amlogic,gxbb-aoclkc.txt         |  22 ++-
 .../bindings/clock/amlogic,meson8b-clkc.txt        |   9 +-
 drivers/clk/meson/Kconfig                          |   1 +
 drivers/clk/meson/Makefile                         |   2 +-
 drivers/clk/meson/gxbb-aoclk-32k.c                 | 194 +++++++++++++++++++++
 drivers/clk/meson/gxbb-aoclk-regmap.c              |  46 +++++
 drivers/clk/meson/gxbb-aoclk.c                     |  65 ++++---
 drivers/clk/meson/gxbb-aoclk.h                     |  42 +++++
 drivers/clk/meson/gxbb.c                           | 189 +++++++++++++++++++-
 drivers/clk/meson/gxbb.h                           | 125 ++-----------
 drivers/clk/meson/meson8b.c                        | 160 +++++++++++++++--
 drivers/clk/meson/meson8b.h                        | 112 ++----------
 include/dt-bindings/clock/gxbb-aoclkc.h            |   1 +
 include/dt-bindings/clock/gxbb-clkc.h              |  63 +++++++
 include/dt-bindings/clock/meson8b-clkc.h           |  70 ++++++++
 .../dt-bindings/reset/amlogic,meson8b-clkc-reset.h |  27 +++
 16 files changed, 870 insertions(+), 258 deletions(-)
 create mode 100644 drivers/clk/meson/gxbb-aoclk-32k.c
 create mode 100644 drivers/clk/meson/gxbb-aoclk-regmap.c
 create mode 100644 drivers/clk/meson/gxbb-aoclk.h
 create mode 100644 include/dt-bindings/reset/amlogic,meson8b-clkc-reset.h

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

* [GIT PULL] Amlogic clock driver updates for 4.14
@ 2017-08-04 16:18 ` Neil Armstrong
  0 siblings, 0 replies; 6+ messages in thread
From: Neil Armstrong @ 2017-08-04 16:18 UTC (permalink / raw)
  To: linus-amlogic

Hi Mike, Stephen,

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

Thanks,
Neil

The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:

  Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to 62ec0b9754aced0b4c02694886cbe9bfd3d00f2f:

  clk: meson: gxbb-aoclk: Add CEC 32k clock (2017-08-04 18:02:02 +0200)

----------------------------------------------------------------
Amlogic clock driver updates for 4.14

* meson8b: add the reset controller to the clkc
* meson: expose all clk ids
* gxbb-aoclk: Add CEC 32k clock
* gxbb: add mmc input 0 clocks
* meson: fix protection against undefined clks
* gxbb: fix audio divider flags

----------------------------------------------------------------
Jerome Brunet (8):
      clk: meson: meson8b: fix protection against undefined clks
      clk: meson: gxbb: fix protection against undefined clks
      clk: meson8b: expose every clock in the bindings
      clk: meson-gxbb: expose almost every clock in the bindings
      clk: meson: gxbb: Add sd_emmc clk0 clkids
      clk: meson: gxbb: fix meson cts_amclk divider flags
      clk: meson: gxbb: fix clk_mclk_i958 divider flags
      clk: meson: gxbb: Add sd_emmc clk0 clocks

Martin Blumenstingl (2):
      dt-bindings: clock: meson8b: describe the embedded reset controller
      clk: meson: meson8b: register the built-in reset controller

Neil Armstrong (4):
      dt-bindings: clock: gxbb-aoclk: Add CEC 32k clock
      dt-bindings: clock: amlogic, gxbb-aoclkc: Update bindings
      clk: meson: gxbb-aoclk: Switch to regmap for register access
      clk: meson: gxbb-aoclk: Add CEC 32k clock

 .../bindings/clock/amlogic,gxbb-aoclkc.txt         |  22 ++-
 .../bindings/clock/amlogic,meson8b-clkc.txt        |   9 +-
 drivers/clk/meson/Kconfig                          |   1 +
 drivers/clk/meson/Makefile                         |   2 +-
 drivers/clk/meson/gxbb-aoclk-32k.c                 | 194 +++++++++++++++++++++
 drivers/clk/meson/gxbb-aoclk-regmap.c              |  46 +++++
 drivers/clk/meson/gxbb-aoclk.c                     |  65 ++++---
 drivers/clk/meson/gxbb-aoclk.h                     |  42 +++++
 drivers/clk/meson/gxbb.c                           | 189 +++++++++++++++++++-
 drivers/clk/meson/gxbb.h                           | 125 ++-----------
 drivers/clk/meson/meson8b.c                        | 160 +++++++++++++++--
 drivers/clk/meson/meson8b.h                        | 112 ++----------
 include/dt-bindings/clock/gxbb-aoclkc.h            |   1 +
 include/dt-bindings/clock/gxbb-clkc.h              |  63 +++++++
 include/dt-bindings/clock/meson8b-clkc.h           |  70 ++++++++
 .../dt-bindings/reset/amlogic,meson8b-clkc-reset.h |  27 +++
 16 files changed, 870 insertions(+), 258 deletions(-)
 create mode 100644 drivers/clk/meson/gxbb-aoclk-32k.c
 create mode 100644 drivers/clk/meson/gxbb-aoclk-regmap.c
 create mode 100644 drivers/clk/meson/gxbb-aoclk.h
 create mode 100644 include/dt-bindings/reset/amlogic,meson8b-clkc-reset.h

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

* Re: [GIT PULL] Amlogic clock driver updates for 4.14
  2017-08-04 16:18 ` Neil Armstrong
  (?)
@ 2017-08-23 22:38   ` Stephen Boyd
  -1 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2017-08-23 22:38 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Michael Turquette, jbrunet, linux-clk,
	open list:ARM/Amlogic Meson...,
	linux-arm-kernel

On 08/04, Neil Armstrong wrote:
> Hi Mike, Stephen,
> 
> Below is a request to pull the Amlogic clock driver updates for 4.14.
> 
> 

Thanks. Pulled into clk-next.

-- 
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.14
@ 2017-08-23 22:38   ` Stephen Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2017-08-23 22:38 UTC (permalink / raw)
  To: linux-arm-kernel

On 08/04, Neil Armstrong wrote:
> Hi Mike, Stephen,
> 
> Below is a request to pull the Amlogic clock driver updates for 4.14.
> 
> 

Thanks. Pulled into clk-next.

-- 
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.14
@ 2017-08-23 22:38   ` Stephen Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2017-08-23 22:38 UTC (permalink / raw)
  To: linus-amlogic

On 08/04, Neil Armstrong wrote:
> Hi Mike, Stephen,
> 
> Below is a request to pull the Amlogic clock driver updates for 4.14.
> 
> 

Thanks. Pulled into clk-next.

-- 
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-08-23 22:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-04 16:18 [GIT PULL] Amlogic clock driver updates for 4.14 Neil Armstrong
2017-08-04 16:18 ` Neil Armstrong
2017-08-04 16:18 ` Neil Armstrong
2017-08-23 22:38 ` Stephen Boyd
2017-08-23 22:38   ` Stephen Boyd
2017-08-23 22:38   ` 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.