mbox series

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

Message ID e659729f-31a4-76c1-84a0-3fd441aa23b2@baylibre.com (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] clk: meson: updates for v5.2 | expand

Pull-request

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

Message

Neil Armstrong April 1, 2019, 11:42 a.m. UTC
Dear clock maintainers,

Below is a request to pull updates for Amlogic clocks.

It covers essentially new VPU and Video clocks for Meson8b and new
PCIE, CPU and Video Decoder clocks for G12a.
The remaining meson8b "ABP" ID is finally removed, and 2 clocks IDs
of the G12A AO clock controllers are re-exported.
Thanks,
Neil

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 90751f686e3f0415f1f931bf47ff14dd34316ea5:

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

----------------------------------------------------------------
- Adds VPU and Video Decoder clocks on Meson8b
- Finally remove the wrong ABP Meson8b clock id
- Adds Video Decoder, PCIe PLL & CPU Clocks on G12A
- Re-expose SAR_ADC_SEL and CTS_OSCIN on G12A AO clock controller
- Unexpose some AXG-Audio input clocks IDs

----------------------------------------------------------------
Jerome Brunet (1):
      dt-bindings: clock: axg-audio: unexpose controller inputs

Martin Blumenstingl (7):
      dt-bindings: clock: meson8b: drop the "ABP" clock definition
      dt-bindings: clock: meson8b: export the VPU clock
      dt-bindings: clock: meson8b: export the video decoder clocks
      clk: meson: meson8b: use a separate clock table for Meson8m2
      clk: meson: meson8b: add support for the GP_PLL clock on Meson8m2
      clk: meson: meson8b: add the VPU clock trees
      clk: meson: meson8b: add the video decoder clock trees

Maxime Jourdan (2):
      dt-bindings: clk: g12a-clkc: add VDEC clock IDs
      clk: meson-g12a: add video decoder clocks

Neil Armstrong (7):
      clk: meson-g12a: add cpu clock bindings
      clk: g12a-aoclk: re-export CLKID_AO_SAR_ADC_SEL clock id
      dt-bindings: clk: g12a-clkc: add PCIE PLL clock ID
      dt-bindings: clock: g12a-aoclk: expose CLKID_AO_CTS_OSCIN
      clk: meson: g12a: add cpu clocks
      clk: meson-pll: add reduced specific clk_ops for G12A PCIe PLL
      clk: meson-g12a: add PCIE PLL clocks

 drivers/clk/meson/axg-audio.h              |  20 +
 drivers/clk/meson/clk-pll.c                |  26 +
 drivers/clk/meson/clk-pll.h                |   1 +
 drivers/clk/meson/g12a-aoclk.h             |   2 -
 drivers/clk/meson/g12a.c                   | 631 +++++++++++++++++++++++++
 drivers/clk/meson/g12a.h                   |  31 +-
 drivers/clk/meson/meson8b.c                | 734 ++++++++++++++++++++++++++++-
 drivers/clk/meson/meson8b.h                |  27 +-
 include/dt-bindings/clock/axg-audio-clkc.h |  20 -
 include/dt-bindings/clock/g12a-aoclkc.h    |   2 +
 include/dt-bindings/clock/g12a-clkc.h      |   5 +
 include/dt-bindings/clock/meson8b-clkc.h   |   6 +-
 12 files changed, 1479 insertions(+), 26 deletions(-)

Comments

Stephen Boyd April 11, 2019, 5:15 p.m. UTC | #1
Quoting Neil Armstrong (2019-04-01 04:42:08)
> Dear clock maintainers,
> 
> Below is a request to pull updates for Amlogic clocks.
> 
> It covers essentially new VPU and Video clocks for Meson8b and new
> PCIE, CPU and Video Decoder clocks for G12a.
> The remaining meson8b "ABP" ID is finally removed, and 2 clocks IDs
> of the G12A AO clock controllers are re-exported.
> Thanks,
> Neil
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://github.com/BayLibre/clk-meson.git tags/meson-clk-5.2
> 

Thanks. Pulled into clk-next.