All of lore.kernel.org
 help / color / mirror / Atom feed
From: jbrunet@baylibre.com (Jerome Brunet)
To: linus-amlogic@lists.infradead.org
Subject: [GIT PULL] Amlogic clock driver updates for 4.13 - 2nd batch
Date: Fri, 16 Jun 2017 21:49:50 +0200	[thread overview]
Message-ID: <1497642590.3086.55.camel@baylibre.com> (raw)

Dear clock maintainers,

Below is a request to pull a 2nd batch of Amlogic clock driver updates for this
cycle. It is based on our previous PR. Stephen, I checked with the "const" patch
you have applied directly to clk-next and It should merge nicely with it.

Cheers

The following changes since commit 14c735c8e3082714e3d5fa91843692a9c871cebe:

? clk: meson-gxbb: Add EE 32K Clock for CEC (2017-05-29 12:34:23 +0000)

are available in the git repository at:

? git://github.com/BayLibre/clk-meson.git tags/meson-clk-for-4.13-2

for you to fetch changes up to 215c80a7d65312911ca7b08d42b05652e27eed5f:

? clk: meson: gxbb: add all clk81 parents (2017-06-16 18:51:42 +0000)

----------------------------------------------------------------
* Expose more clock gate on meson8 (SAR ADC, RNG, USB, SDIO, ETH)
* Add new compatible to the meson8 clock controller for meson8b
* Add missing parents to gxbb clk81

----------------------------------------------------------------
Jerome Brunet (2):
??????Merge branch 'next/headers' into next/drivers
??????clk: meson: gxbb: add all clk81 parents

Martin Blumenstingl (6):
??????clk: meson8b: export the SAR ADC clocks
??????clk: meson8b: export the SDIO clock
??????clk: meson8b: export the gate clock for the HW random number generator
??????clk: meson8b: export the USB clocks
??????clk: meson8b: export the ethernet gate clock
??????clk: meson: meson8b: add compatibles for Meson8 and Meson8m2

?.../bindings/clock/amlogic,meson8b-clkc.txt??????????| 11 +++++++----
?drivers/clk/meson/Kconfig????????????????????????????|??6 +++---
?drivers/clk/meson/gxbb.c?????????????????????????????| 13 ++++++++-----
?drivers/clk/meson/meson8b.c??????????????????????????|??5 ++++-
?drivers/clk/meson/meson8b.h??????????????????????????| 20 ++++++++++----------
?include/dt-bindings/clock/meson8b-clkc.h?????????????| 10 ++++++++++
?6 files changed, 42 insertions(+), 23 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Jerome Brunet <jbrunet@baylibre.com>
To: Stephen Boyd <sboyd@codeaurora.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Neil Armstrong <narmstrong@baylibre.com>
Cc: "linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
	"open list:ARM/Amlogic Meson..."
	<linux-amlogic@lists.infradead.org>,
	Kevin Hilman <khilman@baylibre.com>
Subject: [GIT PULL] Amlogic clock driver updates for 4.13 - 2nd batch
Date: Fri, 16 Jun 2017 21:49:50 +0200	[thread overview]
Message-ID: <1497642590.3086.55.camel@baylibre.com> (raw)

Dear clock maintainers,

Below is a request to pull a 2nd batch of Amlogic clock driver updates for this
cycle. It is based on our previous PR. Stephen, I checked with the "const" patch
you have applied directly to clk-next and It should merge nicely with it.

Cheers

The following changes since commit 14c735c8e3082714e3d5fa91843692a9c871cebe:

  clk: meson-gxbb: Add EE 32K Clock for CEC (2017-05-29 12:34:23 +0000)

are available in the git repository at:

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

for you to fetch changes up to 215c80a7d65312911ca7b08d42b05652e27eed5f:

  clk: meson: gxbb: add all clk81 parents (2017-06-16 18:51:42 +0000)

----------------------------------------------------------------
* Expose more clock gate on meson8 (SAR ADC, RNG, USB, SDIO, ETH)
* Add new compatible to the meson8 clock controller for meson8b
* Add missing parents to gxbb clk81

----------------------------------------------------------------
Jerome Brunet (2):
      Merge branch 'next/headers' into next/drivers
      clk: meson: gxbb: add all clk81 parents

Martin Blumenstingl (6):
      clk: meson8b: export the SAR ADC clocks
      clk: meson8b: export the SDIO clock
      clk: meson8b: export the gate clock for the HW random number generator
      clk: meson8b: export the USB clocks
      clk: meson8b: export the ethernet gate clock
      clk: meson: meson8b: add compatibles for Meson8 and Meson8m2

 .../bindings/clock/amlogic,meson8b-clkc.txt          | 11 +++++++----
 drivers/clk/meson/Kconfig                            |  6 +++---
 drivers/clk/meson/gxbb.c                             | 13 ++++++++-----
 drivers/clk/meson/meson8b.c                          |  5 ++++-
 drivers/clk/meson/meson8b.h                          | 20 ++++++++++----------
 include/dt-bindings/clock/meson8b-clkc.h             | 10 ++++++++++
 6 files changed, 42 insertions(+), 23 deletions(-)

             reply	other threads:[~2017-06-16 19:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-16 19:49 Jerome Brunet [this message]
2017-06-16 19:49 ` [GIT PULL] Amlogic clock driver updates for 4.13 - 2nd batch Jerome Brunet
2017-06-16 22:08 ` Stephen Boyd
2017-06-16 22:08   ` 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=1497642590.3086.55.camel@baylibre.com \
    --to=jbrunet@baylibre.com \
    --cc=linus-amlogic@lists.infradead.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.