Re: [PATCH v3 0/2] arm: remove cpu_efficiency

2017-11-24 Thread Dietmar Eggemann
On 10/24/2017 03:31 PM, Dietmar Eggemann wrote: Hi Russel, Thanks for the review! On 24/10/17 11:52, Russell King - ARM Linux wrote: On Tue, Oct 24, 2017 at 11:27:16AM +0100, Dietmar Eggemann wrote: With the dt related patches for exynos and renesas now in the appropriated for-next branches f

Re: [PATCH v3 0/2] arm: remove cpu_efficiency

2017-10-24 Thread Dietmar Eggemann
Hi Russel, Thanks for the review! On 24/10/17 11:52, Russell King - ARM Linux wrote: > On Tue, Oct 24, 2017 at 11:27:16AM +0100, Dietmar Eggemann wrote: >> With the dt related patches for exynos and renesas now in the >> appropriated for-next branches for v4.15 there are no Cortex-A15/A7 arm >> b

Re: [PATCH v3 0/2] arm: remove cpu_efficiency

2017-10-24 Thread Russell King - ARM Linux
On Tue, Oct 24, 2017 at 11:27:16AM +0100, Dietmar Eggemann wrote: > With the dt related patches for exynos and renesas now in the > appropriated for-next branches for v4.15 there are no Cortex-A15/A7 arm > big.LITTLE systems left relying on the 'cpu_efficiency/clock-frequency > dt property' based s

[PATCH v3 0/2] arm: remove cpu_efficiency

2017-10-24 Thread Dietmar Eggemann
v2: review results [1]: Vincent pointed out that there are missing of_node_put() calls for cpu device node in parse_dt_topology(). Added them with an extra patch. v1: review results [2]: Vincent pointed out that there is a superfluous continue statement in parse_dt_topology(). Got rid of it. Krz