From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753528Ab1GFMaB (ORCPT ); Wed, 6 Jul 2011 08:30:01 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:62376 "EHLO mail-fx0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753175Ab1GFM37 (ORCPT ); Wed, 6 Jul 2011 08:29:59 -0400 Message-ID: <4E1454BD.7050607@mvista.com> Date: Wed, 06 Jul 2011 16:27:41 +0400 From: Vitaly Kuzmichev Reply-To: vkuzmichev@mvista.com Organization: MontaVista Software, LLC User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Thunderbird/3.1.10 MIME-Version: 1.0 To: Marc Zyngier CC: "linux-arm-kernel@lists.infradead.org" , "linux-watchdog@vger.kernel.org" , Russell King , Wim Van Sebroeck , "arm@kernel.org" , "linux-kernel@vger.kernel.org" , Arnd Bergmann , John Stultz , Nicolas Pitre , Thomas Gleixner Subject: Re: [PATCH V2 0/6] arm_smp_twd: mpcore_wdt: Fix MPCORE watchdog setup References: <1286185540-19569-1-git-send-email-vkuzmichev@mvista.com> <1309892440-3260-1-git-send-email-vkuzmichev@mvista.com> <4E14337F.1050101@arm.com> In-Reply-To: <4E14337F.1050101@arm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Marc, On 07/06/2011 02:05 PM, Marc Zyngier wrote: [...] >> The series of patches is based on arm-platforms.git/local_timers_as_devices >> branch since it looks like that it is going to be merged into the mainline. > > Be careful here. This branch is a work in progress, likely to change > very quickly, contains code that has not been posted to the ML yet, and > will probably eat your pet for breakfast. As far as mainline merging is > concerned, there is still a long way to go (see the GIC consolidation > patches, on which the local_timers_as_devices branch relies). I understand. When do you plan to finish this job? Would not it be better to prepare two sets of patches: first one for linux-2.6/master with exported function, second for arm-platforms.git with removing exported function and replacing use of it by clk_get_rate(smp_twd) call? Is there a chance in this case, that my patches will be merged much earlier than yours? If not, I will just rework patch 2/6 to remove exported and use only clock interface. Thanks, Vitaly.