summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-28USB: sierra: clean up suspendJohan Hovold1-10/+6
2014-05-28USB: sierra: use interface-data accessorsJohan Hovold1-6/+6
2014-05-28USB: sierra: remove redundant modem-control requestsJohan Hovold1-15/+1
2014-05-28USB: sierra: do not resume I/O on closed portsJohan Hovold1-6/+4
2014-05-28USB: sierra: remove disconnected test from closeJohan Hovold1-9/+5
2014-05-28USB: sierra: remove unimplemented set_termiosJohan Hovold1-8/+0
2014-05-28USB: sierra: remove unused variableJohan Hovold1-2/+0
2014-05-28USB: sierra: remove bogus endpoint testJohan Hovold1-3/+0
2014-05-28USB: sierra: fix line-control pipe directionJohan Hovold1-1/+1
2014-05-28USB: sierra: fix resume error reportingJohan Hovold1-0/+4
2014-05-28USB: sierra: fix urbs not being killed on shutdownJohan Hovold1-0/+2
2014-05-28USB: sierra: fix characters being dropped at closeJohan Hovold1-0/+18
2014-05-28USB: sierra: fix remote wakeupJohan Hovold1-2/+5
2014-05-28USB: sierra: fix urb and memory leak on disconnectJohan Hovold1-0/+13
2014-05-28USB: sierra: fix urb and memory leak in resume error pathJohan Hovold1-2/+6
2014-05-28USB: sierra: fix use after free at suspend/resumeJohan Hovold1-0/+6
2014-05-28USB: sierra: fix AA deadlock in open error pathJohan Hovold1-8/+13
2014-05-28USB: iowarrior: Convert local dbg macro to dev_dbgJoe Perches1-21/+17
2014-05-28USB: appledisplay: Convert /n to \nJoe Perches1-1/+1
2014-05-28usb: qcserial: remove interface number matchingBjørn Mork1-7/+0
2014-05-28usb: qcserial: define and use Sierra Wireless layoutBjørn Mork1-45/+53
2014-05-28usb: qcserial: refactor device layout selectionBjørn Mork1-6/+16
2014-05-28usb: qcserial: fix multiline comment coding styleBjørn Mork1-3/+6
2014-05-28uwb: add error messages when reservation establish failsThomas Pugliese2-3/+15
2014-05-28uwb: fix channel change failureThomas Pugliese1-1/+6
2014-05-28usb: host: ohci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-28usb: host: ehci-tegra: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-28usb: host: ehci-spear: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-10/+3
2014-05-28usb: host: ehci-mv: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-10/+6
2014-05-28usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-28usb: host: ehci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-28usb: ehci-exynos: Change to use phy provided by the generic phy frameworkKamil Debski2-20/+124
2014-05-28usb: ohci-exynos: Add facility to use phy provided by the generic phy frameworkVivek Gautam2-16/+118
2014-05-28usb: ehci-exynos: Use struct device instead of platform_deviceVivek Gautam1-3/+2
2014-05-28usb: ohci-exynos: Use struct device instead of platform_deviceVivek Gautam1-11/+9
2014-05-27usb: phy: add run-time dependencies to R-Car driverJean Delvare1-0/+1
2014-05-23usb: phy: msm: fix bug in probe()Dan Carpenter1-3/+5
2014-05-23usb: chipidea: udc: update gadget states according to ch9Peter Chen1-2/+8
2014-05-23Doc: usb: chipidea: need to build both kernel Image and modulesPeter Chen1-1/+1
2014-05-23usb: chipidea: msm: Initialize offset of the capability registersIvan T. Ivanov1-0/+1
2014-05-23usb: chipidea: msm: Add device tree supportIvan T. Ivanov1-1/+22
2014-05-23usb: chipidea: msm: Add device tree binding informationIvan T. Ivanov1-0/+17
2014-05-23chipidea: usbmisc_imx: Allow USB OTG to work on mx51Fabio Estevam1-0/+10
2014-05-23usb: chipidea: using one inline function to cover queue work operationsPeter Chen3-50/+30
2014-05-23usb: chipidea: udc: delete useless codePeter Chen1-1/+0
2014-05-23usb: chipidea: update TODO listPeter Chen1-4/+1
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman72-787/+4122
2014-05-20xhci: rework command timeout and cancellation,Mathias Nyman5-320/+169
2014-05-20xhci: Use completion and status in global command queueMathias Nyman5-98/+17
2014-05-20xhci: Add a global command queueMathias Nyman4-6/+34