aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-16/+78
2014-07-18USB: Fix persist resume of some SS USB devicesPratyush Anand1-0/+41
2014-07-18usbcore: don't log on consecutive debounce failures of the same portOliver Neukum1-3/+8
2014-07-17usb: Check if port status is equal to RxDetectGavin Guo1-0/+19
2014-07-09usb: force warm reset to break link re-connect livelockDan Williams1-11/+25
2014-07-09usb: allow lpm (en/dis)able only if device is atleast in default statePratyush Anand1-2/+4
2014-06-17usb: fix hub-port pm_runtime_enable() vs runtime pm transitionsDan Williams1-0/+6
2014-06-17usb: improve "not suspended yet" message in hub_suspend()Dan Williams1-1/+2
2014-06-17usb: fix ->update_hub_device() vs hdev->maxchildDan Williams1-12/+12
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds1-445/+511
2014-06-02usb: hub_handle_remote_wakeup() only exists for CONFIG_PM=yStephen Rothwell1-0/+6
2014-05-27usb: resume child device when port is powered onDan Williams1-13/+29
2014-05-27usb: hub_handle_remote_wakeup() depends on CONFIG_PM_RUNTIME=yDan Williams1-41/+49
2014-05-27usb: introduce port status lockDan Williams1-28/+69
2014-05-27usb: synchronize port poweroff and khubdDan Williams1-1/+20
2014-05-27usb: refactor port handling in hub_events()Dan Williams1-189/+185
2014-05-27usb: block suspension of superspeed port while hispeed peer is activeDan Williams1-17/+5
2014-05-27usb: make usb_port flags atomic, rename did_runtime_put to child_usageDan Williams1-19/+20
2014-05-27usb: assign default peer ports for root hubsDan Williams1-14/+28
2014-05-27usb: cleanup setting udev->removable from port_dev->connect_typeDan Williams1-5/+17
2014-05-27usb: rename usb_port device objectsDan Williams1-157/+116
2014-05-27usb: disable port power control if not supported in wHubCharacteristicsDan Williams1-6/+2
2014-05-27USB: mutual exclusion for resetting a hub and power-managing a portAlan Stern1-0/+12
2014-05-27USB: separate usb_address0 mutexes for each busTodd E Brandt1-4/+2
2014-05-24USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern1-2/+13
2014-04-01Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-23/+74
2014-04-01Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-6/+8
2014-03-19USB: disable reset-resume when USB_QUIRK_RESET is setAlan Stern1-2/+12
2014-03-17USB: unbind all interfaces before rebinding anyAlan Stern1-2/+3
2014-03-10usbcore: rename struct dev_state to struct usb_dev_stateValentina Manea1-6/+6
2014-03-08staging: usbip: claim ports used by shared devicesValentina Manea1-0/+2
2014-03-07usb: don't use PREPARE_DELAYED_WORKTejun Heo1-2/+2
2014-03-04usb: Reset USB-3 devices on USB-3 link bounceHans de Goede1-2/+20
2014-03-04usb: Clear host_endpoint->streams when implicitly freeing streamsHans de Goede1-1/+4
2014-03-04usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp1-8/+16
2014-02-28usb: hub: usb_ext_cap_descriptor.bmAttributes is le32Bjørn Mork1-1/+1
2014-02-28hub: debug message for failing to enable deviceOliver Neukum1-1/+5
2014-02-07usb: move hub init and LED blink work to power efficient workqueueShaibal Dutta1-6/+13
2014-01-22Revert "usbcore: set lpm_capable field for LPM capable root hubs"Sarah Sharp1-6/+1
2014-01-08usb:hub set hub->change_bits when over-current happensShen Guang1-1/+2
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar1-3/+4
2014-01-07USB: fix race between hub_disconnect and recursively_mark_NOTATTACHEDAlan Stern1-5/+9
2013-12-21USB: core: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman1-7/+0
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman1-35/+50
2013-12-10usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams1-3/+43
2013-12-09usb: core: get config and string descriptors for unauthorized devicesThomas Pugliese1-32/+7
2013-12-04usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHEDJulius Werner1-2/+3
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki1-1/+1
2013-10-19Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-nextGreg Kroah-Hartman1-7/+38
2013-10-16usb: hub_activate kill an 'else'Dan Williams1-7/+4