All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Mike Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@codeaurora.org>
Cc: Chen-Yu Tsai <wens@csie.org>,
	linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org
Subject: [GIT PULL] Allwinner clocks additions for 4.7
Date: Fri, 29 Apr 2016 18:49:33 +0200	[thread overview]
Message-ID: <20160429164933.GA8913@lukather> (raw)

[-- Attachment #1: Type: text/plain, Size: 2065 bytes --]

Hi Mike, Stephen,

Please pull the following tag for the next merge window.

Thanks!
Maxime

The following changes since commit 92a39d9043ba5ff98adb1c31491f00c7bea5466e:

  clk: composite: Add unregister function (2016-04-21 14:43:28 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-clocks-for-4.7

for you to fetch changes up to ff2bb89335daec6053b5ac778369f7f72b931142:

  clk: sunxi: Let divs clocks read the base factor clock name from devicetree (2016-04-25 10:57:45 +0200)

----------------------------------------------------------------
Allwinner clocks additions for 4.7

As usual, a bunch of clocks patches for 4.7, mostly fixes and cleanups, and
display-related clocks.

----------------------------------------------------------------
Andrea Venturi (1):
      clk: sunxi: mod1 clock should modify it's parent

Jean-Francois Moine (1):
      clk: sunxi: Add sun6i/8i display support

Jens Kuske (1):
      clk: sunxi: Let divs clocks read the base factor clock name from devicetree

Maxime Ripard (3):
      dt-bindings: clk: sun5i: add DRAM gates compatible
      clk: sunxi: Add PLL3 clock
      clk: sunxi: Add TCON channel1 clock

Vaishali Thakkar (1):
      clk: sunxi: Use resource_size

 Documentation/devicetree/bindings/clock/sunxi.txt |   4 +
 drivers/clk/sunxi/Makefile                        |   2 +
 drivers/clk/sunxi/clk-a10-mod1.c                  |   2 +-
 drivers/clk/sunxi/clk-sun4i-pll3.c                |  98 +++++++
 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c            | 300 ++++++++++++++++++++++
 drivers/clk/sunxi/clk-sun9i-mmc.c                 |   2 +-
 drivers/clk/sunxi/clk-sunxi.c                     |  79 +++++-
 7 files changed, 474 insertions(+), 13 deletions(-)
 create mode 100644 drivers/clk/sunxi/clk-sun4i-pll3.c
 create mode 100644 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Allwinner clocks additions for 4.7
Date: Fri, 29 Apr 2016 18:49:33 +0200	[thread overview]
Message-ID: <20160429164933.GA8913@lukather> (raw)

Hi Mike, Stephen,

Please pull the following tag for the next merge window.

Thanks!
Maxime

The following changes since commit 92a39d9043ba5ff98adb1c31491f00c7bea5466e:

  clk: composite: Add unregister function (2016-04-21 14:43:28 -0700)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-clocks-for-4.7

for you to fetch changes up to ff2bb89335daec6053b5ac778369f7f72b931142:

  clk: sunxi: Let divs clocks read the base factor clock name from devicetree (2016-04-25 10:57:45 +0200)

----------------------------------------------------------------
Allwinner clocks additions for 4.7

As usual, a bunch of clocks patches for 4.7, mostly fixes and cleanups, and
display-related clocks.

----------------------------------------------------------------
Andrea Venturi (1):
      clk: sunxi: mod1 clock should modify it's parent

Jean-Francois Moine (1):
      clk: sunxi: Add sun6i/8i display support

Jens Kuske (1):
      clk: sunxi: Let divs clocks read the base factor clock name from devicetree

Maxime Ripard (3):
      dt-bindings: clk: sun5i: add DRAM gates compatible
      clk: sunxi: Add PLL3 clock
      clk: sunxi: Add TCON channel1 clock

Vaishali Thakkar (1):
      clk: sunxi: Use resource_size

 Documentation/devicetree/bindings/clock/sunxi.txt |   4 +
 drivers/clk/sunxi/Makefile                        |   2 +
 drivers/clk/sunxi/clk-a10-mod1.c                  |   2 +-
 drivers/clk/sunxi/clk-sun4i-pll3.c                |  98 +++++++
 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c            | 300 ++++++++++++++++++++++
 drivers/clk/sunxi/clk-sun9i-mmc.c                 |   2 +-
 drivers/clk/sunxi/clk-sunxi.c                     |  79 +++++-
 7 files changed, 474 insertions(+), 13 deletions(-)
 create mode 100644 drivers/clk/sunxi/clk-sun4i-pll3.c
 create mode 100644 drivers/clk/sunxi/clk-sun4i-tcon-ch1.c

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160429/b872c32c/attachment-0001.sig>

             reply	other threads:[~2016-04-29 16:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-29 16:49 Maxime Ripard [this message]
2016-04-29 16:49 ` [GIT PULL] Allwinner clocks additions for 4.7 Maxime Ripard
2016-05-03  0:05 ` Stephen Boyd
2016-05-03  0:05   ` 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=20160429164933.GA8913@lukather \
    --to=maxime.ripard@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@codeaurora.org \
    --cc=wens@csie.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.