mbox series

[GIT,PULL] : Amlogic clock updates for v5.5

Message ID 1jftjbljwn.fsf@starbuckisacylon.baylibre.com (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] : Amlogic clock updates for v5.5 | expand

Pull-request

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

Message

Jerome Brunet Oct. 29, 2019, 2:13 p.m. UTC
Hi Stephen,

Here are our updates for Amlogic clock for this cycle.
The main topic is sm1 soc family support in the audio
clock controller
Please pull.

Thanks
Jerome

The following changes since commit 90b171f6035688236a3f09117a683020be45603a:

  clk: meson: g12a: set CLK_MUX_ROUND_CLOSEST on the cpu clock muxes (2019-10-01 14:51:15 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 50bf025b75902d326fdb8078be3d278e1b693576:

  clk: meson: axg-audio: use devm_platform_ioremap_resource() to simplify code (2019-10-14 17:06:27 +0200)

----------------------------------------------------------------
First round of amlogic clock update for v5.5:
Add sm1 support in the audio clock controller

----------------------------------------------------------------
Jerome Brunet (8):
      dt-bindings: clk: axg-audio: add sm1 bindings
      dt-bindings: clock: meson: add sm1 resets to the axg-audio controller
      Merge branch 'v5.5/dt' into v5.5/drivers
      clk: meson: axg-audio: remove useless defines
      clk: meson: axg-audio: fix regmap last register
      clk: meson: axg-audio: prepare sm1 addition
      clk: meson: axg-audio: provide clk top signal name
      clk: meson: axg_audio: add sm1 support

YueHaibing (1):
      clk: meson: axg-audio: use devm_platform_ioremap_resource() to simplify code

 .../bindings/clock/amlogic,axg-audio-clkc.txt      |    3 +-
 drivers/clk/meson/axg-audio.c                      | 2025 +++++++++++++-------
 drivers/clk/meson/axg-audio.h                      |   21 +-
 include/dt-bindings/clock/axg-audio-clkc.h         |   10 +
 .../reset/amlogic,meson-g12a-audio-reset.h         |   15 +
 5 files changed, 1374 insertions(+), 700 deletions(-)

Comments

Stephen Boyd Nov. 6, 2019, 7:28 p.m. UTC | #1
Quoting Jerome Brunet (2019-10-29 07:13:12)
> 
> Hi Stephen,
> 
> Here are our updates for Amlogic clock for this cycle.
> The main topic is sm1 soc family support in the audio
> clock controller
> Please pull.
> 
> Thanks
> Jerome
> 
> The following changes since commit 90b171f6035688236a3f09117a683020be45603a:
> 
>   clk: meson: g12a: set CLK_MUX_ROUND_CLOSEST on the cpu clock muxes (2019-10-01 14:51:15 +0200)
> 
> are available in the Git repository at:
> 
>   git://github.com/BayLibre/clk-meson.git tags/clk-meson-v5.5-1
> 
> for you to fetch changes up to 50bf025b75902d326fdb8078be3d278e1b693576:
> 
>   clk: meson: axg-audio: use devm_platform_ioremap_resource() to simplify code (2019-10-14 17:06:27 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next