Age | Commit message (Expand) | Author | Files | Lines |
2014-11-03 | usb: allow to supply the PHY in the drivers when using HCD | Antoine Tenart | 1 | -3/+4 |
2014-09-29 | usb: hcd: add generic PHY support | Sergei Shtylyov | 1 | -2/+40 |
2014-09-29 | usb: rename phy to usb_phy in HCD | Antoine Tenart | 2 | -14/+14 |
2014-09-29 | usb: core: return -ENOTSUPP for all targeted hosts | Peter Chen | 1 | -2/+3 |
2014-09-29 | usb: core: log higher level message on malformed LANGID descriptor | Scot Doyle | 1 | -3/+1 |
2014-09-25 | usb: Add LED triggers for USB activity | Michal Sojka | 1 | -0/+2 |
2014-09-24 | usb: hub: allow to process more usb hub events in parallel | Petr Mladek | 1 | -5/+4 |
2014-09-24 | usb: hub: rename khubd to hub_wq in documentation and comments | Petr Mladek | 2 | -27/+27 |
2014-09-24 | usb: hub: rename usb_kick_khubd() to usb_kick_hub_wq() | Petr Mladek | 3 | -4/+4 |
2014-09-24 | usb: hub: convert khubd into workqueue | Petr Mladek | 2 | -84/+61 |
2014-09-24 | usb: hub: rename hub_events() to hub_event() and handle only one event there | Petr Mladek | 1 | -125/+111 |
2014-09-24 | usb: hub: keep hub->dev reference all the time when struct usb_hub lives | Petr Mladek | 1 | -3/+3 |
2014-09-24 | USB: Add device quirk for ASUS T100 Base Station keyboard | Lu Baolu | 2 | -2/+8 |
2014-09-24 | usb: Fixed a few typos | Mickael Maison | 1 | -1/+1 |
2014-09-24 | usb: core: Kconfig: TPL should apply for both OTG and EH | Peter Chen | 1 | -9/+3 |
2014-09-24 | usb: core: TPL should apply for both OTG and EH | Peter Chen | 2 | -28/+18 |
2014-09-24 | USB: quirks: enable device-qualifier quirk for Elan Touchscreen | Johan Hovold | 1 | -0/+4 |
2014-09-24 | USB: core: add device-qualifier quirk | Johan Hovold | 1 | -0/+3 |
2014-09-11 | usb: hub: take hub->hdev reference when processing from eventlist | Joe Lawrence | 1 | -1/+3 |
2014-08-28 | USB: fix build error with CONFIG_PM_RUNTIME disabled | Greg Kroah-Hartman | 1 | -0/+2 |
2014-08-27 | usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1 | Roger Quadros | 1 | -1/+5 |
2014-08-19 | usb: core: fix below build warning | Peter Chen | 1 | -2/+2 |
2014-08-19 | usbcore: Fix wrong device in an error message in hub_port_connect() | Takashi Iwai | 1 | -3/+1 |
2014-08-05 | Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 11 | -33/+119 |
2014-08-02 | USB: devio: fix issue with log flooding | Oliver Neukum | 1 | -1/+1 |
2014-08-02 | usb-core bInterval quirk | James P Michels III | 2 | -0/+15 |
2014-07-23 | usb: core: allow zero packet flag for interrupt urbs | Amit Virdi | 1 | -0/+1 |
2014-07-23 | USB: core: hcd-pci: free IRQ before disabling PCI device when shutting down | Jiang Liu | 1 | -0/+2 |
2014-07-19 | USB: Fix persist resume of some SS USB devices | Pratyush Anand | 1 | -0/+41 |
2014-07-19 | usb-core: Remove Fix mes in file hcd.c | Nicholas Krause | 1 | -4/+0 |
2014-07-19 | usbcore: don't log on consecutive debounce failures of the same port | Oliver Neukum | 1 | -3/+8 |
2014-07-18 | usb: Check if port status is equal to RxDetect | Gavin Guo | 1 | -0/+19 |
2014-07-18 | USB: Add EXPORT_SYMBOL for usb_alloc_dev | Pratyush Anand | 1 | -0/+1 |
2014-07-18 | USB: shutdown all URBs after controller death | Alan Stern | 1 | -3/+4 |
2014-07-12 | USB: add reset resume quirk for usb3503 | Joonyoung Shim | 1 | -0/+3 |
2014-07-10 | usb: force warm reset to break link re-connect livelock | Dan Williams | 3 | -20/+39 |
2014-07-10 | usb: allow lpm (en/dis)able only if device is atleast in default state | Pratyush Anand | 1 | -2/+4 |
2014-06-18 | usb: fix hub-port pm_runtime_enable() vs runtime pm transitions | Dan Williams | 3 | -19/+54 |
2014-06-18 | usb: quiet peer failure warning, disable poweroff | Dan Williams | 1 | -5/+19 |
2014-06-18 | usb: improve "not suspended yet" message in hub_suspend() | Dan Williams | 1 | -1/+2 |
2014-06-18 | usb: fix ->update_hub_device() vs hdev->maxchild | Dan Williams | 1 | -12/+12 |
2014-06-08 | Merge branch 'next' (accumulated 3.16 merge window patches) into master | Linus Torvalds | 8 | -557/+918 |
2014-06-03 | usb: hub_handle_remote_wakeup() only exists for CONFIG_PM=y | Stephen Rothwell | 1 | -0/+6 |
2014-05-28 | usb: resume child device when port is powered on | Dan Williams | 2 | -14/+37 |
2014-05-28 | usb: hub_handle_remote_wakeup() depends on CONFIG_PM_RUNTIME=y | Dan Williams | 2 | -46/+49 |
2014-05-28 | usb: introduce port status lock | Dan Williams | 4 | -37/+72 |
2014-05-28 | usb: synchronize port poweroff and khubd | Dan Williams | 1 | -1/+20 |
2014-05-28 | usb: refactor port handling in hub_events() | Dan Williams | 1 | -189/+185 |
2014-05-28 | usb: usb3 ports do not support FEAT_C_ENABLE | Dan Williams | 1 | -1/+2 |
2014-05-28 | usb: don't clear FEAT_C_ENABLE on usb_port_runtime_resume failure | Dan Williams | 1 | -1/+0 |