From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754704AbbCMKkh (ORCPT ); Fri, 13 Mar 2015 06:40:37 -0400 Received: from down.free-electrons.com ([37.187.137.238]:48552 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752280AbbCMKke (ORCPT ); Fri, 13 Mar 2015 06:40:34 -0400 Date: Fri, 13 Mar 2015 11:40:32 +0100 From: Alexandre Belloni To: Lee Jones Cc: Nicolas Ferre , Daniel Lezcano , Boris Brezillon , linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, Wim Van Sebroeck , Guenter Roeck , Jean-Christophe Plagniol-Villard , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5 02/10] mfd: syscon: Add atmel system timer registers definition Message-ID: <20150313104032.GG4329@piout.net> References: <1426162054-9987-1-git-send-email-alexandre.belloni@free-electrons.com> <1426162054-9987-3-git-send-email-alexandre.belloni@free-electrons.com> <20150313080315.GC3383@x1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150313080315.GC3383@x1> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 13/03/2015 at 08:03:15 +0000, Lee Jones wrote : > On Thu, 12 Mar 2015, Alexandre Belloni wrote: > > > AT91RM920 has a memory range reserved for timer and watchdog configuration. > > Expose those registers so that drivers can make use of the system timer syscon > > declared in at91 DTs. > > > > Signed-off-by: Alexandre Belloni > > Acked-by: Lee Jones > > --- > > include/linux/mfd/syscon/atmel-st.h | 49 +++++++++++++++++++++++++++++++++++++ > > 1 file changed, 49 insertions(+) > > create mode 100644 include/linux/mfd/syscon/atmel-st.h > > Applied, thanks. > Actually, I was thinking this could go through the at91 to avoid depending on your branch. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: alexandre.belloni@free-electrons.com (Alexandre Belloni) Date: Fri, 13 Mar 2015 11:40:32 +0100 Subject: [PATCH v5 02/10] mfd: syscon: Add atmel system timer registers definition In-Reply-To: <20150313080315.GC3383@x1> References: <1426162054-9987-1-git-send-email-alexandre.belloni@free-electrons.com> <1426162054-9987-3-git-send-email-alexandre.belloni@free-electrons.com> <20150313080315.GC3383@x1> Message-ID: <20150313104032.GG4329@piout.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On 13/03/2015 at 08:03:15 +0000, Lee Jones wrote : > On Thu, 12 Mar 2015, Alexandre Belloni wrote: > > > AT91RM920 has a memory range reserved for timer and watchdog configuration. > > Expose those registers so that drivers can make use of the system timer syscon > > declared in at91 DTs. > > > > Signed-off-by: Alexandre Belloni > > Acked-by: Lee Jones > > --- > > include/linux/mfd/syscon/atmel-st.h | 49 +++++++++++++++++++++++++++++++++++++ > > 1 file changed, 49 insertions(+) > > create mode 100644 include/linux/mfd/syscon/atmel-st.h > > Applied, thanks. > Actually, I was thinking this could go through the at91 to avoid depending on your branch. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com