From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751338AbaKZMou (ORCPT ); Wed, 26 Nov 2014 07:44:50 -0500 Received: from gloria.sntech.de ([95.129.55.99]:44062 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750836AbaKZMos convert rfc822-to-8bit (ORCPT ); Wed, 26 Nov 2014 07:44:48 -0500 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Daniel Lezcano Cc: Doug Anderson , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Lorenzo Pieralisi , Olof Johansson , Thomas Gleixner , Will Deacon , Catalin Marinas , Sudeep Holla , Mark Rutland , Stephen Boyd , Marc Zyngier , Pawel Moll , Ian Campbell , Kumar Gala , Nathan Lynch , Rob Herring , Sonny Rao Subject: Re: [PATCH v4] clocksource: arch_timer: Allow the device tree to specify uninitialized timer registers Date: Wed, 26 Nov 2014 13:48:32 +0100 Message-ID: <11522840.iniX5CHHHk@diego> User-Agent: KMail/4.14.1 (Linux/3.16-3-amd64; KDE/4.14.2; x86_64; ; ) In-Reply-To: <5475C802.4050903@linaro.org> References: <1412753627-28287-1-git-send-email-sonnyrao@chromium.org> <4822206.0yqmIumDEc@diego> <5475C802.4050903@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 26. November 2014, 13:30:58 schrieb Daniel Lezcano: > On 11/26/2014 01:06 PM, Heiko Stübner wrote: > > Hi Daniel, > > > > Am Mittwoch, 26. November 2014, 12:51:08 schrieb Daniel Lezcano: > >> Hi Doug, Olof, > >> > >> IIUC, it sounds like this patch is needed from some other patches in > >> arm-soc. Olof was proposing to take this patch through its tree to > >> facilitate the integration. > >> > >> Olof, is it this patch you were worried about ? > > > > I think this is one of two patches in question. > > > > "clocksource: arch_timer: Fix code to use physical timers when requested" > > [0] would be the second one. > > > > And the patch for arm-soc that Olof means would be "ARM: dts: rk3288: add > > arm,cpu-registers-not-fw-configured" [1]. > > Ok, so IIUC, "clocksource: arch_timer: Fix code to use physical timers > when requested" should go via arm's tree, right ? If I'm reading Olof's irc-comments from yesterday correctly, that is right and the 3 patches should go in together: - "clocksource: arch_timer: Fix code to use physical timers when requested" fixes the use of physical timers in general - "clocksource: arch_timer: Allow the device tree to specify uninitialized timer registers" allows this to be set from dt - "ARM: dts: rk3288: add arm,cpu-registers-not-fw-configured" enables this on rk3288 Heiko