[PATCH] spi/atmel: add support for runtime PM
Mark Brown
broonie at kernel.org
Fri Oct 17 06:57:16 PDT 2014
On Fri, Oct 17, 2014 at 06:02:35AM -0700, Kevin Hilman wrote:
> Wenyou Yang <wenyou.yang at atmel.com> writes:
> > + if (!pm_runtime_suspended(dev)) {
> > + clk_disable_unprepare(as->clk);
> > + pinctrl_pm_select_sleep_state(dev);
> > + }
> a.k.a. pm_runtime_put_sync() since the ->runtime_suspend() callback does
> the same thing.
Will that do the right thing when runtime PM is disabled in Kconfig?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141017/14622648/attachment-0001.sig>
More information about the linux-arm-kernel
mailing list