From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 0/6] ARM: sunxi: RTC support for A31/A23
Date: Thu, 31 Jul 2014 11:55:55 +0200 [thread overview]
Message-ID: <20140731095555.GZ3952@lukather> (raw)
In-Reply-To: <1406724969-2482-1-git-send-email-wens@csie.org>
Hi,
On Wed, Jul 30, 2014 at 08:56:03PM +0800, Chen-Yu Tsai wrote:
> Hi everyone,
>
> This is v5 of the sun6i RTC series. This series adds support for
> the RTC in A31 and A23 SoCs. The series applies to sunxi-next.
>
> The A31 has a new RTC block that is separate from the timer block.
> It has separate interrupts for each of the alarms, and a different
> format for the counter alarm. The driver has been tested on the
> A31 Hummingbird, and the A23 tablet I'm using to work on sun8i
> support.
>
> Patch 1 adds the driver for the RTC.
>
> Patch 2 is a minor cleanup. This makes rtc-sunxi depend on sun4i or
> sun7i, the 2 platforms the driver is actually used on.
>
> Patch 3 adds the RTC device node to the sun6i DTSI.
>
> Patch 4 adds the RTC device node to the sun8i DTSI.
>
> Patch 5 adds enables rtc-sun6i in the sunxi defconfig.
>
> Patch 6 adds enables rtc-sun6i in the multi_v7 defconfig.
> This patch applies to arm-soc/next/defconfig (e9a86d96)
I queued patches 3 to 6 for 3.18.
I'll rebase a publish the branches as soon as 3.17-rc1 is out, so
don't worry if you don't see these patches appear right away.
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/20140731/929c1dbe/attachment-0001.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
Cc: Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
Alessandro Zummo
<a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Varka Bhadram
<varkabhadram-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: [PATCH v5 0/6] ARM: sunxi: RTC support for A31/A23
Date: Thu, 31 Jul 2014 11:55:55 +0200 [thread overview]
Message-ID: <20140731095555.GZ3952@lukather> (raw)
In-Reply-To: <1406724969-2482-1-git-send-email-wens-jdAy2FN1RRM@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1295 bytes --]
Hi,
On Wed, Jul 30, 2014 at 08:56:03PM +0800, Chen-Yu Tsai wrote:
> Hi everyone,
>
> This is v5 of the sun6i RTC series. This series adds support for
> the RTC in A31 and A23 SoCs. The series applies to sunxi-next.
>
> The A31 has a new RTC block that is separate from the timer block.
> It has separate interrupts for each of the alarms, and a different
> format for the counter alarm. The driver has been tested on the
> A31 Hummingbird, and the A23 tablet I'm using to work on sun8i
> support.
>
> Patch 1 adds the driver for the RTC.
>
> Patch 2 is a minor cleanup. This makes rtc-sunxi depend on sun4i or
> sun7i, the 2 platforms the driver is actually used on.
>
> Patch 3 adds the RTC device node to the sun6i DTSI.
>
> Patch 4 adds the RTC device node to the sun8i DTSI.
>
> Patch 5 adds enables rtc-sun6i in the sunxi defconfig.
>
> Patch 6 adds enables rtc-sun6i in the multi_v7 defconfig.
> This patch applies to arm-soc/next/defconfig (e9a86d96)
I queued patches 3 to 6 for 3.18.
I'll rebase a publish the branches as soon as 3.17-rc1 is out, so
don't worry if you don't see these patches appear right away.
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-07-31 9:55 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-30 12:56 [PATCH v5 0/6] ARM: sunxi: RTC support for A31/A23 Chen-Yu Tsai
2014-07-30 12:56 ` Chen-Yu Tsai
2014-07-30 12:56 ` [PATCH v5 1/6] rtc: sun6i: Add sun6i RTC driver Chen-Yu Tsai
2014-07-30 12:56 ` Chen-Yu Tsai
2014-07-30 12:56 ` [PATCH v5 2/6] rtc: sunxi: Depend on platforms sun4i/sun7i that actually have the rtc Chen-Yu Tsai
2014-07-30 12:56 ` Chen-Yu Tsai
2014-07-30 12:56 ` [PATCH v5 3/6] ARM: dts: sun6i: add rtc device node Chen-Yu Tsai
2014-07-30 12:56 ` Chen-Yu Tsai
2014-07-30 12:56 ` [PATCH v5 4/6] ARM: dts: sun8i: " Chen-Yu Tsai
2014-07-30 12:56 ` Chen-Yu Tsai
2014-07-30 12:56 ` [PATCH v5 5/6] ARM: sunxi: Add A31 RTC driver to sunxi_defconfig Chen-Yu Tsai
2014-07-30 12:56 ` Chen-Yu Tsai
2014-07-30 12:56 ` [PATCH v5 6/6] ARM: sunxi: Add A31 RTC driver to multi_v7_defconfig Chen-Yu Tsai
2014-07-30 12:56 ` Chen-Yu Tsai
2014-07-31 9:55 ` Maxime Ripard [this message]
2014-07-31 9:55 ` [PATCH v5 0/6] ARM: sunxi: RTC support for A31/A23 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=20140731095555.GZ3952@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.