All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerome Brunet <jbrunet@baylibre.com>
To: Stephen Boyd <sboyd@kernel.org>
Cc: Kevin Hilman <khilman@baylibre.com>,
	Neil Armstrong <narmstrong@baylibre.com>,
	linux-clk@vger.kernel.org, linux-amlogic@lists.infradead.org
Subject: [GIT PULL] clk: meson: amlogic updates for v5.12
Date: Mon, 25 Jan 2021 14:18:36 +0100	[thread overview]
Message-ID: <1jy2gh17f7.fsf@starbuckisacylon.baylibre.com> (raw)


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(-)

WARNING: multiple messages have this Message-ID (diff)
From: Jerome Brunet <jbrunet@baylibre.com>
To: Stephen Boyd <sboyd@kernel.org>
Cc: Kevin Hilman <khilman@baylibre.com>,
	linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org,
	Neil Armstrong <narmstrong@baylibre.com>
Subject: [GIT PULL] clk: meson: amlogic updates for v5.12
Date: Mon, 25 Jan 2021 14:18:36 +0100	[thread overview]
Message-ID: <1jy2gh17f7.fsf@starbuckisacylon.baylibre.com> (raw)


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(-)

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

             reply	other threads:[~2021-01-26  5:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-25 13:18 Jerome Brunet [this message]
2021-01-25 13:18 ` [GIT PULL] clk: meson: amlogic updates for v5.12 Jerome Brunet
2021-02-04 19:35 ` Stephen Boyd
2021-02-04 19:35   ` Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1jy2gh17f7.fsf@starbuckisacylon.baylibre.com \
    --to=jbrunet@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=narmstrong@baylibre.com \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.