mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/2] USB: EHCI: Allow users to override 80% max periodic bandwidth
@ 2011-06-24 16:48 Kirill Smelkov
  2011-06-24 16:48 ` [PATCH 1/2] USB: EHCI: Move sysfs related bits into ehci-sysfs.c Kirill Smelkov
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Kirill Smelkov @ 2011-06-24 16:48 UTC (permalink / raw)
  To: Alan Stern
  Cc: matt mooney, Greg Kroah-Hartman, linux-usb, linux-uvc-devel,
	linux-media, linux-kernel, Kirill Smelkov


Changes since v1:


 - dropped RFC status as "this seems like the sort of feature somebody might
   reasonably want to use -- if they know exactly what they're doing";

 - new preparatory patch (1/2) which moves already-in-there sysfs code into
   ehci-sysfs.c;

 - moved uframe_periodic_max parameter from module option to sysfs attribute,
   so that it can be set per controller and at runtime, added validity checks;

 - clarified a bit bandwith analysis for 96% max periodic setup as noticed by
   Alan Stern;

 - clarified patch description saying that set in stone 80% max periodic is
   specified by USB 2.0;

Kirill Smelkov (2):
  USB: EHCI: Move sysfs related bits into ehci-sysfs.c
  USB: EHCI: Allow users to override 80% max periodic bandwidth

 drivers/usb/host/ehci-hcd.c   |   11 ++-
 drivers/usb/host/ehci-hub.c   |   75 -----------------
 drivers/usb/host/ehci-sched.c |   17 ++--
 drivers/usb/host/ehci-sysfs.c |  184 +++++++++++++++++++++++++++++++++++++++++
 drivers/usb/host/ehci.h       |    2 +
 5 files changed, 202 insertions(+), 87 deletions(-)
 create mode 100644 drivers/usb/host/ehci-sysfs.c

-- 
1.7.6.rc3


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

end of thread, other threads:[~2011-07-03 16:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-24 16:48 [PATCH v2 0/2] USB: EHCI: Allow users to override 80% max periodic bandwidth Kirill Smelkov
2011-06-24 16:48 ` [PATCH 1/2] USB: EHCI: Move sysfs related bits into ehci-sysfs.c Kirill Smelkov
2011-06-25 12:10   ` Alan Stern
2011-06-29  9:20     ` Kirill Smelkov
2011-06-29 15:23       ` Alan Stern
2011-06-29 16:40         ` Kirill Smelkov
2011-06-29 17:35           ` Alan Stern
2011-06-29 18:03             ` Kirill Smelkov
2011-06-29 18:51               ` Alan Stern
2011-07-01 11:49                 ` Kirill Smelkov
2011-07-01 15:41                   ` Alan Stern
2011-07-02 10:09                     ` Kirill Smelkov
2011-07-02 12:39                       ` Alan Stern
2011-07-03 16:39                         ` Kirill Smelkov
2011-06-24 16:48 ` [PATCH v2 2/2] USB: EHCI: Allow users to override 80% max periodic bandwidth Kirill Smelkov
2011-06-30 18:01 ` [PATCH v2 0/2] " Sarah Sharp
2011-07-01  9:27   ` Kirill Smelkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®