Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759406AbcKCR27 (ORCPT ); Thu, 3 Nov 2016 13:28:59 -0400 Received: from mail-wm0-f49.google.com ([74.125.82.49]:36638 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757199AbcKCR25 (ORCPT ); Thu, 3 Nov 2016 13:28:57 -0400 Date: Thu, 3 Nov 2016 18:28:47 +0100 From: Daniel Lezcano To: Vineet Gupta Cc: tglx@linutronix.de, linux-kernel@vger.kernel.org, linux-snps-arc@lists.infradead.org, Noam Camus , Alexey.Brodkin@synopsys.com Subject: Re: [PATCH 0/9] Move ARC timer code into drivers/clocksource/ Message-ID: <20161103172847.GH1859@mai> References: <35bde193-8492-83e0-fb03-8385d8afd007@synopsys.com> <1477954096-770-1-git-send-email-vgupta@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477954096-770-1-git-send-email-vgupta@synopsys.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 637 Lines: 16 On Mon, Oct 31, 2016 at 03:48:07PM -0700, Vineet Gupta wrote: > Hi, > > This series addresses the long pending move of ARC timer code into > drivers/clocksource/. > > - patches [1-4]/9 are improvements to arc code, paving way for later code motion. > - patches [5-8]/9 refactor the arc headers to be shared between arc and drivers > - patch 9/9 moves out the driver code/build/Kconfig bits > > As review progresses/concludes, I'd like to merge [1-8] for this merge window and > clocksource maintainers can pick up the actual switch for 4.10 or even 4.9 as they > prefer. > The different patches deserve a longer change description.