aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2013-08-14usb: chipidea: remove previous MODULE_ALIASFabio Estevam1-1/+0
2013-08-14usb: chipidea: prevent endless loop registering platform_devices when probe f...Lothar Waßmann1-5/+3
2013-08-14usb: chipidea: don't clobber return value of ci_role_start()Lothar Waßmann1-1/+0
2013-08-14usb: chipidea: ci_hdrc_imx: remove an unsolicited module_put() call from ci_h...Lothar Waßmann1-3/+1
2013-08-14usb: chipidea: improve kconfig 2.0Lothar Waßmann1-4/+3
2013-08-14usb: chipidea: imx: delete the dead codePeter Chen1-3/+0
2013-08-14usb: chipidea: move hw_phymode_configure() into probeFabio Estevam1-2/+2
2013-08-14usb: chipidea: ci_hdrc_imx: remove unused variable 'res'Fabio Estevam1-7/+0
2013-08-14usb: dwc3: core: cope with NULL pdataFelipe Balbi1-1/+4
2013-08-14usb: rh_call_control tbuf overflow fixSean O. Stalley1-7/+17
2013-08-14usb: host: add Kconfig option for EHSETJack Pham3-1/+26
2013-08-14pl2303: improve the chip type detection/distinctionFrank Schäfer1-23/+72
2013-08-14pl2303: improve the chip type information output on startupFrank Schäfer1-5/+10
2013-08-14pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()Frank Schäfer1-3/+2
2013-08-13xhci: fix dma mask setup in xhci.cXenia Ragiadakou2-14/+15
2013-08-13xhci: trace debug statements related to ring expansionXenia Ragiadakou3-3/+9
2013-08-13xhci: trace debug messages related to driver initialization and unloadXenia Ragiadakou3-68/+113
2013-08-13xhci: trace debug statements for urb cancellationXenia Ragiadakou3-28/+54
2013-08-13xhci: add xhci_cmd_completion trace eventXenia Ragiadakou2-0/+33
2013-08-13xhci: add xhci_address_ctx trace eventXenia Ragiadakou2-0/+49
2013-08-13xhci: add trace for debug messages related to endpoint resetXenia Ragiadakou3-7/+18
2013-08-13xhci: add trace for debug messages related to quirksXenia Ragiadakou5-35/+69
2013-08-13xhci: add trace for debug messages related to changing contextsXenia Ragiadakou4-10/+27
2013-08-13xhci: add traces for debug messages in xhci_address_device()Xenia Ragiadakou6-11/+103
2013-08-13xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused codeXenia Ragiadakou4-165/+1
2013-08-13xhci: replace printk(KERN_DEBUG ...)Xenia Ragiadakou1-9/+7
2013-08-13xhci: replace xhci_info() with xhci_dbg()Xenia Ragiadakou2-4/+2
2013-08-13usb: Add Device Tree support to XHCI Platform driverAl Cooper1-0/+10
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman96-3363/+2189
2013-08-13usb: phy: am335x: include linux/err.hSebastian Andrzej Siewior1-0/+1
2013-08-13usb: musb: cppi41: Enable in device-TX modeSebastian Andrzej Siewior1-0/+3
2013-08-13usb: musb: Use is_cppi_enabled() and tusb_dma_omap() instead of the ifdefSebastian Andrzej Siewior1-40/+42
2013-08-12usb: pl2303: add two comments concerning the supported baud rates with HX chipsFrank Schäfer1-0/+12
2013-08-12usb: pl2303: also use the divisor based baud rate encoding method for baud ra...Frank Schäfer1-1/+1
2013-08-12usb: pl2303: increase the allowed baud rate range for the divisor based encod...Frank Schäfer1-4/+12
2013-08-12usb: pl2303: move the two baud rate encoding methods to separate functionsFrank Schäfer1-101/+114
2013-08-12usb: pl2303: remove 500000 baud from the list of standard baud ratesFrank Schäfer1-2/+2
2013-08-12usb: pl2303: do not round to the next nearest standard baud rate for the divi...Frank Schäfer1-28/+37
2013-08-12usb: pl2303: fix+improve the divsor based baud rate encoding methodFrank Schäfer1-10/+52
2013-08-12HWA: avoid constant suspend and resume on the root hubThomas Pugliese1-0/+7
2013-08-12USB: cdc-wdm: fix race between interrupt handler and taskletOliver Neukum1-4/+9
2013-08-12USB: ti_usb_3410_5052: fix big-endian firmware handlingJohan Hovold1-4/+5
2013-08-12USB: adutux: fix big-endian device-type reportingJohan Hovold1-1/+1
2013-08-12USB: usbtmc: fix big-endian probe of Rigol devicesJohan Hovold1-4/+4
2013-08-12USB: mos7840: fix big-endian probeJohan Hovold1-1/+1
2013-08-12USB-Serial: Fix error handling of usb_wwanMatt Burtch1-10/+10
2013-08-12wusbcore: fix kernel panic when disconnecting a wireless USB->serial deviceThomas Pugliese1-2/+7
2013-08-12USB: EHCI: accept very late isochronous URBsAlan Stern1-7/+6
2013-08-12wusbcore: clean up list locking in urb enqueueThomas Pugliese1-10/+15
2013-08-12wusbcore: fix root hub hub_status_data to only return > 0 if status has actua...Thomas Pugliese1-10/+18