linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk: meson: updates for 5.4
@ 2019-08-12  9:27 Jerome Brunet
  2019-08-14 16:47 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Jerome Brunet @ 2019-08-12  9:27 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette
  Cc: Kevin Hilman, Neil Armstrong, linux-amlogic, linux-clk


Dear clock maintainers,

Below is a request to pull Amlogic clock updates for v5.4.

The main changes in this PR are the migration to the new parent
description method and DVFS support on g12, based on notifiers.

Kevin requested a tag to test DVFS so sending the PR now so he can use
it well. We may send additional changes later on.

Cheers
Jerome

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://github.com/BayLibre/clk-meson.git tags/clk-meson-v5.4-1

for you to fetch changes up to 1d97657a4794ab23b47bd9921978ddd82569fcf4:

  Merge branch 'v5.4/dt' into v5.4/drivers (2019-08-09 12:12:58 +0200)

----------------------------------------------------------------
Amlogic clock changes for v5.4

* Migrate to new clock description method
* Add DVFS support to g12

----------------------------------------------------------------
Alexandre Mergnat (13):
      clk: meson: g12a: fix hifi typo in mali parent_names
      clk: meson: axg-audio: migrate to the new parent description method
      clk: meson: g12a-aoclk: migrate to the new parent description method
      clk: meson: gxbb-aoclk: migrate to the new parent description method
      clk: meson: axg-aoclk: migrate to the new parent description method
      clk: meson: remove ao input bypass clocks
      clk: meson: g12a: migrate to the new parent description method
      clk: meson: gxbb: migrate to the new parent description method
      clk: meson: axg: migrate to the new parent description method
      clk: meson: meson8b: migrate to the new parent description method
      clk: meson: clk-regmap: migrate to new parent description method
      clk: meson: remove ee input bypass clocks
      clk: meson: remove clk input helper

Jerome Brunet (1):
      Merge branch 'v5.4/dt' into v5.4/drivers

Neil Armstrong (4):
      clk: core: introduce clk_hw_set_parent()
      clk: meson: add g12a cpu dynamic divider driver
      clk: meson: g12a: add notifiers to handle cpu clock change
      clk: meson: g12a: expose CPUB clock ID for G12B

 drivers/clk/clk.c                     |    6 +
 drivers/clk/meson/Kconfig             |   11 +-
 drivers/clk/meson/Makefile            |    2 +-
 drivers/clk/meson/axg-aoclk.c         |   63 +-
 drivers/clk/meson/axg-audio.c         |  261 +++---
 drivers/clk/meson/axg.c               |  207 +++--
 drivers/clk/meson/clk-cpu-dyndiv.c    |   73 ++
 drivers/clk/meson/clk-cpu-dyndiv.h    |   20 +
 drivers/clk/meson/clk-input.c         |   49 -
 drivers/clk/meson/clk-input.h         |   19 -
 drivers/clk/meson/clk-regmap.h        |   12 +-
 drivers/clk/meson/g12a-aoclk.c        |   81 +-
 drivers/clk/meson/g12a.c              | 1626 ++++++++++++++++++++++++---------
 drivers/clk/meson/g12a.h              |    1 -
 drivers/clk/meson/gxbb-aoclk.c        |   55 +-
 drivers/clk/meson/gxbb.c              |  657 +++++++++----
 drivers/clk/meson/meson-aoclk.c       |   37 -
 drivers/clk/meson/meson-aoclk.h       |    8 -
 drivers/clk/meson/meson-eeclk.c       |   10 -
 drivers/clk/meson/meson-eeclk.h       |    2 -
 drivers/clk/meson/meson8b.c           |  710 +++++++++-----
 include/dt-bindings/clock/g12a-clkc.h |    1 +
 include/linux/clk-provider.h          |    1 +
 23 files changed, 2626 insertions(+), 1286 deletions(-)
 create mode 100644 drivers/clk/meson/clk-cpu-dyndiv.c
 create mode 100644 drivers/clk/meson/clk-cpu-dyndiv.h
 delete mode 100644 drivers/clk/meson/clk-input.c
 delete mode 100644 drivers/clk/meson/clk-input.h

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

end of thread, other threads:[~2019-08-14 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-12  9:27 [GIT PULL] clk: meson: updates for 5.4 Jerome Brunet
2019-08-14 16:47 ` 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).