From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/12] ARM: sun8i: Enable pinctrl, i2c and mmc
Date: Sun, 17 Aug 2014 10:03:33 +0200 [thread overview]
Message-ID: <20140817080333.GZ15297@lukather> (raw)
In-Reply-To: <1408247538-16950-1-git-send-email-wens@csie.org>
Hi,
On Sun, Aug 17, 2014 at 11:52:06AM +0800, Chen-Yu Tsai wrote:
> Hi Maxime,
>
> This series enables all the controllers on sun8i that we already have
> drivers for, excluding SPI as the tablet I have does not use it and
> I cannot test it. If there's a way to test it without external connections
> or devices please let me know.
>
> This series is based on 3.17-rc1, however it should cleanly apply over
> the sun8i-rtc patch you've queued.
>
> The commit logs pretty much explain themselves. Note that PLL6 is not
> implemented yet. I've some patches for the clocks that I will send later.
Merged patches 1-10.
Thanks!
Maxime
--
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: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140817/69c37926/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: Chen-Yu Tsai <wens@csie.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/12] ARM: sun8i: Enable pinctrl, i2c and mmc
Date: Sun, 17 Aug 2014 10:03:33 +0200 [thread overview]
Message-ID: <20140817080333.GZ15297@lukather> (raw)
In-Reply-To: <1408247538-16950-1-git-send-email-wens@csie.org>
[-- Attachment #1: Type: text/plain, Size: 770 bytes --]
Hi,
On Sun, Aug 17, 2014 at 11:52:06AM +0800, Chen-Yu Tsai wrote:
> Hi Maxime,
>
> This series enables all the controllers on sun8i that we already have
> drivers for, excluding SPI as the tablet I have does not use it and
> I cannot test it. If there's a way to test it without external connections
> or devices please let me know.
>
> This series is based on 3.17-rc1, however it should cleanly apply over
> the sun8i-rtc patch you've queued.
>
> The commit logs pretty much explain themselves. Note that PLL6 is not
> implemented yet. I've some patches for the clocks that I will send later.
Merged patches 1-10.
Thanks!
Maxime
--
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 prev parent reply other threads:[~2014-08-17 8:03 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-17 3:52 [PATCH 00/12] ARM: sun8i: Enable pinctrl, i2c and mmc Chen-Yu Tsai
2014-08-17 3:52 ` Chen-Yu Tsai
2014-08-17 3:52 ` [PATCH 01/12] ARM: dts: sun8i: Add PIO controller node to the sun8i dtsi Chen-Yu Tsai
2014-08-17 3:52 ` Chen-Yu Tsai
2014-08-17 3:52 ` [PATCH 02/12] ARM: dts: sun8i: Add R_PIO controller node to the dtsi Chen-Yu Tsai
2014-08-17 3:52 ` Chen-Yu Tsai
2014-08-17 3:52 ` [PATCH 03/12] ARM: dts: sun8i: Add pinmux set for uart0 Chen-Yu Tsai
2014-08-17 3:52 ` Chen-Yu Tsai
2014-08-17 3:52 ` [PATCH 04/12] ARM: dts: sun8i: Add pin muxing option for R_UART Chen-Yu Tsai
2014-08-17 3:52 ` Chen-Yu Tsai
2014-08-17 3:52 ` [PATCH 05/12] ARM: dts: sun8i: ippo-q8h: Add pinctrl properties " Chen-Yu Tsai
2014-08-17 3:52 ` Chen-Yu Tsai
2014-08-17 3:52 ` [PATCH 06/12] ARM: dts: sun8i: Add mmc clocks to the dtsi Chen-Yu Tsai
2014-08-17 3:52 ` Chen-Yu Tsai
2014-08-17 3:52 ` [PATCH 07/12] ARM: dts: sun8i: Add pin-muxing info for the mmc controllers Chen-Yu Tsai
2014-08-17 3:52 ` Chen-Yu Tsai
2014-08-17 3:52 ` [PATCH 08/12] ARM: dts: sun8i: Add mmc controller nodes Chen-Yu Tsai
2014-08-17 3:52 ` Chen-Yu Tsai
2014-08-17 3:52 ` [PATCH 09/12] ARM: dts: sun8i: Enable mmc controller on ippo-q8h-v5 Chen-Yu Tsai
2014-08-17 3:52 ` Chen-Yu Tsai
2014-08-17 3:52 ` [PATCH 10/12] ARM: dts: sun8i: Add pin-muxing info for the i2c controllers Chen-Yu Tsai
2014-08-17 3:52 ` Chen-Yu Tsai
2014-08-17 3:52 ` [PATCH 11/12] ARM: dts: sun8i: Add i2c controller nodes Chen-Yu Tsai
2014-08-17 3:52 ` Chen-Yu Tsai
2014-08-17 8:02 ` Maxime Ripard
2014-08-17 8:02 ` Maxime Ripard
2014-08-17 15:20 ` Chen-Yu Tsai
2014-08-17 15:20 ` Chen-Yu Tsai
2014-08-18 14:27 ` Maxime Ripard
2014-08-18 14:27 ` Maxime Ripard
2014-08-18 15:57 ` [linux-sunxi] " Chen-Yu Tsai
2014-08-18 15:57 ` Chen-Yu Tsai
2014-08-17 3:52 ` [PATCH 12/12] ARM: dts: sun8i: Enable i2c controllers on ippo-q8h-v5 Chen-Yu Tsai
2014-08-17 3:52 ` Chen-Yu Tsai
2014-08-17 8:03 ` Maxime Ripard [this message]
2014-08-17 8:03 ` [PATCH 00/12] ARM: sun8i: Enable pinctrl, i2c and mmc 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=20140817080333.GZ15297@lukather \
--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 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.