From mboxrd@z Thu Jan 1 00:00:00 1970 From: arno@natisbad.org (Arnaud Ebalard) Date: Thu, 15 Jan 2015 22:48:37 +0100 Subject: [PATCH v4 2/5] drivers/rtc/rtc-armada38x: Add a new RTC driver for recent mvebu SoCs In-Reply-To: <1421342601-20384-3-git-send-email-gregory.clement@free-electrons.com> (Gregory CLEMENT's message of "Thu, 15 Jan 2015 18:23:18 +0100") References: <1421342601-20384-1-git-send-email-gregory.clement@free-electrons.com> <1421342601-20384-3-git-send-email-gregory.clement@free-electrons.com> Message-ID: <87egqv7m16.fsf@natisbad.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Gregory, Gregory CLEMENT writes: > The new mvebu SoCs come with a new RTC driver. This patch adds the > support for this new IP which is currently found in the Armada 38x > SoCs. > > This RTC provides two alarms, but only the first one is used in the > driver. The RTC also allows using periodic interrupts. > > Signed-off-by: Gregory CLEMENT > --- > drivers/rtc/Kconfig | 10 ++ > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-armada38x.c | 320 ++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 331 insertions(+) > create mode 100644 drivers/rtc/rtc-armada38x.c FWIW: Reviewed-by: Arnaud Ebalard Cheers, a+ From mboxrd@z Thu Jan 1 00:00:00 1970 From: arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org (Arnaud Ebalard) Subject: Re: [PATCH v4 2/5] drivers/rtc/rtc-armada38x: Add a new RTC driver for recent mvebu SoCs Date: Thu, 15 Jan 2015 22:48:37 +0100 Message-ID: <87egqv7m16.fsf@natisbad.org> References: <1421342601-20384-1-git-send-email-gregory.clement@free-electrons.com> <1421342601-20384-3-git-send-email-gregory.clement@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1421342601-20384-3-git-send-email-gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> (Gregory CLEMENT's message of "Thu, 15 Jan 2015 18:23:18 +0100") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Gregory CLEMENT Cc: Alessandro Zummo , rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Thomas Petazzoni , Ezequiel Garcia , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Maxime Ripard , Boris BREZILLON , Lior Amsalem , Tawfik Bayouk , Nadav Haklai , Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Gregory, Gregory CLEMENT writes: > The new mvebu SoCs come with a new RTC driver. This patch adds the > support for this new IP which is currently found in the Armada 38x > SoCs. > > This RTC provides two alarms, but only the first one is used in the > driver. The RTC also allows using periodic interrupts. > > Signed-off-by: Gregory CLEMENT > --- > drivers/rtc/Kconfig | 10 ++ > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-armada38x.c | 320 ++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 331 insertions(+) > create mode 100644 drivers/rtc/rtc-armada38x.c FWIW: Reviewed-by: Arnaud Ebalard Cheers, a+ -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html