linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk: meson: updates for v5.1 round2
@ 2019-02-13  9:11 Neil Armstrong
  2019-02-16  0:15 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Neil Armstrong @ 2019-02-13  9:11 UTC (permalink / raw)
  To: sboyd, mturquette; +Cc: linux-clk, open list:ARM/Amlogic Meson...

Dear clock maintainers,

Below is a request to pull updates for Amlogic clocks for 5.1, round 2.

It adds the G12A Always-On clock controller and a simple typo fix
for a clock name on Meson8.

Thanks,
Neil

The following changes since commit 6682bd4d443fad802e11a0a39332025cdfbf5108:

  clk: meson: factorise meson64 peripheral clock controller drivers (2019-02-04 09:52:11 +0100)

are available in the Git repository at:

  git://github.com/BayLibre/clk-meson.git tags/meson-clk-5.1-2

for you to fetch changes up to c5f09e6bd8a7537beef8ee53cd161a06b04de271:

  clk: meson: meson8b: fix the naming of the APB clocks (2019-02-13 09:51:09 +0100)

----------------------------------------------------------------
- Add G12A Always-On Clock Controller
- Fix Meson8 APB clock ID name

----------------------------------------------------------------
Martin Blumenstingl (2):
      dt-bindings: clock: meson8b: add APB clock definition
      clk: meson: meson8b: fix the naming of the APB clocks

Neil Armstrong (2):
      dt-bindings: clk: add G12A AO Clock and Reset Bindings
      clk: meson: Add G12A AO Clock + Reset Controller

 .../bindings/clock/amlogic,gxbb-aoclkc.txt         |   1 +
 drivers/clk/meson/Kconfig                          |   2 +
 drivers/clk/meson/Makefile                         |   2 +-
 drivers/clk/meson/g12a-aoclk.c                     | 454 +++++++++++++++++++++
 drivers/clk/meson/g12a-aoclk.h                     |  34 ++
 drivers/clk/meson/meson8b.c                        |  26 +-
 drivers/clk/meson/meson8b.h                        |   2 +-
 include/dt-bindings/clock/g12a-aoclkc.h            |  34 ++
 include/dt-bindings/clock/meson8b-clkc.h           |   1 +
 include/dt-bindings/reset/g12a-aoclkc.h            |  18 +
 10 files changed, 559 insertions(+), 15 deletions(-)
 create mode 100644 drivers/clk/meson/g12a-aoclk.c
 create mode 100644 drivers/clk/meson/g12a-aoclk.h
 create mode 100644 include/dt-bindings/clock/g12a-aoclkc.h
 create mode 100644 include/dt-bindings/reset/g12a-aoclkc.h

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

* Re: [GIT PULL] clk: meson: updates for v5.1 round2
  2019-02-13  9:11 [GIT PULL] clk: meson: updates for v5.1 round2 Neil Armstrong
@ 2019-02-16  0:15 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2019-02-16  0:15 UTC (permalink / raw)
  To: Neil Armstrong, mturquette; +Cc: linux-clk, open list:ARM/Amlogic Meson...

Quoting Neil Armstrong (2019-02-13 01:11:37)
> Dear clock maintainers,
> 
> Below is a request to pull updates for Amlogic clocks for 5.1, round 2.
> 
> It adds the G12A Always-On clock controller and a simple typo fix
> for a clock name on Meson8.
> 

Thanks. Pulled into clk-next.

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

end of thread, other threads:[~2019-02-16  0:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-13  9:11 [GIT PULL] clk: meson: updates for v5.1 round2 Neil Armstrong
2019-02-16  0:15 ` Stephen Boyd

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