From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [RFC PATCH 04/19] cpufreq: bring data structures close to their locks Date: Tue, 12 Jan 2016 14:40:27 +0530 Message-ID: <20160112091027.GU1084@ubuntu> References: <1452533760-13787-1-git-send-email-juri.lelli@arm.com> <1452533760-13787-5-git-send-email-juri.lelli@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f41.google.com ([209.85.220.41]:36471 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932562AbcALJKc (ORCPT ); Tue, 12 Jan 2016 04:10:32 -0500 Received: by mail-pa0-f41.google.com with SMTP id yy13so244037635pab.3 for ; Tue, 12 Jan 2016 01:10:31 -0800 (PST) Content-Disposition: inline In-Reply-To: <1452533760-13787-5-git-send-email-juri.lelli@arm.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Juri Lelli Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, peterz@infradead.org, rjw@rjwysocki.net, mturquette@baylibre.com, steve.muckle@linaro.org, vincent.guittot@linaro.org, morten.rasmussen@arm.com, dietmar.eggemann@arm.com On 11-01-16, 17:35, Juri Lelli wrote: > Currently it is not easy to figure out which lock/mutex protects which data > structure. Clean things up by moving data structures and their locks/mutexs > closer; also, change comments to document relations further. > > Cc: "Rafael J. Wysocki" > Cc: Viresh Kumar > Signed-off-by: Juri Lelli > --- > drivers/cpufreq/cpufreq.c | 33 ++++++++++++++++++--------------- > 1 file changed, 18 insertions(+), 15 deletions(-) Acked-by: Viresh Kumar -- viresh