linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] usb: override hub device bInterval with device node
@ 2019-11-17  3:31 Ikjoon Jang
  2019-11-17  7:14 ` Greg Kroah-Hartman
  2019-11-17 15:46 ` Alan Stern
  0 siblings, 2 replies; 8+ messages in thread
From: Ikjoon Jang @ 2019-11-17  3:31 UTC (permalink / raw)
  To: linux-usb, devicetree
  Cc: linux-kernel, Greg Kroah-Hartman, Rob Herring, Mark Rutland,
	Alan Stern, Suwan Kim, Gustavo A . R . Silva, Johan Hovold,
	Nicolas Boitchat, Ikjoon Jang

This patchset enables hard wired hub device to use different bInterval
from its descriptor when the hub has a combined device node.

When we know the specific hard wired hub supports changing its polling
interval, we can adjust hub's interval to reduce the time of waking up
from autosuspend or connect detection of HIDs.

Ikjoon Jang (2):
  dt-bindings: usb: add "hub,interval" property
  usb: overridable hub bInterval by device node

 Documentation/devicetree/bindings/usb/usb-device.txt | 4 ++++
 drivers/usb/core/config.c                            | 6 ++++++
 2 files changed, 10 insertions(+)

-- 
2.24.0.432.g9d3f5f5b63-goog


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-11-20 16:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-17  3:31 [PATCH 0/2] usb: override hub device bInterval with device node Ikjoon Jang
2019-11-17  7:14 ` Greg Kroah-Hartman
2019-11-19  4:05   ` Ikjoon Jang
2019-11-17 15:46 ` Alan Stern
2019-11-19  5:18   ` Ikjoon Jang
2019-11-19 15:14     ` Alan Stern
2019-11-20  7:22       ` Ikjoon Jang
2019-11-20 16:19         ` Alan Stern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).