mbox series

[GIT,PULL] clk: meson: updates for v5.10

Message ID 1jd02ob7bf.fsf@starbuckisacylon.baylibre.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] clk: meson: updates for v5.10 | expand

Pull-request

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

Message

Jerome Brunet Sept. 14, 2020, 5:24 p.m. UTC
Hi Stephen,

Here are the Amlogic clock changes for v5.10
Please pull.

Cheers
Jerome

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7b5c5720a3689c2c16968ee276b7c47edb64ce0f:

  clk: meson: make shipped controller configurable (2020-09-10 11:47:33 +0200)

----------------------------------------------------------------
First round of amlogic clock updates for v5.10

* g12: update audio clock inverter and fdiv2 flag
* config: allow to disable unnecessary amlogic clock controllers

----------------------------------------------------------------
Jerome Brunet (4):
      clk: meson: add sclk-ws driver
      clk: meson: axg-audio: separate axg and g12a regmap tables
      clk: meson: axg-audio: fix g12a tdmout sclk inverter
      clk: meson: make shipped controller configurable

Stefan Agner (1):
      clk: meson: g12a: mark fclk_div2 as critical

 drivers/clk/meson/Kconfig     |  26 +++--
 drivers/clk/meson/axg-audio.c | 214 ++++++++++++++++++++++++++++++++++++------
 drivers/clk/meson/clk-phase.c |  56 +++++++++++
 drivers/clk/meson/clk-phase.h |   6 ++
 drivers/clk/meson/g12a.c      |  11 +++
 5 files changed, 274 insertions(+), 39 deletions(-)

Comments

Stephen Boyd Sept. 21, 2020, 8:53 p.m. UTC | #1
Quoting Jerome Brunet (2020-09-14 10:24:04)
> Hi Stephen,
> 
> Here are the Amlogic clock changes for v5.10
> Please pull.
> 
> Cheers
> Jerome
> 
> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
> 
>   Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
> 
> are available in the Git repository at:
> 
>   git://github.com/BayLibre/clk-meson.git tags/clk-meson-v5.10-1
> 
> for you to fetch changes up to 7b5c5720a3689c2c16968ee276b7c47edb64ce0f:
> 
>   clk: meson: make shipped controller configurable (2020-09-10 11:47:33 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next