Home
last modified time | relevance | path

Searched hist:ed784c532a3d0959db488f40a96c5127f63d42dc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clk/
H A Dclk-wm831x.cdiff ed784c532a3d0959db488f40a96c5127f63d42dc Mon Dec 12 08:40:09 CET 2016 Nicholas Mc Guire <hofrat@osadl.org> clk: wm831x: fix usleep_range with bad range

The delay here is not in atomic context and does not seem critical with
respect to precision, but usleep_range(min,max) with min==max results in
giving the timer subsystem no room to optimize uncritical delays. Fix
this by setting the range to 2000,3000 us.

Fixes: commit f05259a6ffa4 ("clk: wm831x: Add initial WM831x clock driver")
Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>