summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: sierra: fix remote wakeupJohan Hovold2014-05-271-2/+5
* USB: sierra: fix urb and memory leak on disconnectJohan Hovold2014-05-271-0/+13
* USB: sierra: fix urb and memory leak in resume error pathJohan Hovold2014-05-271-2/+6
* USB: sierra: fix use after free at suspend/resumeJohan Hovold2014-05-271-0/+6
* USB: sierra: fix AA deadlock in open error pathJohan Hovold2014-05-271-8/+13
* USB: iowarrior: Convert local dbg macro to dev_dbgJoe Perches2014-05-271-21/+17
* USB: appledisplay: Convert /n to \nJoe Perches2014-05-271-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
* usb: chipidea: udc: delete useless codePeter Chen2014-05-231-1/+0
* usb: chipidea: update TODO listPeter Chen2014-05-231-4/+1
* Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-05-2353-736/+1988
|\
| * usb: musb: tusb6010: Use musb->tusb_revision instead of tusb_get_revision call.Matwey V. Kornilov2014-05-163-14/+9
| * usb: musb: tusb6010: Add tusb_revision to struct musb to store the revision.Matwey V. Kornilov2014-05-162-0/+2
| * usb: gadget: net2280: Fix NULL pointer dereferenceRicardo Ribalda Delgado2014-05-151-1/+3
| * usb: gadget: uvc: Set the vb2 queue timestamp flagsLaurent Pinchart2014-05-151-0/+2
| * usb: gadget: uvc: Set the V4L2 buffer field to V4L2_FIELD_NONELaurent Pinchart2014-05-151-0/+1
| * usb: gadget: uvc: Switch to monotonic clock for buffer timestampsLaurent Pinchart2014-05-151-7/+2
| * usb: phy: Add SMSC USB334x PHY IDLiviu Dudau2014-05-151-0/+1
| * usb: gadget: f_uac2: don't queue new requests when shutting downAndrzej Pietrasiewicz2014-05-151-1/+1
| * usb: dwc3: convert to pcim_enable_device()Andy Shevchenko2014-05-151-8/+3
| * usb: dwc3: no need to initialize ret variableAndy Shevchenko2014-05-155-11/+9
| * usb: gadget: configfs: OS Extended Properties descriptors supportAndrzej Pietrasiewicz2014-05-141-0/+201
| * usb: gadget: f_rndis: OS Descriptors configfs supportAndrzej Pietrasiewicz2014-05-141-0/+7
| * usb: gadget: configfs: OS Extended Compatibility descriptors supportAndrzej Pietrasiewicz2014-05-142-0/+202
| * usb: gadget: configfs: OS String supportAndrzej Pietrasiewicz2014-05-141-1/+158
| * usb: gadget: f_rndis: OS descriptors supportAndrzej Pietrasiewicz2014-05-142-3/+24
| * usb: gadget: OS Feature Descriptors supportAndrzej Pietrasiewicz2014-05-142-1/+377
| * usb: gadget: OS String supportAndrzej Pietrasiewicz2014-05-141-0/+29