summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c
Commit message (Expand)AuthorAgeFilesLines
* usb hub: use flush_work instead of flush_work_syncOctavian Purdila2012-10-231-1/+1
* usb hub: send clear_tt_buffer_complete events when canceling TT clear workOctavian Purdila2012-10-221-2/+5
* usb: trival: Fix debugging units mistake.Sarah Sharp2012-10-081-2/+1
* usb: Send Set SEL before enabling parent U1/U2 timeout.Sarah Sharp2012-10-081-11/+12
* usb: Don't enable LPM if the exit latency is zero.Sarah Sharp2012-10-081-0/+10
* Revert "usb : Add sysfs files to control port power."Greg Kroah-Hartman2012-09-241-132/+1
* usb: move children deallocation after quiescing the hubAlexander Shishkin2012-09-121-3/+3
* usb: add little-endian transform for DeviceRemovable of usb3.0 hubLan Tianyu2012-09-101-1/+2
* usb : Add sysfs files to control port power.Lan Tianyu2012-09-101-1/+132
* usb/acpi: Store info on device removability.Lan Tianyu2012-09-101-0/+31
* usb/acpi: Bind ACPI node to USB port, not usb_device.Lan Tianyu2012-09-101-0/+18
* usb: move children to struct usb_portLan Tianyu2012-09-101-24/+49
* usb: make usb port a real deviceLan Tianyu2012-09-101-16/+75
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-0/+9
|\
| * usb: feed USB device information to the /dev/random driverTheodore Ts'o2012-07-141-0/+9
* | usb: Add quirk detection based on interface informationLaurent Pinchart2012-07-191-3/+7
* | USB: notify phy when root hub port connect changeRichard Zhao2012-07-161-0/+8
* | Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2012-07-161-17/+83
|\ \
| * | USB: Add a sysfs file to show LTM capabilities.Sarah Sharp2012-07-111-7/+0
| * | USB: Enable Latency Tolerance Messaging (LTM).Sarah Sharp2012-07-111-6/+81
| * | USB: Fix LPM disable/enable during device reset.Sarah Sharp2012-07-111-14/+12
* | | Merge 3.5-rc7 into usb-nextGreg Kroah-Hartman2012-07-161-9/+12
|\ \ \ | |/ /
| * | usb: convert port_owners type from void * to struct dev_state *Lan Tianyu2012-07-061-9/+12
| |/
* | usb: Add support for root hub port status CASStanislaw Ledwon2012-07-021-8/+10
|/
* USB: Checking the wrong variable in usb_disable_lpm()Dan Carpenter2012-06-131-1/+1
* USB: Fix core compile with CONFIG_USB_SUSPEND=nSarah Sharp2012-05-211-0/+4
* USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp2012-05-181-0/+27
* USB: Add support to enable/disable USB3 link states.Sarah Sharp2012-05-181-0/+414
* USB: Calculate USB 3.0 exit latencies for LPM.Sarah Sharp2012-05-181-1/+210
* USB: Refactor code to set LPM support flag.Sarah Sharp2012-05-181-5/+17
* usbcore: enable USB2 LPM if port suspend failsAndiry Xu2012-05-171-0/+4
* Revert "usb: add struct usb_hub_port to store port related members."Greg Kroah-Hartman2012-05-141-16/+13
* Revert "usb: move struct usb_device->children to struct usb_hub_port->child"Greg Kroah-Hartman2012-05-141-40/+27
* usb: move struct usb_device->children to struct usb_hub_port->childLan Tianyu2012-05-111-27/+40
* usb: add struct usb_hub_port to store port related members.Lan Tianyu2012-05-111-13/+16
* USB: fix deadlock in bConfigurationValue attribute methodAlan Stern2012-04-171-3/+0
* USB: fix bug of device descriptor got from superspeed deviceElric Fu2012-04-111-0/+16
* USB: dynamically allocate usb_device children pointers instead of using a fix...Huajun Li2012-03-131-3/+7
* Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman2012-02-231-47/+155
|\
| * USB: Turn on auto-suspend for USB 3.0 hubs.Sarah Sharp2012-02-141-8/+2
| * USB: Set wakeup bits for all children hubs.Sarah Sharp2012-02-141-7/+15
| * USB/xHCI: Support device-initiated USB 3.0 resume.Sarah Sharp2012-02-141-12/+39
| * USB: Refactor hub remote wake handling.Sarah Sharp2012-02-141-24/+35
| * USB/xHCI: Enable USB 3.0 hub remote wakeup.Sarah Sharp2012-02-141-0/+12
| * USB: Suspend functions before putting dev into U3.Sarah Sharp2012-02-141-1/+2
| * USB/xhci: Enable remote wakeup for USB3 devices.Sarah Sharp2012-02-141-5/+20
| * usb: Use hub port data to determine whether a port is removableMatthew Garrett2012-02-091-0/+40
* | USB: Set hub depth after USB3 hub resetElric Fu2012-02-211-13/+17
|/
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-4/+4
* USB: Adding #define in hub_configure() and hcd.c fileAman Deep2011-12-091-44/+44
OpenPOWER on IntegriCloud