| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: host: max3421-hcd: Allow platform-data to specify Vbus polarity | David Mosberger-Tang | 2014-05-29 | 2 | -2/+5 |
* | usb: host: max3421-hcd: fix "spi_rd8" uses dynamic stack allocation warning | David Mosberger-Tang | 2014-05-29 | 1 | -34/+60 |
* | usb: host: max3421-hcd: Fix missing unlock in max3421_urb_enqueue() | David Mosberger-Tang | 2014-05-29 | 1 | -2/+5 |
* | usb: qcserial: add Netgear AirCard 341U | Aleksander Morgado | 2014-05-28 | 1 | -0/+1 |
* | Documentation: dt-bindings: update xhci-platform DT binding for R-Car H2 and M2 | Yoshihiro Shimoda | 2014-05-28 | 1 | -1/+2 |
* | usb: host: xhci-plat: add xhci_plat_start() | Yoshihiro Shimoda | 2014-05-28 | 1 | -1/+6 |
* | usb: host: max3421-hcd: Fix potential NULL urb dereference | David Mosberger-Tang | 2014-05-28 | 1 | -1/+3 |
* | Revert "usb: gadget: net2280: Add support for PLX USB338X" | Greg Kroah-Hartman | 2014-05-28 | 4 | -1330/+91 |
* | USB: usbip: remove CONFIG_USB_DEBUG reference | Greg Kroah-Hartman | 2014-05-28 | 1 | -1/+0 |
* | USB: remove CONFIG_USB_DEBUG from defconfig files | Greg Kroah-Hartman | 2014-05-28 | 21 | -21/+0 |
* | usb: resume child device when port is powered on | Dan Williams | 2014-05-28 | 2 | -14/+37 |
* | usb: hub_handle_remote_wakeup() depends on CONFIG_PM_RUNTIME=y | Dan Williams | 2014-05-28 | 2 | -46/+49 |
* | usb: introduce port status lock | Dan Williams | 2014-05-28 | 4 | -37/+72 |
* | usb: synchronize port poweroff and khubd | Dan Williams | 2014-05-28 | 1 | -1/+20 |
* | usb: refactor port handling in hub_events() | Dan Williams | 2014-05-28 | 1 | -189/+185 |
* | usb: usb3 ports do not support FEAT_C_ENABLE | Dan Williams | 2014-05-28 | 1 | -1/+2 |
* | usb: don't clear FEAT_C_ENABLE on usb_port_runtime_resume failure | Dan Williams | 2014-05-28 | 1 | -1/+0 |
* | usb: block suspension of superspeed port while hispeed peer is active | Dan Williams | 2014-05-28 | 3 | -17/+93 |
* | usb: make usb_port flags atomic, rename did_runtime_put to child_usage | Dan Williams | 2014-05-28 | 3 | -25/+25 |
* | usb: sysfs link peer ports | Dan Williams | 2014-05-28 | 1 | -5/+34 |
* | usb: find internal hub tier mismatch via acpi | Dan Williams | 2014-05-28 | 4 | -22/+83 |
* | usb: assign usb3 external hub port peers | Dan Williams | 2014-05-28 | 1 | -8/+24 |
* | usb: assign default peer ports for root hubs | Dan Williams | 2014-05-28 | 5 | -27/+134 |
* | usb: cleanup setting udev->removable from port_dev->connect_type | Dan Williams | 2014-05-28 | 2 | -33/+23 |
* | usb: rename usb_port device objects | Dan Williams | 2014-05-28 | 4 | -189/+158 |
* | usb: disable port power control if not supported in wHubCharacteristics | Dan Williams | 2014-05-28 | 3 | -11/+20 |
* | USB: mutual exclusion for resetting a hub and power-managing a port | Alan Stern | 2014-05-28 | 3 | -0/+19 |
* | usb: pci_quirks: fix sparse 'symbol not declared' warning | Konrad Zapalowicz | 2014-05-28 | 1 | -0/+1 |
* | usb: gadget: rename CONFIG_USB_GADGET_PXA25X | Paul Bolle | 2014-05-28 | 1 | -1/+1 |
* | USB: storage: ene_ub6250: Use kmemdup instead of kmalloc + memcpy | Benoit Taine | 2014-05-28 | 1 | -2/+1 |
* | usb: usbtest: add pattern check on pipe in phase of unlink read | Huang Rui | 2014-05-28 | 1 | -0/+3 |
* | usb: usbtest: fix unlink write error with pattern 1 | Huang Rui | 2014-05-28 | 1 | -0/+10 |
* | usb: usb5303: add support for reference clock specified in device tree | Marek Szyprowski | 2014-05-28 | 2 | -2/+65 |
* | USB: separate usb_address0 mutexes for each bus | Todd E Brandt | 2014-05-28 | 3 | -4/+5 |
* | xhci: Switch only Intel Lynx Point-LP ports to EHCI on shutdown. | Denis Turischev | 2014-05-28 | 1 | -1/+3 |
* | USB: delete CONFIG_USB_DEVICEFS from defconfig | Naoki MATSUMOTO | 2014-05-28 | 84 | -84/+0 |
* | USB: udl: proper error reporting | Oliver Neukum | 2014-05-28 | 1 | -2/+1 |
* | USB: yurex: fix race between probe() and read() | Oliver Neukum | 2014-05-28 | 1 | -2/+1 |
* | USB: appledisplay: fix race between reading and writing from the device | Oliver Neukum | 2014-05-28 | 1 | -3/+10 |
* | USB: usbtmc: fix DMA on stack | Oliver Neukum | 2014-05-28 | 1 | -1/+5 |
* | USB: cdc-acm: use BIT macro | Oliver Neukum | 2014-05-28 | 1 | -6/+6 |
* | usb: gadget: net2280: Add support for PLX USB338X | Ricardo Ribalda Delgado | 2014-05-28 | 4 | -91/+1330 |
* | usb: gadget: make return of 0 explicit | Julia Lawall | 2014-05-28 | 2 | -7/+3 |
* | phy: Enable USB PHY support for arm64 | Liviu Dudau | 2014-05-28 | 1 | -1/+1 |
* | xhci: unified loggig of RESET_ON_RESUME | Oliver Neukum | 2014-05-28 | 1 | -2/+4 |
* | usb: ehci-platform: add optional reset controller retrieval | Boris BREZILLON | 2014-05-28 | 2 | -3/+24 |
* | usb: ohci-platform: Enable optional use of reset controller | Maxime Ripard | 2014-05-28 | 2 | -3/+25 |
* | usb: ohci: sort out dependencies for lpc32xx and omap | Arnd Bergmann | 2014-05-28 | 2 | -4/+4 |
* | usb: ohci-da8xx can only be built-in | Arnd Bergmann | 2014-05-28 | 2 | -1/+11 |
* | usb: xhci: avoid warning for !PM_SLEEP | Arnd Bergmann | 2014-05-28 | 1 | -1/+1 |