All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: sboyd@kernel.org, mturquette@baylibre.com
Cc: linux-clk@vger.kernel.org,
	"open list:ARM/Amlogic Meson..."
	<linux-amlogic@lists.infradead.org>
Subject: [GIT PULL] clk: meson: updates for v4.21, round 2
Date: Tue, 11 Dec 2018 16:15:09 +0100	[thread overview]
Message-ID: <4506cbc6-4997-8332-3d34-fe753f480b69@baylibre.com> (raw)

Dear clock maintainers,

Below is a request to pull updates for Amlogic clocks, round 2.

It covers essentially Meson8/Meson8b video clocks, a fix for previous round
and helper addition to simplify clock driver input management.

Thanks,
Neil

The following changes since commit a7d19b05ce817d60ae672c4c112e77892978dc3c:

  clk: meson: meson8b: add the CPU clock post divider clocks (2018-11-23 15:11:58 +0100)

are available in the Git repository at:

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

for you to fetch changes up to f03566d0aa79f9e09a288936980741c479a22fdb:

  clk: meson: axg-audio: use the clk input helper function (2018-12-11 16:07:03 +0100)

----------------------------------------------------------------
Update for meson clocks targeted at v4.21, round 2:
- Fix GXL HDMI Pll fractional bits (from first round)
- Add the Meson8/Meson8b video clocks
- Add clk-input helper and use it for axg-audio clock driver

----------------------------------------------------------------
Jerome Brunet (2):
      clk: meson: add clk-input helper function
      clk: meson: axg-audio: use the clk input helper function

Martin Blumenstingl (3):
      clk: meson: meson8b: fix the offset of vid_pll_dco's N value
      clk: meson: meson8b: add the fractional divider for vid_pll_dco
      clk: meson: meson8b: add the read-only video clock trees

Neil Armstrong (1):
      clk: meson: Fix GXL HDMI PLL fractional bits width

 drivers/clk/meson/Makefile    |   1 +
 drivers/clk/meson/axg-audio.c |  83 ++---
 drivers/clk/meson/clk-input.c |  44 +++
 drivers/clk/meson/clkc.h      |   5 +
 drivers/clk/meson/gxbb.c      |   8 +-
 drivers/clk/meson/meson8b.c   | 746 +++++++++++++++++++++++++++++++++++++++++-
 drivers/clk/meson/meson8b.h   |  54 ++-
 7 files changed, 870 insertions(+), 71 deletions(-)
 create mode 100644 drivers/clk/meson/clk-input.c

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong@baylibre.com>
To: sboyd@kernel.org, mturquette@baylibre.com
Cc: "open list:ARM/Amlogic Meson..."
	<linux-amlogic@lists.infradead.org>,
	linux-clk@vger.kernel.org
Subject: [GIT PULL] clk: meson: updates for v4.21, round 2
Date: Tue, 11 Dec 2018 16:15:09 +0100	[thread overview]
Message-ID: <4506cbc6-4997-8332-3d34-fe753f480b69@baylibre.com> (raw)

Dear clock maintainers,

Below is a request to pull updates for Amlogic clocks, round 2.

It covers essentially Meson8/Meson8b video clocks, a fix for previous round
and helper addition to simplify clock driver input management.

Thanks,
Neil

The following changes since commit a7d19b05ce817d60ae672c4c112e77892978dc3c:

  clk: meson: meson8b: add the CPU clock post divider clocks (2018-11-23 15:11:58 +0100)

are available in the Git repository at:

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

for you to fetch changes up to f03566d0aa79f9e09a288936980741c479a22fdb:

  clk: meson: axg-audio: use the clk input helper function (2018-12-11 16:07:03 +0100)

----------------------------------------------------------------
Update for meson clocks targeted at v4.21, round 2:
- Fix GXL HDMI Pll fractional bits (from first round)
- Add the Meson8/Meson8b video clocks
- Add clk-input helper and use it for axg-audio clock driver

----------------------------------------------------------------
Jerome Brunet (2):
      clk: meson: add clk-input helper function
      clk: meson: axg-audio: use the clk input helper function

Martin Blumenstingl (3):
      clk: meson: meson8b: fix the offset of vid_pll_dco's N value
      clk: meson: meson8b: add the fractional divider for vid_pll_dco
      clk: meson: meson8b: add the read-only video clock trees

Neil Armstrong (1):
      clk: meson: Fix GXL HDMI PLL fractional bits width

 drivers/clk/meson/Makefile    |   1 +
 drivers/clk/meson/axg-audio.c |  83 ++---
 drivers/clk/meson/clk-input.c |  44 +++
 drivers/clk/meson/clkc.h      |   5 +
 drivers/clk/meson/gxbb.c      |   8 +-
 drivers/clk/meson/meson8b.c   | 746 +++++++++++++++++++++++++++++++++++++++++-
 drivers/clk/meson/meson8b.h   |  54 ++-
 7 files changed, 870 insertions(+), 71 deletions(-)
 create mode 100644 drivers/clk/meson/clk-input.c

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

             reply	other threads:[~2018-12-11 15:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-11 15:15 Neil Armstrong [this message]
2018-12-11 15:15 ` [GIT PULL] clk: meson: updates for v4.21, round 2 Neil Armstrong
2018-12-13  9:07 ` Stephen Boyd
2018-12-13  9:07   ` 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=4506cbc6-4997-8332-3d34-fe753f480b69@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@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.