Re: [RFC 00/19] Runtime PM fixes for omap-ssi

2016-06-27 Thread Sebastian Reichel
Hi, On Sat, Jun 18, 2016 at 06:26:50PM +0200, Sebastian Reichel wrote: > This series fixes runtime PM for omap-ssi, so that > the OMAP SoC can idle correctly. After applying the > series, the SSI module correctly goes into idle if > phonet0 interface is not configured or if it's > used by ofono (*

Re: [RFC 00/19] Runtime PM fixes for omap-ssi

2016-06-18 Thread Pavel Machek
Hi! > > > (*) "ifconfig phonet0 up" will result in blocking ssi module > > > until modem setup has finished (data communication via > > > phonet0 device), since it enables ssi wakelines. > > > > > > [0] > > > https://git.kernel.org/cgit/linux/kernel/git/sre/linux-hsi.git/log/?h=runtime-pm-

Re: [RFC 00/19] Runtime PM fixes for omap-ssi

2016-06-18 Thread Sebastian Reichel
Hi, On Sat, Jun 18, 2016 at 08:54:38PM +0200, Pavel Machek wrote: > > This series fixes runtime PM for omap-ssi, so that > > the OMAP SoC can idle correctly. After applying the > > series, the SSI module correctly goes into idle if > > phonet0 interface is not configured or if it's > > used by ofo

Re: [RFC 00/19] Runtime PM fixes for omap-ssi

2016-06-18 Thread Pavel Machek
Hi! > This series fixes runtime PM for omap-ssi, so that > the OMAP SoC can idle correctly. After applying the > series, the SSI module correctly goes into idle if > phonet0 interface is not configured or if it's > used by ofono (*). Apart from me Pavel Machek did > some testing of my devel branch

[RFC 00/19] Runtime PM fixes for omap-ssi

2016-06-18 Thread Sebastian Reichel
Hi, This series fixes runtime PM for omap-ssi, so that the OMAP SoC can idle correctly. After applying the series, the SSI module correctly goes into idle if phonet0 interface is not configured or if it's used by ofono (*). Apart from me Pavel Machek did some testing of my devel branch [0] and rep