On Thu, May 02, 2019 at 02:38:05AM +0300, Dmitry Osipenko wrote: > There is no real need in the primary interrupt handler, hence move > everything to the secondary (threaded) handler. In a result locking > is consistent now and there are no potential races with the interrupt > handler because it is protected with the devfreq's mutex. > > Reviewed-by: Chanwoo Choi > Signed-off-by: Dmitry Osipenko > --- > drivers/devfreq/tegra-devfreq.c | 55 +++++++++++---------------------- > 1 file changed, 18 insertions(+), 37 deletions(-) Acked-by: Thierry Reding