Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755425AbcDGJ2j (ORCPT ); Thu, 7 Apr 2016 05:28:39 -0400 Received: from smtprelay.synopsys.com ([198.182.47.9]:47948 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751397AbcDGJ2h (ORCPT ); Thu, 7 Apr 2016 05:28:37 -0400 Subject: Re: [PATCH v6 2/3] clocksource: Add NPS400 timers driver To: Daniel Lezcano , Noam Camus , , References: <1458570272-23037-1-git-send-email-noamca@mellanox.com> <1458570272-23037-3-git-send-email-noamca@mellanox.com> <56FA7A77.6080901@synopsys.com> <56FA8172.5020008@linaro.org> CC: , Rob Herring , "John Stultz" , Noam Camus , "Thomas Gleixner" , Newsgroups: gmane.linux.kernel,gmane.linux.kernel.arc From: Vineet Gupta Message-ID: <570626D9.4050809@synopsys.com> Date: Thu, 7 Apr 2016 14:52:33 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56FA8172.5020008@linaro.org> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.12.197.158] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1525 Lines: 38 On Tuesday 29 March 2016 06:51 PM, Daniel Lezcano wrote: > On 03/29/2016 02:52 PM, Vineet Gupta wrote: >> On Monday 21 March 2016 07:54 PM, Noam Camus wrote: >>> From: Noam Camus >>> >>> Add internal tick generator which is shared by all cores. >>> Each cluster of cores view it through dedicated address. >>> This is used for SMP system where all CPUs synced by same >>> clock source. >>> >>> Signed-off-by: Noam Camus >>> Cc: Daniel Lezcano >>> Cc: Rob Herring >>> Cc: Thomas Gleixner >>> Cc: John Stultz >>> Acked-by: Vineet Gupta >> >> @Noam, AFAIKR, Daniel did ack the prev version - can you please double check and >> repost this again. >> >> @Daniel, this patch depends on a include/soc header introduced by patch 1/3 of the >> series. For 4.7, how should we merge it - take both via ARC tree ! > > There are two ways to do this when there are multiple tree dependencies: > - put a common branch to be shared between trees > - ask for the maintainer for an acked-by and pick it in a single tree > > Given the nature of the patch (initial submission), I agree you pick it through > your tree. BTW, you'd acked the v4 of this patch - can you take a quick look and provide your ACK for v8 2/3, ditto for 1/3 which introduces the common soc header. Quick link to v8 is: http://lists.infradead.org/pipermail/linux-snps-arc/2016-April/000830.html Thx, -Vineet