From: Sarah Sharp <sarah.a.sharp@linux.intel.com>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: Greg KH <gregkh@linuxfoundation.org>,
Lan Tianyu <tianyu.lan@intel.com>,
linux-usb@vger.kernel.org, "Rafael J. Wysocki" <rjw@sisk.pl>,
linux-pm@vger.kernel.org, lenb@kernel.org,
kristen.c.accardi@intel.com
Subject: Re: [PATCH 2/4] usb: introduce usb force power off mechanism
Date: Mon, 8 Apr 2013 10:55:19 -0700 [thread overview]
Message-ID: <20130408175519.GH6117@xanatos> (raw)
In-Reply-To: <Pine.LNX.4.44L0.1304081229100.1529-100000@iolanthe.rowland.org>
Cc-ing the linux-pm list and some Intel power devs, as I think this
specific discussion could benefit from a broader audience.
On Mon, Apr 08, 2013 at 12:33:00PM -0400, Alan Stern wrote:
> On Mon, 8 Apr 2013, Greg KH wrote:
>
> > On Mon, Apr 08, 2013 at 08:57:43AM -0700, Sarah Sharp wrote:
> > > On Mon, Apr 08, 2013 at 06:29:36AM -0700, Greg KH wrote:
> > > > On Mon, Apr 08, 2013 at 08:58:09PM +0800, Lan Tianyu wrote:
> > > > > On 2013/3/30 4:24, Alan Stern wrote:
> > > > > >On Fri, 29 Mar 2013, Sarah Sharp wrote:
> > > > > Hi Alan & Sarah:
> > > > > I just recall why I put power off and power on in one ioctl.
> > > > > At first, I also tried to make power on and power off into two ioctls.
> > > > > But I found after powering off a device, the usbfs device node will
> > > > > be removed and so can't power on the port via the same usbfs node.
> > > > >
> > > > > For this point, we should add usbfs node for usb port?
> > > >
> > > > No.
> > >
> > > I agree that we shouldn't add more usbfs files without thinking very
> > > carefully about it, since lots of tools like libusb use them. However,
> > > we do need a way to manually power off a port, wait a variable length of
> > > time (or perhaps for a distro-specific event like screen unblank), and
> > > turn the port on.
> > >
> > > So how do we turn the port power back on with the options we have?
> > > Would userspace have to turn the port power off via usbfs, and then
> > > manually back on by setting the port's sysfs power/control to 'on'?
> >
> > Whatever method we use, it should be the same interface for both on
> > and off, so I would prefer to just use the sysfs one, as usbfs does not
> > represent ports, only USB devices.
>
> There is a way we can do it using the existing usbfs framework. The
> new ioctls could be sent to the parent hub, instead of the device
> attached to the port. Rather like USBDEVFS_CLAIM_PORT and
> USBDEVFS_RELEASE_PORT.
That could work. However, we have to think about future platform power
changes as well. Coming up with a USB specific way to work around the
runtime PM core will hurt us in the long run, if we end up having to
change the runtime PM core for another kernel user.
Len, Rafael, and Kristen, is there a need from any of the future power
work to have an 'off' mechanism added to the runtime PM core, so that
power/control would have 'on', 'auto', and 'off' options? It currently
only has 'on' and 'auto'.
The kernel is always going to be more conservative about what policies
cause the 'auto' option to turn off USB ports. A Linux distro may want
to override those policies and force the port off, or power off a
misbehaving device for a hard reset. That's why we need an 'off'
extension to power/control to bypass the runtime PM usage counts and
power something off.
Are there analogous needs for other users of power/control?
Sarah Sharp
next prev parent reply other threads:[~2013-04-08 17:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Pine.LNX.4.44L0.1303291617280.1467-100000@iolanthe.rowland.org>
[not found] ` <5162BEE1.5060404@intel.com>
[not found] ` <20130408132936.GB10940@kroah.com>
[not found] ` <20130408155743.GE6117@xanatos>
[not found] ` <20130408160144.GA12665@kroah.com>
[not found] ` <20130408160144.GA12665-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2013-04-08 17:33 ` [PATCH 2/4] usb: introduce usb force power off mechanism Sarah Sharp
2013-04-08 19:32 ` Rafael J. Wysocki
[not found] ` <Pine.LNX.4.44L0.1304081229100.1529-100000@iolanthe.rowland.org>
2013-04-08 17:55 ` Sarah Sharp [this message]
2013-04-08 19:24 ` Alan Stern
2013-04-08 19:39 ` Rafael J. Wysocki
2013-04-08 20:35 ` Sarah Sharp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130408175519.GH6117@xanatos \
--to=sarah.a.sharp@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=kristen.c.accardi@intel.com \
--cc=lenb@kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=rjw@sisk.pl \
--cc=stern@rowland.harvard.edu \
--cc=tianyu.lan@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox