From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-x244.google.com (mail-wg0-x244.google.com. [2a00:1450:400c:c00::244]) by gmr-mx.google.com with ESMTPS id t6si253131wiz.0.2015.07.19.09.28.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Jul 2015 09:28:25 -0700 (PDT) Received: by wgal16 with SMTP id l16so3794596wga.3 for ; Sun, 19 Jul 2015 09:28:25 -0700 (PDT) Date: Sun, 19 Jul 2015 18:28:17 +0200 (CEST) From: "'Hans Ulli Kroll' via rtc-linux" To: Roman Yeryomin cc: Arnd Bergmann , Linus Walleij , linux-arm-kernel@lists.infradead.org, Felix Fietkau , rtc-linux@googlegroups.com, Linus Walleij , linux-kernel@vger.kernel.org, Alexandre Belloni , Russell King , Hans Ulli Kroll Subject: [rtc-linux] Re: [1/2] RTC: Add core rtc support for Gemini Soc devices In-Reply-To: <89dc8e097d12d9400217a237b7a6ca6e@advem.lv> Message-ID: References: <1292339307-14336-2-git-send-email-ulli.kroll@googlemail.com> <2131951.l0j0CIttAZ@wuerfel> <1781580.JRD7b0UrJA@wuerfel> <89dc8e097d12d9400217a237b7a6ca6e@advem.lv> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Hi On Thu, 9 Jul 2015, Roman Yeryomin wrote: > On 2015-07-09 11:04, Arnd Bergmann wrote: > > On Thursday 09 July 2015 01:29:39 Roman Yeryomin wrote: > > > > > > OK, here are the minimal changes required (see attachment). Tested on > > > 4.1.1 > > > Let me know if you want me to submit it in some other way. > > > > > > > The changes look ok to me. Please submit them as two separate > > patches (1. set up and use timer3, 2. register sched_clock) according > > to the Documentation/SubmittingPatches description. > > > > So what do we do? > Do you still want me to split this as you said and submit or you want Hans's > patches rebased/resubmitted? > > Regards, > Roman > can you rebase your patches againt my branch at git://github.com/ulli-kroll/linux.git gemini/clockevents/4.3 I've added here the clockevents changes for 4.3 and patch fory arch/arm/mach-gemini This changes will then go arm@kernel.org. Hans Ulli