lkml.org 
[lkml]   [2015]   [Sep]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC PATCH] PM / Runtime: runtime: Add sysfs option for forcing runtime suspend
On Mon, Sep 21, 2015 at 04:02:01PM -0400, Alan Stern wrote:
> On Mon, 21 Sep 2015, Dmitry Torokhov wrote:
>
> > > What happens if the "inhibit" control is turned on and the driver puts
> > > the device into runtime suspend, but then an I/O request arrives?
> > >
> > > If the I/O request originated from userspace, it means the
> > > user is violating the terms of the "inhibit" control. Should
> > > the request simply fail?
> >
> > What user? User that inhibited it or user that tried to use the device?
>
> Normally they would be the same. But even if they aren't, someone has
> violated the kernel interface: The first user told the kernel a
> particular device wasn't going to be used, and then the second user
> tried to use it.
>
> Of course, this issue doesn't arise for devices that merely report
> external events.
>
> > > What if the I/O request originated from somewhere in the
> > > kernel, not from the user?
> >
> > I think we should treat in-kernel users as all other users.
> >
> > >
> > > Or maybe the driver would want to carry out the request,
> > > overriding the "inhibit" control temporarily. Does it simply
> > > turn off the control, meaning that the device won't go back
> > > into runtime suspend until userspace turns the control on
> > > again?
> > >
> > > Or if the driver doesn't turn off the "inhibit" control, then
> > > how does it know when it can safely put the device back into
> > > runtime suspend?
> > >
> > > Qustions like these make me think that this mechanism is best suited
> > > for a kind of device that doesn't handle I/O requests. In other words,
> > > something that just reports events as they occur -- which is another
> > > way of describing an input device!
> >
> > Or maybe IIO device. Or hwmon. Or something else. I think if we allow
> > drivers (or subsystems) to opt in into this mechanism it will solve much
> > of worries about disks and similar devices that indeed not very suitable
> > for such mechanism.
>
> Should the mechanism really be per-device? Or would it be more useful
> to have a single "inhibit" setting that affected all the relevant
> devices at once?

Definitely per device. Consider your laptop with external monitor and
keyboard connected. When you close the lid you want to inhibit internal
keyboard, touchpad and touchscreen while leaving external keyboard and
mouse working.

That's just one scenario.

Thanks.

--
Dmitry


\
 
 \ /
  Last update: 2015-09-21 23:21    [W:0.096 / U:0.360 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site