Re: [PATCH] cpufreq: exynos5440: Protect opp search calls with rcu lock

2013-04-21 Thread Rafael J. Wysocki
On Monday, April 15, 2013 11:54:47 AM Amit Daniel Kachhap wrote: > As per the OPP library documentation(Documentation/power/opp.txt) all > opp find/get calls should be protected by rcu locks. > > Signed-off-by: Amit Daniel Kachhap > --- > > This patch is created against linux-next tree and is su

Re: [PATCH] cpufreq: exynos5440: Protect opp search calls with rcu lock

2013-04-15 Thread amit daniel kachhap
Hi Nishanth, Thanks for reviewing this patch. On Mon, Apr 15, 2013 at 7:40 PM, Nishanth Menon wrote: > Daniel, > On Mon, Apr 15, 2013 at 1:24 AM, Amit Daniel Kachhap > wrote: >> As per the OPP library documentation(Documentation/power/opp.txt) all >> opp find/get calls should be protected by rc

Re: [PATCH] cpufreq: exynos5440: Protect opp search calls with rcu lock

2013-04-15 Thread Nishanth Menon
Daniel, On Mon, Apr 15, 2013 at 1:24 AM, Amit Daniel Kachhap wrote: > As per the OPP library documentation(Documentation/power/opp.txt) all > opp find/get calls should be protected by rcu locks. > > Signed-off-by: Amit Daniel Kachhap > --- > > This patch is created against linux-next tree and is

[PATCH] cpufreq: exynos5440: Protect opp search calls with rcu lock

2013-04-14 Thread Amit Daniel Kachhap
As per the OPP library documentation(Documentation/power/opp.txt) all opp find/get calls should be protected by rcu locks. Signed-off-by: Amit Daniel Kachhap --- This patch is created against linux-next tree and is suggested by Nishanth Menon. (https://lkml.org/lkml/2013/4/12/119) drivers/cpuf