From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751272AbbEARK2 (ORCPT ); Fri, 1 May 2015 13:10:28 -0400 Received: from smarthost01d.mail.zen.net.uk ([212.23.1.7]:45661 "EHLO smarthost01d.mail.zen.net.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750737AbbEARK0 (ORCPT ); Fri, 1 May 2015 13:10:26 -0400 Message-ID: <1430500223.6009.12.camel@linaro.org> Subject: Re: [PATCH 4/4] cpufreq: arm_big_little: add SCPI interface driver From: "Jon Medhurst (Tixy)" To: Sudeep Holla Cc: "linux-kernel@vger.kernel.org" , Liviu Dudau , Lorenzo Pieralisi , Viresh Kumar , "Rafael J. Wysocki" , "linux-pm@vger.kernel.org" Date: Fri, 01 May 2015 18:10:23 +0100 In-Reply-To: <55438A6C.50805@arm.com> References: <1430134846-24320-1-git-send-email-sudeep.holla@arm.com> <1430134846-24320-5-git-send-email-sudeep.holla@arm.com> <1430486378.3045.56.camel@linaro.org> <55438062.8050309@arm.com> <1430489566.3045.64.camel@linaro.org> <55438A6C.50805@arm.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Originating-smarthost01d-IP: [82.69.122.217] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2015-05-01 at 15:15 +0100, Sudeep Holla wrote: > No issues, it's better to have remainders like this :). I plan to post > something in the next version. Will that also include the other piece of the puzzle to get the big.LITTLE cpufreq driver running? ;-) ... https://github.com/ARM-software/linux/commit/29c33a5865437f0745e8e3a9beb5f82694257b4d With that, and device-tree updates [1], I've finally managed to get this patch series running on Juno with v4.1-rc1 and they pass some basic smoke testing. -- Tixy