Re: [PATCH v2 6/9] arm, arm64: factorize common cpu capacity default code

2017-03-09 Thread Juri Lelli
Hi Greg, did you have a chance to have a look at my replies below? It would be really helpful to understand from you how to move forward with this set. Best Regards, - Juri On 13/02/17 15:09, Juri Lelli wrote: > Hi Greg, > > On 10/02/17 15:28, Greg KH wrote: > > On Thu, Feb 09, 2017 at 09:25:

Re: [PATCH v2 6/9] arm, arm64: factorize common cpu capacity default code

2017-02-15 Thread Rob Herring
On Fri, Feb 10, 2017 at 8:28 AM, Greg KH wrote: > On Thu, Feb 09, 2017 at 09:25:22AM +, Juri Lelli wrote: >> arm and arm64 share lot of code relative to parsing CPU capacity >> information from DT, using that information for appropriate scaling and >> exposing a sysfs interface for chaging suc

Re: [PATCH v2 6/9] arm, arm64: factorize common cpu capacity default code

2017-02-15 Thread Greg KH
On Wed, Feb 15, 2017 at 05:17:05PM -0600, Rob Herring wrote: > On Fri, Feb 10, 2017 at 8:28 AM, Greg KH wrote: > >> + * > >> + * Copyright (C) 2016, ARM Ltd. > >> + * Written by: Juri Lelli, ARM Ltd. > >> + * > >> + * This file is subject to the terms and conditions of the GNU General > >> Public

Re: [PATCH v2 6/9] arm, arm64: factorize common cpu capacity default code

2017-02-13 Thread Juri Lelli
Hi Greg, On 10/02/17 15:28, Greg KH wrote: > On Thu, Feb 09, 2017 at 09:25:22AM +, Juri Lelli wrote: > > arm and arm64 share lot of code relative to parsing CPU capacity > > information from DT, using that information for appropriate scaling and > > exposing a sysfs interface for chaging such

Re: [PATCH v2 6/9] arm, arm64: factorize common cpu capacity default code

2017-02-10 Thread Greg KH
On Thu, Feb 09, 2017 at 09:25:22AM +, Juri Lelli wrote: > arm and arm64 share lot of code relative to parsing CPU capacity > information from DT, using that information for appropriate scaling and > exposing a sysfs interface for chaging such values at runtime. > > Factorize such code in a com

[PATCH v2 6/9] arm, arm64: factorize common cpu capacity default code

2017-02-09 Thread Juri Lelli
arm and arm64 share lot of code relative to parsing CPU capacity information from DT, using that information for appropriate scaling and exposing a sysfs interface for chaging such values at runtime. Factorize such code in a common place (driver/base/arch_topology.c) in preparation for further add