All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@codeaurora.org>
Cc: linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	kernel@pengutronix.de
Subject: [GIT PULL] i.MX clock driver update for 4.6
Date: Mon, 29 Feb 2016 16:06:07 +0800	[thread overview]
Message-ID: <20160229080607.GT22051@tiger> (raw)

Hi Mike, Stephen,

The following are the i.MX clock patches I queued for 4.6.  Please pull
and keep it stable, as I need to pull it into my DT branch to resolve
the dependency on those new clock IDs.

Thanks,
Shawn


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-4.6

for you to fetch changes up to f6c3aec2f7a218abec9e5c00353abc02224be49e:

  clk: imx: add kpp clock for i.MX6UL (2016-02-28 10:45:29 +0800)

----------------------------------------------------------------
The i.MX clock update for 4.6:
- Add the clock driver support for the latest i.MX6 family SoCs
  addition - i.MX6QP.
- Clean up the whitespace in i.MX6UL clock driver and add the missing
  KPP clock.
- Correct pwm7 clock name in i.MX6UL clock driver.

----------------------------------------------------------------
Anatolij Gustschin (1):
      clk: imx: correct pwm7 clock name in driver for i.MX6UL

Bai Ping (1):
      clk: imx: Add clock support for imx6qp

Lothar Waßmann (2):
      clk: imx: whitespace cleanup; no functional change
      clk: imx: add kpp clock for i.MX6UL

 drivers/clk/imx/clk-imx6q.c               | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
 drivers/clk/imx/clk-imx6ul.c              |  65 +++++++++++++++++++++++++++++++++--------------------------------
 include/dt-bindings/clock/imx6qdl-clock.h |  16 +++++++++++++++-
 include/dt-bindings/clock/imx6ul-clock.h  | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------
 4 files changed, 228 insertions(+), 134 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] i.MX clock driver update for 4.6
Date: Mon, 29 Feb 2016 16:06:07 +0800	[thread overview]
Message-ID: <20160229080607.GT22051@tiger> (raw)

Hi Mike, Stephen,

The following are the i.MX clock patches I queued for 4.6.  Please pull
and keep it stable, as I need to pull it into my DT branch to resolve
the dependency on those new clock IDs.

Thanks,
Shawn


The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d:

  Linux 4.5-rc1 (2016-01-24 13:06:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-clk-4.6

for you to fetch changes up to f6c3aec2f7a218abec9e5c00353abc02224be49e:

  clk: imx: add kpp clock for i.MX6UL (2016-02-28 10:45:29 +0800)

----------------------------------------------------------------
The i.MX clock update for 4.6:
- Add the clock driver support for the latest i.MX6 family SoCs
  addition - i.MX6QP.
- Clean up the whitespace in i.MX6UL clock driver and add the missing
  KPP clock.
- Correct pwm7 clock name in i.MX6UL clock driver.

----------------------------------------------------------------
Anatolij Gustschin (1):
      clk: imx: correct pwm7 clock name in driver for i.MX6UL

Bai Ping (1):
      clk: imx: Add clock support for imx6qp

Lothar Wa?mann (2):
      clk: imx: whitespace cleanup; no functional change
      clk: imx: add kpp clock for i.MX6UL

 drivers/clk/imx/clk-imx6q.c               | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------
 drivers/clk/imx/clk-imx6ul.c              |  65 +++++++++++++++++++++++++++++++++--------------------------------
 include/dt-bindings/clock/imx6qdl-clock.h |  16 +++++++++++++++-
 include/dt-bindings/clock/imx6ul-clock.h  | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------
 4 files changed, 228 insertions(+), 134 deletions(-)

             reply	other threads:[~2016-02-29  8:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-29  8:06 Shawn Guo [this message]
2016-02-29  8:06 ` [GIT PULL] i.MX clock driver update for 4.6 Shawn Guo
2016-03-02  1:43 ` Stephen Boyd
2016-03-02  1:43   ` 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=20160229080607.GT22051@tiger \
    --to=shawnguo@kernel.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@codeaurora.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.