aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-46/+36
2015-02-08USB / PM: Remove unneeded #ifdef and associated dead codeAndreas Ruprecht1-12/+0
2015-02-03usb: Retry port status check on resume to work around RH bugsJulius Werner1-3/+12
2015-02-03Revert "usb: Reset USB-3 devices on USB-3 link bounce"Zhuang Jin Can1-25/+9
2015-01-25usb: core: hub: modify hub reset logic in hub driverDeepak Das1-2/+6
2015-01-25USB: don't cancel queued resets when unbinding driversAlan Stern1-16/+9
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-10/+8
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-3/+3
2014-11-10Merge 3.18-rc4 into usb-next.Greg Kroah-Hartman1-5/+5
2014-11-03usb: core: notify disconnection when core detects disconnectPeter Chen1-2/+1
2014-11-03usb: core: need to call usb_phy_notify_connect after device setupTony Zheng1-3/+4
2014-11-03usb: hub: remove unused variableSudip Mukherjee1-5/+0
2014-11-03usb: Do not re-read descriptors for wired devices in usb_authorize_device()Josef Gajdusek1-5/+8
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart1-4/+4
2014-09-29usb: core: return -ENOTSUPP for all targeted hostsPeter Chen1-2/+3
2014-09-23usb: hub: allow to process more usb hub events in parallelPetr Mladek1-5/+4
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-22/+22
2014-09-23usb: hub: rename usb_kick_khubd() to usb_kick_hub_wq()Petr Mladek1-1/+1
2014-09-23usb: hub: convert khubd into workqueuePetr Mladek1-83/+60
2014-09-23usb: hub: rename hub_events() to hub_event() and handle only one event therePetr Mladek1-125/+111
2014-09-23usb: hub: keep hub->dev reference all the time when struct usb_hub livesPetr Mladek1-3/+3
2014-09-23USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu1-2/+4
2014-09-23usb: core: TPL should apply for both OTG and EHPeter Chen1-18/+15
2014-09-23USB: core: add device-qualifier quirkJohan Hovold1-0/+3
2014-09-10usb: hub: take hub->hdev reference when processing from eventlistJoe Lawrence1-1/+3
2014-08-27USB: fix build error with CONFIG_PM_RUNTIME disabledGreg Kroah-Hartman1-0/+2
2014-08-26usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1Roger Quadros1-1/+5
2014-08-19usb: core: fix below build warningPeter Chen1-2/+2
2014-08-19usbcore: Fix wrong device in an error message in hub_port_connect()Takashi Iwai1-3/+1
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