mbox series

[GIT,PULL] clk: meson: 2nd round of updates for 5.4

Message ID 1j8srg6t12.fsf@starbuckisacylon.baylibre.com (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] clk: meson: 2nd round of updates for 5.4 | expand

Pull-request

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

Message

Jerome Brunet Aug. 26, 2019, 11:54 a.m. UTC
Dear clock maintainers,

Below is a request to pull another batch of Amlogic clock updates for
v5.4. It brings reset support in the for the g12a audio controller and
sm1 support in the main clock controller.

Cheers
Jerome

The following changes since commit 1d97657a4794ab23b47bd9921978ddd82569fcf4:

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

are available in the Git repository at:

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

for you to fetch changes up to da3ceae4ec9f581a50dc0763710078f22d3bc72a:

  clk: meson: g12a: add support for SM1 CPU 1, 2 & 3 clocks (2019-08-26 11:04:54 +0200)

----------------------------------------------------------------
Amlogic 2nd round of clock changes for v5.4

* Add g12a reset support to the axg audio clock controller
* Add sm1 support to the g12a clock controller

----------------------------------------------------------------
Jerome Brunet (4):
      dt-bindings: clock: meson: add resets to the audio clock controller
      Merge branch 'v5.4/dt' into v5.4/drivers
      clk: meson: axg-audio: add g12a reset support
      Merge branch 'v5.4/dt' into v5.4/drivers

Neil Armstrong (4):
      dt-bindings: clk: meson: add sm1 periph clock controller bindings
      clk: meson: g12a: add support for SM1 GP1 PLL
      clk: meson: g12a: add support for SM1 DynamIQ Shared Unit clock
      clk: meson: g12a: add support for SM1 CPU 1, 2 & 3 clocks

 .../bindings/clock/amlogic,axg-audio-clkc.txt      |   1 +
 .../bindings/clock/amlogic,gxbb-clkc.txt           |   1 +
 drivers/clk/meson/axg-audio.c                      | 107 +++-
 drivers/clk/meson/axg-audio.h                      |   1 +
 drivers/clk/meson/g12a.c                           | 544 +++++++++++++++++++++
 drivers/clk/meson/g12a.h                           |  24 +-
 include/dt-bindings/clock/g12a-clkc.h              |   5 +
 .../reset/amlogic,meson-g12a-audio-reset.h         |  38 ++
 8 files changed, 718 insertions(+), 3 deletions(-)
 create mode 100644 include/dt-bindings/reset/amlogic,meson-g12a-audio-reset.h

Comments

Stephen Boyd Sept. 4, 2019, 5:59 p.m. UTC | #1
Quoting Jerome Brunet (2019-08-26 04:54:49)
> 
> Dear clock maintainers,
> 
> Below is a request to pull another batch of Amlogic clock updates for
> v5.4. It brings reset support in the for the g12a audio controller and
> sm1 support in the main clock controller.
> 
> Cheers
> Jerome
> 
> The following changes since commit 1d97657a4794ab23b47bd9921978ddd82569fcf4:
> 
>   Merge branch 'v5.4/dt' into v5.4/drivers (2019-08-09 12:12:58 +0200)
> 
> are available in the Git repository at:
> 
>   git://github.com/BayLibre/clk-meson.git tags/clk-meson-v5.4-2
> 
> for you to fetch changes up to da3ceae4ec9f581a50dc0763710078f22d3bc72a:
> 
>   clk: meson: g12a: add support for SM1 CPU 1, 2 & 3 clocks (2019-08-26 11:04:54 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next