From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH 01/12] PM / OPP: Add per OPP table mutex Date: Mon, 9 Jan 2017 15:11:39 -0800 Message-ID: <20170109231139.GT17126@codeaurora.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Viresh Kumar Cc: Rafael Wysocki , Viresh Kumar , Nishanth Menon , linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Guittot List-Id: linux-pm@vger.kernel.org On 12/07, Viresh Kumar wrote: > Add per OPP table lock to protect opp_table->opp_list. > > Note that at few places opp_list is used under the rcu_read_lock() and > so a mutex can't be added there for now. This will be fixed by a later > patch. > > Signed-off-by: Viresh Kumar > --- Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project