linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Jerome Brunet <jbrunet@baylibre.com>
To: Stephen Boyd <sboyd@kernel.org>,
	Michael Turquette <mturquette@baylibre.com>
Cc: Kevin Hilman <khilman@baylibre.com>,
	linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org,
	Neil Armstrong <narmstrong@baylibre.com>
Subject: [GIT PULL] clk: meson: updates for 5.4
Date: Mon, 12 Aug 2019 11:27:27 +0200	[thread overview]
Message-ID: <1jr25qivi8.fsf@starbuckisacylon.baylibre.com> (raw)


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

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

             reply	other threads:[~2019-08-12  9:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-12  9:27 Jerome Brunet [this message]
2019-08-14 16:47 ` [GIT PULL] clk: meson: updates for 5.4 Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1jr25qivi8.fsf@starbuckisacylon.baylibre.com \
    --to=jbrunet@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=narmstrong@baylibre.com \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).