mbox series

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

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

Pull-request

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

Message

Jerome Brunet Jan. 25, 2021, 1:18 p.m. UTC
Hi Stephen,

Here are the updates of the amlogic clocks for v5.12. Nothing out the
ordinary. Please pull.

Thx.
Cheers

Jerome

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to af57824425389adab637a2ae872ac488f50b5832:

  clk: meson: axg: Remove MIPI enable clock gate (2021-01-04 12:03:02 +0100)

----------------------------------------------------------------
Amlogic clock updates for v5.12

* pll driver fixup
* meson8b clock controller dt support clean up
* remove mipi clk from the axg clock controller

----------------------------------------------------------------
Martin Blumenstingl (5):
      clk: meson: clk-pll: fix initializing the old rate (fallback) for a PLL
      clk: meson: clk-pll: make "ret" a signed integer
      clk: meson: clk-pll: propagate the error from meson_clk_pll_set_rate()
      clk: meson: meson8b: remove compatibility code for old .dtbs
      dt-bindings: clock: meson8b: remove non-existing clock macros

Remi Pommarel (2):
      clk: meson-axg: remove CLKID_MIPI_ENABLE
      clk: meson: axg: Remove MIPI enable clock gate

 drivers/clk/meson/axg.c                  |  3 ---
 drivers/clk/meson/axg.h                  |  1 -
 drivers/clk/meson/clk-pll.c              | 10 ++++---
 drivers/clk/meson/meson8b.c              | 45 ++++----------------------------
 include/dt-bindings/clock/axg-clkc.h     |  1 -
 include/dt-bindings/clock/meson8b-clkc.h |  2 --
 6 files changed, 11 insertions(+), 51 deletions(-)

Comments

Stephen Boyd Feb. 4, 2021, 7:35 p.m. UTC | #1
Quoting Jerome Brunet (2021-01-25 05:18:36)
> 
> Hi Stephen,
> 
> Here are the updates of the amlogic clocks for v5.12. Nothing out the
> ordinary. Please pull.
> 
> Thx.
> Cheers
> 
> Jerome
> 
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
> 
> are available in the Git repository at:
> 
>   git://github.com/BayLibre/clk-meson.git tags/clk-meson-v5.12-1
> 
> for you to fetch changes up to af57824425389adab637a2ae872ac488f50b5832:
> 
>   clk: meson: axg: Remove MIPI enable clock gate (2021-01-04 12:03:02 +0100)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next