From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756030AbaICJcE (ORCPT ); Wed, 3 Sep 2014 05:32:04 -0400 Received: from top.free-electrons.com ([176.31.233.9]:44365 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755882AbaICJcB (ORCPT ); Wed, 3 Sep 2014 05:32:01 -0400 Date: Wed, 3 Sep 2014 11:31:57 +0200 From: Boris BREZILLON To: Boris BREZILLON Cc: Nicolas Ferre , Jean-Christophe Plagniol-Villard , Alexandre Belloni , Andrew Victor , Alessandro Zummo , rtc-linux@googlegroups.com, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Douglas Gilbert , Johan Hovold Subject: Re: [PATCH 0/5] rtc: at91sam9: add DT support Message-ID: <20140903113157.45822fbb@bbrezillon> In-Reply-To: <1409733934-14465-1-git-send-email-boris.brezillon@free-electrons.com> References: <1409733934-14465-1-git-send-email-boris.brezillon@free-electrons.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 3 Sep 2014 10:45:29 +0200 Boris BREZILLON wrote: > Hello, > > This patch series adds DT support to the atmel at91sam9 RTC driver. > > It also removes any machine specific inclusions to prepare the migration > to multi platform kernel support, and retain the slow clock to prevent > the CCF from disabling it at the end of boot. Oops, just noticed there already was a proposal adding DT support to this driver [1]. Adding Johan and Douglas in Cc. [1]http://lists.infradead.org/pipermail/linux-arm-kernel/2013-April/160453.html > > Best Regards, > > Boris > > Boris BREZILLON (5): > rtc: at91sam9: remove references to mach specific headers > rtc: at91sam9: use standard readl/writel functions instead of raw > versions > rtc: at91sam9: add DT support > rtc: at91sam9: retain slow clock and check its rate > rtc: at91sam9: add DT bindings documentation > > .../devicetree/bindings/rtc/atmel,at91sam9-rtc.txt | 20 +++++++ > drivers/rtc/rtc-at91sam9.c | 63 +++++++++++++++++++--- > 2 files changed, 75 insertions(+), 8 deletions(-) > create mode 100644 Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.txt > -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris BREZILLON Subject: Re: [PATCH 0/5] rtc: at91sam9: add DT support Date: Wed, 3 Sep 2014 11:31:57 +0200 Message-ID: <20140903113157.45822fbb@bbrezillon> References: <1409733934-14465-1-git-send-email-boris.brezillon@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1409733934-14465-1-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Boris BREZILLON Cc: Nicolas Ferre , Jean-Christophe Plagniol-Villard , Alexandre Belloni , Andrew Victor , Alessandro Zummo , rtc-linux-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Douglas Gilbert , Johan Hovold List-Id: devicetree@vger.kernel.org On Wed, 3 Sep 2014 10:45:29 +0200 Boris BREZILLON wrote: > Hello, > > This patch series adds DT support to the atmel at91sam9 RTC driver. > > It also removes any machine specific inclusions to prepare the migration > to multi platform kernel support, and retain the slow clock to prevent > the CCF from disabling it at the end of boot. Oops, just noticed there already was a proposal adding DT support to this driver [1]. Adding Johan and Douglas in Cc. [1]http://lists.infradead.org/pipermail/linux-arm-kernel/2013-April/160453.html > > Best Regards, > > Boris > > Boris BREZILLON (5): > rtc: at91sam9: remove references to mach specific headers > rtc: at91sam9: use standard readl/writel functions instead of raw > versions > rtc: at91sam9: add DT support > rtc: at91sam9: retain slow clock and check its rate > rtc: at91sam9: add DT bindings documentation > > .../devicetree/bindings/rtc/atmel,at91sam9-rtc.txt | 20 +++++++ > drivers/rtc/rtc-at91sam9.c | 63 +++++++++++++++++++--- > 2 files changed, 75 insertions(+), 8 deletions(-) > create mode 100644 Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.txt > -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: boris.brezillon@free-electrons.com (Boris BREZILLON) Date: Wed, 3 Sep 2014 11:31:57 +0200 Subject: [PATCH 0/5] rtc: at91sam9: add DT support In-Reply-To: <1409733934-14465-1-git-send-email-boris.brezillon@free-electrons.com> References: <1409733934-14465-1-git-send-email-boris.brezillon@free-electrons.com> Message-ID: <20140903113157.45822fbb@bbrezillon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 3 Sep 2014 10:45:29 +0200 Boris BREZILLON wrote: > Hello, > > This patch series adds DT support to the atmel at91sam9 RTC driver. > > It also removes any machine specific inclusions to prepare the migration > to multi platform kernel support, and retain the slow clock to prevent > the CCF from disabling it at the end of boot. Oops, just noticed there already was a proposal adding DT support to this driver [1]. Adding Johan and Douglas in Cc. [1]http://lists.infradead.org/pipermail/linux-arm-kernel/2013-April/160453.html > > Best Regards, > > Boris > > Boris BREZILLON (5): > rtc: at91sam9: remove references to mach specific headers > rtc: at91sam9: use standard readl/writel functions instead of raw > versions > rtc: at91sam9: add DT support > rtc: at91sam9: retain slow clock and check its rate > rtc: at91sam9: add DT bindings documentation > > .../devicetree/bindings/rtc/atmel,at91sam9-rtc.txt | 20 +++++++ > drivers/rtc/rtc-at91sam9.c | 63 +++++++++++++++++++--- > 2 files changed, 75 insertions(+), 8 deletions(-) > create mode 100644 Documentation/devicetree/bindings/rtc/atmel,at91sam9-rtc.txt > -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com