Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754066AbbHXHnN (ORCPT ); Mon, 24 Aug 2015 03:43:13 -0400 Received: from down.free-electrons.com ([37.187.137.238]:54359 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753738AbbHXHnL (ORCPT ); Mon, 24 Aug 2015 03:43:11 -0400 Date: Mon, 24 Aug 2015 09:43:10 +0200 From: Alexandre Belloni To: Suneel Garapati Cc: rtc-linux@googlegroups.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, michals@xilinx.com, 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: <20150824074310.GF13155@piout.net> References: <1439978002-12157-1-git-send-email-suneel.garapati@xilinx.com> <1439978002-12157-2-git-send-email-suneel.garapati@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439978002-12157-2-git-send-email-suneel.garapati@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 Content-Length: 1044 Lines: 32 On 19/08/2015 at 15:23:22 +0530, Suneel Garapati wrote : > adds support for RTC controller found on > Xilinx Zynq Ultrascale+ MPSoC platform. > > Signed-off-by: Suneel Garapati > --- > Changes v3 > - fix checkpatch errors > - check time in secs arg against max sec val > - order header files > - use ptr_err_or_zero macro > - use time64 variants > Changes v2 > - change alm to alarm > --- > drivers/rtc/Kconfig | 7 ++ > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-zynqmp.c | 279 +++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 287 insertions(+) > create mode 100644 drivers/rtc/rtc-zynqmp.c > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/