From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.free-electrons.com (down.free-electrons.com. [37.187.137.238]) by gmr-mx.google.com with ESMTP id et8si59573wib.2.2015.08.24.02.46.53 for ; Mon, 24 Aug 2015 02:46:53 -0700 (PDT) Date: Mon, 24 Aug 2015 11:45:02 +0200 From: Alexandre Belloni To: Michal Simek Cc: Suneel Garapati , rtc-linux@googlegroups.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, sorenb@xilinx.com, Alessandro Zummo , punnaia@xilinx.com, anuragku@xilinx.com, anirudh@xilinx.com Subject: [rtc-linux] Re: [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver Message-ID: <20150824094502.GI13155@piout.net> References: <1439978002-12157-1-git-send-email-suneel.garapati@xilinx.com> <1439978002-12157-2-git-send-email-suneel.garapati@xilinx.com> <20150824074310.GF13155@piout.net> <55DACC5A.80707@xilinx.com> <20150824080800.GG13155@piout.net> <55DAE15B.6090602@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 In-Reply-To: <55DAE15B.6090602@xilinx.com> Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On 24/08/2015 at 11:18:19 +0200, Michal Simek wrote : > > I'm not fond of carrying patches with uncontactable authors. Is that a > > permanent error? >=20 > Unfortunately. That guy left Xilinx last week but don't be scared that > none will be responsible about this driver. I have well proven history > on Linux and others project and I am here if you need to do some testing > or ACK for changes. Just let me know when you need something. >=20 > get_maintainer returns me and Soren that's why you shouldn't have any > problem with it. >=20 > [linux]$ ./scripts/get_maintainer.pl -f drivers/rtc/rtc-zynqmp.c > Alessandro Zummo (maintainer:REAL TIME CLOCK > (RTC) SUBSYSTEM) > Alexandre Belloni > (maintainer:REAL TIME CLOCK (RTC) SUBSYSTEM) > Michal Simek (supporter:ARM/ZYNQ ARCHITECTURE) > "S=C3=B6ren Brinkmann" (reviewer) > rtc-linux@googlegroups.com (open list:REAL TIME CLOCK (RTC) SUBSYSTEM) > linux-arm-kernel@lists.infradead.org (moderated list:ARM/ZYNQ ARCHITECTUR= E) > linux-kernel@vger.kernel.org (open list) >=20 Perfect, thanks! --=20 Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com --=20 --=20 You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. ---=20 You received this message because you are subscribed to the Google Groups "= rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 From: alexandre.belloni@free-electrons.com (Alexandre Belloni) Date: Mon, 24 Aug 2015 11:45:02 +0200 Subject: [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver In-Reply-To: <55DAE15B.6090602@xilinx.com> References: <1439978002-12157-1-git-send-email-suneel.garapati@xilinx.com> <1439978002-12157-2-git-send-email-suneel.garapati@xilinx.com> <20150824074310.GF13155@piout.net> <55DACC5A.80707@xilinx.com> <20150824080800.GG13155@piout.net> <55DAE15B.6090602@xilinx.com> Message-ID: <20150824094502.GI13155@piout.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 24/08/2015 at 11:18:19 +0200, Michal Simek wrote : > > I'm not fond of carrying patches with uncontactable authors. Is that a > > permanent error? > > Unfortunately. That guy left Xilinx last week but don't be scared that > none will be responsible about this driver. I have well proven history > on Linux and others project and I am here if you need to do some testing > or ACK for changes. Just let me know when you need something. > > get_maintainer returns me and Soren that's why you shouldn't have any > problem with it. > > [linux]$ ./scripts/get_maintainer.pl -f drivers/rtc/rtc-zynqmp.c > Alessandro Zummo (maintainer:REAL TIME CLOCK > (RTC) SUBSYSTEM) > Alexandre Belloni > (maintainer:REAL TIME CLOCK (RTC) SUBSYSTEM) > Michal Simek (supporter:ARM/ZYNQ ARCHITECTURE) > "S?ren Brinkmann" (reviewer) > rtc-linux at googlegroups.com (open list:REAL TIME CLOCK (RTC) SUBSYSTEM) > linux-arm-kernel at lists.infradead.org (moderated list:ARM/ZYNQ ARCHITECTURE) > linux-kernel at vger.kernel.org (open list) > Perfect, thanks! -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754245AbbHXJq4 (ORCPT ); Mon, 24 Aug 2015 05:46:56 -0400 Received: from down.free-electrons.com ([37.187.137.238]:57309 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754092AbbHXJqy (ORCPT ); Mon, 24 Aug 2015 05:46:54 -0400 Date: Mon, 24 Aug 2015 11:45:02 +0200 From: Alexandre Belloni To: Michal Simek Cc: Suneel Garapati , rtc-linux@googlegroups.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, sorenb@xilinx.com, Alessandro Zummo , punnaia@xilinx.com, anuragku@xilinx.com, anirudh@xilinx.com Subject: Re: [PATCH v3 2/2] drivers: rtc: add xilinx zynqmp rtc driver Message-ID: <20150824094502.GI13155@piout.net> References: <1439978002-12157-1-git-send-email-suneel.garapati@xilinx.com> <1439978002-12157-2-git-send-email-suneel.garapati@xilinx.com> <20150824074310.GF13155@piout.net> <55DACC5A.80707@xilinx.com> <20150824080800.GG13155@piout.net> <55DAE15B.6090602@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <55DAE15B.6090602@xilinx.com> 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 On 24/08/2015 at 11:18:19 +0200, Michal Simek wrote : > > I'm not fond of carrying patches with uncontactable authors. Is that a > > permanent error? > > Unfortunately. That guy left Xilinx last week but don't be scared that > none will be responsible about this driver. I have well proven history > on Linux and others project and I am here if you need to do some testing > or ACK for changes. Just let me know when you need something. > > get_maintainer returns me and Soren that's why you shouldn't have any > problem with it. > > [linux]$ ./scripts/get_maintainer.pl -f drivers/rtc/rtc-zynqmp.c > Alessandro Zummo (maintainer:REAL TIME CLOCK > (RTC) SUBSYSTEM) > Alexandre Belloni > (maintainer:REAL TIME CLOCK (RTC) SUBSYSTEM) > Michal Simek (supporter:ARM/ZYNQ ARCHITECTURE) > "Sören Brinkmann" (reviewer) > rtc-linux@googlegroups.com (open list:REAL TIME CLOCK (RTC) SUBSYSTEM) > linux-arm-kernel@lists.infradead.org (moderated list:ARM/ZYNQ ARCHITECTURE) > linux-kernel@vger.kernel.org (open list) > Perfect, thanks! -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com