[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1308933456.git.kirr@mns.spb.ru>
Date: Fri, 24 Jun 2011 20:48:06 +0400
From: Kirill Smelkov <kirr@....spb.ru>
To: Alan Stern <stern@...land.harvard.edu>
Cc: matt mooney <mfm@...eddisk.com>,
Greg Kroah-Hartman <gregkh@...e.de>, linux-usb@...r.kernel.org,
linux-uvc-devel@...ts.berlios.de, linux-media@...r.kernel.org,
linux-kernel@...r.kernel.org, Kirill Smelkov <kirr@....spb.ru>
Subject: [PATCH v2 0/2] USB: EHCI: Allow users to override 80% max periodic bandwidth
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists