From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] sunxi drivers additions for 3.10, take 1
Date: Sat, 23 Mar 2013 10:51:44 +0100 [thread overview]
Message-ID: <514D7B30.7080002@free-electrons.com> (raw)
Arnd, Olof,
Please consider pulling the following pull request that contains
drivers to be included in 3.10. The only addition for now is the clock
driver for the Allwinner A10 and A13.
Thanks,
Maxime
The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8:
Linux 3.9-rc1 (2013-03-03 15:11:05 -0800)
are available in the git repository at:
git://github.com/mripard/linux.git tags/sunxi-drivers-for-3.10
for you to fetch changes up to 6b7724033efb055b07902a2b0a689445ed31b37d:
arm: sunxi: Add useful information about sunxi clocks (2013-03-23 09:36:58 +0100)
----------------------------------------------------------------
sunxi drivers additions for 3.10
----------------------------------------------------------------
Emilio L?pez (2):
clk: arm: sunxi: Add a new clock driver for sunxi SOCs
arm: sunxi: Add useful information about sunxi clocks
Documentation/arm/sunxi/clocks.txt | 56 ++++
Documentation/devicetree/bindings/clock/sunxi.txt | 44 +++
drivers/clk/Makefile | 1 +
drivers/clk/sunxi/Makefile | 5 +
drivers/clk/sunxi/clk-factors.c | 180 ++++++++++
drivers/clk/sunxi/clk-factors.h | 27 ++
drivers/clk/sunxi/clk-sunxi.c | 362 +++++++++++++++++++++
drivers/clocksource/sunxi_timer.c | 4 +-
include/linux/clk/sunxi.h | 22 ++
9 files changed, 699 insertions(+), 2 deletions(-)
create mode 100644 Documentation/arm/sunxi/clocks.txt
create mode 100644 Documentation/devicetree/bindings/clock/sunxi.txt
create mode 100644 drivers/clk/sunxi/Makefile
create mode 100644 drivers/clk/sunxi/clk-factors.c
create mode 100644 drivers/clk/sunxi/clk-factors.h
create mode 100644 drivers/clk/sunxi/clk-sunxi.c
create mode 100644 include/linux/clk/sunxi.h
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next reply other threads:[~2013-03-23 9:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-23 9:51 Maxime Ripard [this message]
2013-03-23 10:06 ` [GIT PULL] sunxi drivers additions for 3.10, take 1 Arnd Bergmann
2013-03-23 22:19 ` Maxime Ripard
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=514D7B30.7080002@free-electrons.com \
--to=maxime.ripard@free-electrons.com \
--cc=linux-arm-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox