summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: usb_wwan: fix race between write and resumexiao jin2014-05-281-6/+2
* USB: usb_wwan: fix urb leak in write error pathxiao jin2014-05-281-1/+3
* USB: option: add missing usb_mark_last_busyJohan Hovold2014-05-281-0/+1
* USB: option: fix line-control pipe directionJohan Hovold2014-05-281-1/+1
* USB: option: fix runtime PM handlingJohan Hovold2014-05-281-1/+10
* USB: sierra: do not resume I/O on closing portsJohan Hovold2014-05-281-6/+5
* USB: sierra: minimise no-suspend window during closeJohan Hovold2014-05-281-2/+2
* USB: sierra: refactor delayed-urb submissionJohan Hovold2014-05-281-20/+43
* USB: sierra: clean up suspendJohan Hovold2014-05-281-10/+6
* USB: sierra: use interface-data accessorsJohan Hovold2014-05-281-6/+6
* USB: sierra: remove redundant modem-control requestsJohan Hovold2014-05-281-15/+1
* USB: sierra: do not resume I/O on closed portsJohan Hovold2014-05-281-6/+4
* USB: sierra: remove disconnected test from closeJohan Hovold2014-05-281-9/+5
* USB: sierra: remove unimplemented set_termiosJohan Hovold2014-05-281-8/+0
* USB: sierra: remove unused variableJohan Hovold2014-05-281-2/+0
* USB: sierra: remove bogus endpoint testJohan Hovold2014-05-281-3/+0
* USB: sierra: fix line-control pipe directionJohan Hovold2014-05-281-1/+1
* USB: sierra: fix resume error reportingJohan Hovold2014-05-281-0/+4
* USB: sierra: fix urbs not being killed on shutdownJohan Hovold2014-05-281-0/+2
* USB: sierra: fix characters being dropped at closeJohan Hovold2014-05-281-0/+18
* USB: sierra: fix remote wakeupJohan Hovold2014-05-281-2/+5
* USB: sierra: fix urb and memory leak on disconnectJohan Hovold2014-05-281-0/+13
* USB: sierra: fix urb and memory leak in resume error pathJohan Hovold2014-05-281-2/+6
* USB: sierra: fix use after free at suspend/resumeJohan Hovold2014-05-281-0/+6
* USB: sierra: fix AA deadlock in open error pathJohan Hovold2014-05-281-8/+13
* USB: iowarrior: Convert local dbg macro to dev_dbgJoe Perches2014-05-281-21/+17
* USB: appledisplay: Convert /n to \nJoe Perches2014-05-281-1/+1
* usb: qcserial: remove interface number matchingBjørn Mork2014-05-271-7/+0
* usb: qcserial: define and use Sierra Wireless layoutBjørn Mork2014-05-271-45/+53
* usb: qcserial: refactor device layout selectionBjørn Mork2014-05-271-6/+16
* usb: qcserial: fix multiline comment coding styleBjørn Mork2014-05-271-3/+6
* uwb: add error messages when reservation establish failsThomas Pugliese2014-05-272-3/+15
* uwb: fix channel change failureThomas Pugliese2014-05-271-1/+6
* usb: host: ohci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam2014-05-271-4/+3
* usb: host: ehci-tegra: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam2014-05-271-4/+3
* usb: host: ehci-spear: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam2014-05-271-10/+3
* usb: host: ehci-mv: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam2014-05-271-10/+6
* usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam2014-05-271-4/+3
* usb: host: ehci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam2014-05-271-4/+3
* usb: ehci-exynos: Change to use phy provided by the generic phy frameworkKamil Debski2014-05-271-20/+109
* usb: ohci-exynos: Add facility to use phy provided by the generic phy frameworkVivek Gautam2014-05-271-16/+102
* usb: ehci-exynos: Use struct device instead of platform_deviceVivek Gautam2014-05-271-3/+2
* usb: ohci-exynos: Use struct device instead of platform_deviceVivek Gautam2014-05-271-11/+9
* usb: phy: add run-time dependencies to R-Car driverJean Delvare2014-05-271-0/+1
* usb: phy: msm: fix bug in probe()Dan Carpenter2014-05-231-3/+5
* usb: chipidea: udc: update gadget states according to ch9Peter Chen2014-05-231-2/+8
* usb: chipidea: msm: Initialize offset of the capability registersIvan T. Ivanov2014-05-231-0/+1
* usb: chipidea: msm: Add device tree supportIvan T. Ivanov2014-05-231-1/+22
* chipidea: usbmisc_imx: Allow USB OTG to work on mx51Fabio Estevam2014-05-231-0/+10
* usb: chipidea: using one inline function to cover queue work operationsPeter Chen2014-05-233-50/+30