summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb: hcd: add generic PHY supportSergei Shtylyov2014-09-291-2/+40
* usb: rename phy to usb_phy in HCDAntoine Tenart2014-09-292-14/+14
* usb: core: return -ENOTSUPP for all targeted hostsPeter Chen2014-09-291-2/+3
* usb: core: log higher level message on malformed LANGID descriptorScot Doyle2014-09-291-3/+1Star
* usb: Add LED triggers for USB activityMichal Sojka2014-09-251-0/+2
* usb: hub: allow to process more usb hub events in parallelPetr Mladek2014-09-241-5/+4Star
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-242-27/+27
* usb: hub: rename usb_kick_khubd() to usb_kick_hub_wq()Petr Mladek2014-09-243-4/+4
* usb: hub: convert khubd into workqueuePetr Mladek2014-09-242-84/+61Star
* usb: hub: rename hub_events() to hub_event() and handle only one event therePetr Mladek2014-09-241-125/+111Star
* usb: hub: keep hub->dev reference all the time when struct usb_hub livesPetr Mladek2014-09-241-3/+3
* USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu2014-09-242-2/+8
* usb: Fixed a few typosMickael Maison2014-09-241-1/+1
* usb: core: Kconfig: TPL should apply for both OTG and EHPeter Chen2014-09-241-9/+3Star
* usb: core: TPL should apply for both OTG and EHPeter Chen2014-09-242-28/+18Star
* USB: quirks: enable device-qualifier quirk for Elan TouchscreenJohan Hovold2014-09-241-0/+4
* USB: core: add device-qualifier quirkJohan Hovold2014-09-241-0/+3
* usb: hub: take hub->hdev reference when processing from eventlistJoe Lawrence2014-09-101-1/+3
* USB: fix build error with CONFIG_PM_RUNTIME disabledGreg Kroah-Hartman2014-08-281-0/+2
* usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1Roger Quadros2014-08-271-1/+5
* usb: core: fix below build warningPeter Chen2014-08-191-2/+2
* usbcore: Fix wrong device in an error message in hub_port_connect()Takashi Iwai2014-08-191-3/+1Star
* Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-08-0511-33/+119
|\
| * USB: devio: fix issue with log floodingOliver Neukum2014-08-021-1/+1
| * usb-core bInterval quirkJames P Michels III2014-08-022-0/+15
| * usb: core: allow zero packet flag for interrupt urbsAmit Virdi2014-07-231-0/+1
| * USB: core: hcd-pci: free IRQ before disabling PCI device when shutting downJiang Liu2014-07-231-0/+2
| * USB: Fix persist resume of some SS USB devicesPratyush Anand2014-07-191-0/+41
| * usb-core: Remove Fix mes in file hcd.cNicholas Krause2014-07-191-4/+0Star
| * usbcore: don't log on consecutive debounce failures of the same portOliver Neukum2014-07-191-3/+8
| * USB: Add EXPORT_SYMBOL for usb_alloc_devPratyush Anand2014-07-181-0/+1
| * USB: shutdown all URBs after controller deathAlan Stern2014-07-181-3/+4
| * USB: add reset resume quirk for usb3503Joonyoung Shim2014-07-121-0/+3
| * usb: force warm reset to break link re-connect livelockDan Williams2014-07-103-20/+39
| * usb: allow lpm (en/dis)able only if device is atleast in default statePratyush Anand2014-07-101-2/+4
* | usb: Check if port status is equal to RxDetectGavin Guo2014-07-181-0/+19
|/
* usb: fix hub-port pm_runtime_enable() vs runtime pm transitionsDan Williams2014-06-183-19/+54
* usb: quiet peer failure warning, disable poweroffDan Williams2014-06-181-5/+19
* usb: improve "not suspended yet" message in hub_suspend()Dan Williams2014-06-181-1/+2
* usb: fix ->update_hub_device() vs hdev->maxchildDan Williams2014-06-181-12/+12
* Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-088-557/+918
|\
| * usb: hub_handle_remote_wakeup() only exists for CONFIG_PM=yStephen Rothwell2014-06-031-0/+6
| * usb: resume child device when port is powered onDan Williams2014-05-282-14/+37
| * usb: hub_handle_remote_wakeup() depends on CONFIG_PM_RUNTIME=yDan Williams2014-05-282-46/+49
| * usb: introduce port status lockDan Williams2014-05-284-37/+72
| * usb: synchronize port poweroff and khubdDan Williams2014-05-281-1/+20
| * usb: refactor port handling in hub_events()Dan Williams2014-05-281-189/+185Star
| * usb: usb3 ports do not support FEAT_C_ENABLEDan Williams2014-05-281-1/+2
| * usb: don't clear FEAT_C_ENABLE on usb_port_runtime_resume failureDan Williams2014-05-281-1/+0Star
| * usb: block suspension of superspeed port while hispeed peer is activeDan Williams2014-05-283-17/+93