From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751665AbaKZMx2 (ORCPT ); Wed, 26 Nov 2014 07:53:28 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:54956 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750783AbaKZMx1 (ORCPT ); Wed, 26 Nov 2014 07:53:27 -0500 Message-ID: <5475CD41.8090903@linaro.org> Date: Wed, 26 Nov 2014 13:53:21 +0100 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: =?UTF-8?B?SGVpa28gU3TDvGJuZXI=?= 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 References: <1412753627-28287-1-git-send-email-sonnyrao@chromium.org> <11522840.iniX5CHHHk@diego> <5475CC75.5030300@linaro.org> <19683112.9S9LAQsUEX@diego> In-Reply-To: <19683112.9S9LAQsUEX@diego> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/26/2014 01:55 PM, Heiko Stübner wrote: > Am Mittwoch, 26. November 2014, 13:49:57 schrieb Daniel Lezcano: >> On 11/26/2014 01:48 PM, Heiko Stübner wrote: >>> 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 >> >> Ok, then I drop them from my tree and will let Olof to handle them. > > But maybe you could give them an Ack :-) Already done :) -- Daniel -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: [PATCH v4] clocksource: arch_timer: Allow the device tree to specify uninitialized timer registers Date: Wed, 26 Nov 2014 13:53:21 +0100 Message-ID: <5475CD41.8090903@linaro.org> References: <1412753627-28287-1-git-send-email-sonnyrao@chromium.org> <11522840.iniX5CHHHk@diego> <5475CC75.5030300@linaro.org> <19683112.9S9LAQsUEX@diego> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <19683112.9S9LAQsUEX@diego> Sender: linux-kernel-owner@vger.kernel.org To: =?UTF-8?B?SGVpa28gU3TDvGJuZXI=?= 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 List-Id: devicetree@vger.kernel.org On 11/26/2014 01:55 PM, Heiko St=C3=BCbner wrote: > Am Mittwoch, 26. November 2014, 13:49:57 schrieb Daniel Lezcano: >> On 11/26/2014 01:48 PM, Heiko St=C3=BCbner wrote: >>> Am Mittwoch, 26. November 2014, 13:30:58 schrieb Daniel Lezcano: >>>> On 11/26/2014 01:06 PM, Heiko St=C3=BCbner 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 patche= s 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: rk3= 288: >>>>> add >>>>> arm,cpu-registers-not-fw-configured" [1]. >>>> >>>> Ok, so IIUC, "clocksource: arch_timer: Fix code to use physical ti= mers >>>> when requested" should go via arm's tree, right ? >>> >>> If I'm reading Olof's irc-comments from yesterday correctly, that i= s 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 uninit= ialized >>> >>> timer registers" allows this to be set from dt >>> >>> - "ARM: dts: rk3288: add arm,cpu-registers-not-fw-configured" enabl= es this >>> on> >>> rk3288 >> >> Ok, then I drop them from my tree and will let Olof to handle them. > > But maybe you could give them an Ack :-) Already done :) -- Daniel --=20 Linaro.org =E2=94=82 Open source software fo= r ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel.lezcano@linaro.org (Daniel Lezcano) Date: Wed, 26 Nov 2014 13:53:21 +0100 Subject: [PATCH v4] clocksource: arch_timer: Allow the device tree to specify uninitialized timer registers In-Reply-To: <19683112.9S9LAQsUEX@diego> References: <1412753627-28287-1-git-send-email-sonnyrao@chromium.org> <11522840.iniX5CHHHk@diego> <5475CC75.5030300@linaro.org> <19683112.9S9LAQsUEX@diego> Message-ID: <5475CD41.8090903@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/26/2014 01:55 PM, Heiko St?bner wrote: > Am Mittwoch, 26. November 2014, 13:49:57 schrieb Daniel Lezcano: >> On 11/26/2014 01:48 PM, Heiko St?bner wrote: >>> 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 >> >> Ok, then I drop them from my tree and will let Olof to handle them. > > But maybe you could give them an Ack :-) Already done :) -- Daniel -- Linaro.org ? Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog