summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-27uwb: add error messages when reservation establish failsThomas Pugliese2-3/+15
2014-05-27uwb: fix channel change failureThomas Pugliese1-1/+6
2014-05-27usb: host: ohci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-27usb: host: ehci-tegra: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-27usb: host: ehci-spear: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-10/+3
2014-05-27usb: host: ehci-mv: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-10/+6
2014-05-27usb: host: ehci-msm: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-27usb: host: ehci-exynos: Use devm_ioremap_resource instead of devm_ioremapVivek Gautam1-4/+3
2014-05-27usb: ehci-exynos: Change to use phy provided by the generic phy frameworkKamil Debski2-20/+124
2014-05-27usb: ohci-exynos: Add facility to use phy provided by the generic phy frameworkVivek Gautam2-16/+118
2014-05-27usb: ehci-exynos: Use struct device instead of platform_deviceVivek Gautam1-3/+2
2014-05-27usb: 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
2014-05-20xhci: Use command structures when queuing commands on the command ringMathias Nyman4-137/+216
2014-05-20xhci: Report max device limit when Enable Slot command fails.Sarah Sharp1-0/+3
2014-05-20xhci: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-05-20usb: xhci: Use IS_ENABLED() macroFabio Estevam1-2/+1
2014-05-20usb: catch attempts to submit urbs with a vmalloc'd transfer bufferDan Williams1-0/+3
2014-05-20xhci: fix wrong port number reported when setting USB2.0 hardware LPM.Lin Wang1-1/+1
2014-05-20Merge tag 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Greg Kroah-Hartman11-51/+869
2014-05-20Merge 3.15-rc5 into usb-nextGreg Kroah-Hartman481-3274/+5146
2014-05-16usb: musb: tusb6010: Use musb->tusb_revision instead of tusb_get_revision call.Matwey V. Kornilov3-14/+9
2014-05-16usb: musb: tusb6010: Add tusb_revision to struct musb to store the revision.Matwey V. Kornilov2-0/+2
2014-05-15usb: gadget: net2280: Fix NULL pointer dereferenceRicardo Ribalda Delgado1-1/+3
2014-05-15usb: gadget: uvc: Set the vb2 queue timestamp flagsLaurent Pinchart1-0/+2
2014-05-15usb: gadget: uvc: Set the V4L2 buffer field to V4L2_FIELD_NONELaurent Pinchart1-0/+1
2014-05-15usb: gadget: uvc: Switch to monotonic clock for buffer timestampsLaurent Pinchart1-7/+2
2014-05-15usb: phy: Add SMSC USB334x PHY IDLiviu Dudau1-0/+1
2014-05-15usb: gadget: f_uac2: don't queue new requests when shutting downAndrzej Pietrasiewicz1-1/+1
2014-05-15usb: dwc3: convert to pcim_enable_device()Andy Shevchenko1-8/+3
2014-05-15usb: dwc3: no need to initialize ret variableAndy Shevchenko5-11/+9
2014-05-14usb: gadget: configfs: OS Extended Properties descriptors supportAndrzej Pietrasiewicz3-0/+226
2014-05-14usb: gadget: f_rndis: OS Descriptors configfs supportAndrzej Pietrasiewicz1-0/+7
2014-05-14usb: gadget: configfs: OS Extended Compatibility descriptors supportAndrzej Pietrasiewicz4-0/+221
2014-05-14usb: gadget: configfs: OS String supportAndrzej Pietrasiewicz2-1/+169
2014-05-14usb: gadget: f_rndis: OS descriptors supportAndrzej Pietrasiewicz2-3/+24