mbox series

[GIT,PULL] clk: meson: 2nd update for v5.2

Message ID 3d961b5ea14a7aae4088282955f926e19b7bc9d9.camel@baylibre.com (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] clk: meson: 2nd update for v5.2 | expand

Pull-request

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

Message

Jerome Brunet April 18, 2019, 9:46 a.m. UTC
Dear clock maintainers,

Below is a request to pull another round of update for amlogic clocks.

The main purpose of this pull request is to add the g12a SoC family
support in the axg audio clock controller driver. It applies on top of
our previous PR.

Cheers

The following changes since commit 90751f686e3f0415f1f931bf47ff14dd34316ea5:

  clk: meson: meson8b: add the video decoder clock trees (2019-04-01 13:34:29 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 075001385c66a00fba9810b9ecb88d644384df88:

  clk: meson: axg-audio: add g12a support (2019-04-08 09:59:33 +0200)

----------------------------------------------------------------
* Do not register clock inputs in clock provider
* Add g12a support in the axg audio clock controller

----------------------------------------------------------------
Jerome Brunet (3):
      dt-bindings: clk: axg-audio: add g12a support
      clk: meson: axg_audio: replace prefix axg by aud
      clk: meson: axg-audio: don't register inputs in the onecell data

Maxime Jourdan (1):
      clk: meson: axg-audio: add g12a support

Neil Armstrong (1):
      Merge branch 'next/headers' into next/drivers

 .../bindings/clock/amlogic,axg-audio-clkc.txt      |    3 +-
 drivers/clk/meson/axg-audio.c                      | 1219 ++++++++++++--------
 drivers/clk/meson/axg-audio.h                      |   36 +-
 include/dt-bindings/clock/axg-audio-clkc.h         |   10 +
 4 files changed, 736 insertions(+), 532 deletions(-)

Comments

Stephen Boyd April 18, 2019, 8:32 p.m. UTC | #1
Quoting Jerome Brunet (2019-04-18 02:46:36)
> Dear clock maintainers,
> 
> Below is a request to pull another round of update for amlogic clocks.
> 
> The main purpose of this pull request is to add the g12a SoC family
> support in the axg audio clock controller driver. It applies on top of
> our previous PR.
> 

Thanks. Pulled into clk-next.