Hi > From: Gaku Inami <[email protected]> > > In the resume process, there is the case that other drivers call > cs2000_enable before cs2000_resume is called. Since the order of > resume process is not guaranteed, it is needed to reset the clk > rate in any cases before cs2000 is used. > > Also, the current cs2000 driver is using resume_early function. > The using .resume_early is bad idea because the dependency with > other drivers is to be complicated. > > This patch adds to reset the clk rate in cs2000_enable and > changes to use from .resume_early to .resume. > > Signed-off-by: Gaku Inami <[email protected]> > Signed-off-by: Hiroyuki Yokoyama <[email protected]> > Signed-off-by: Yoshihiro Kaneko <[email protected]> > ---
Acked-by: Kuninori Morimoto <[email protected]>
