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>,
Maxime Ripard <maxime.ripard@free-electrons.com>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Allwinner clock changes for 4.4
Date: Wed, 21 Oct 2015 21:58:56 +0200 [thread overview]
Message-ID: <20151021195856.GA5155@lukather> (raw)
[-- Attachment #1: Type: text/plain, Size: 2073 bytes --]
Hi Mike, Stephen,
Please pull the following patches for the next merge window.
Thanks!
Maxime
The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
Linux 4.3-rc1 (2015-09-12 16:35:56 -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.4
for you to fetch changes up to 9b038bc58ad2658c76fd8b50bb333dfd4454573c:
clk: sunxi: mod1 clock support (2015-10-21 21:51:29 +0200)
----------------------------------------------------------------
Allwinner clock additions for 4.4
- Support for the Audio PLL and child clocks
- Support for the A33 AHB gates
- New clk-multiplier generic driver
----------------------------------------------------------------
Emilio López (2):
clk: sunxi: codec clock support
clk: sunxi: mod1 clock support
Maxime Ripard (4):
clk: sunxi: Add A33 gates support
clk: Add a basic multiplier clock
clk: sunxi: Add a driver for the PLL2
clk: sunxi: pll2: Add A13 support
drivers/clk/Makefile | 1 +
drivers/clk/clk-multiplier.c | 181 ++++++++++++++++++++++++
drivers/clk/sunxi/Makefile | 3 +
drivers/clk/sunxi/clk-a10-codec.c | 44 ++++++
drivers/clk/sunxi/clk-a10-mod1.c | 81 +++++++++++
drivers/clk/sunxi/clk-a10-pll2.c | 216 +++++++++++++++++++++++++++++
drivers/clk/sunxi/clk-simple-gates.c | 2 +
include/dt-bindings/clock/sun4i-a10-pll2.h | 53 +++++++
include/linux/clk-provider.h | 42 ++++++
9 files changed, 623 insertions(+)
create mode 100644 drivers/clk/clk-multiplier.c
create mode 100644 drivers/clk/sunxi/clk-a10-codec.c
create mode 100644 drivers/clk/sunxi/clk-a10-mod1.c
create mode 100644 drivers/clk/sunxi/clk-a10-pll2.c
create mode 100644 include/dt-bindings/clock/sun4i-a10-pll2.h
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2015-10-21 19:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-21 19:58 Maxime Ripard [this message]
2015-10-21 23:25 ` [GIT PULL] Allwinner clock changes for 4.4 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=20151021195856.GA5155@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).