summaryrefslogtreecommitdiffstats
path: root/drivers/iio (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2014-05-14usb: gadget: OS Feature Descriptors supportAndrzej Pietrasiewicz3-1/+435
2014-05-14usb: gadget: OS String supportAndrzej Pietrasiewicz2-0/+40
2014-05-14usb: gadget: FunctionFS: share VLA macros with all usb gadget filesAndrzej Pietrasiewicz2-26/+27
2014-05-14usb: phy: msm: change devm_ioremap() to devm_ioremap_resource()Dan Carpenter1-1/+1
2014-05-14usb: phy: msm: reset controller is mandatory nowArnd Bergmann2-1/+1
2014-05-14usb: musb: omap2plus bus glue needs USB host supportArnd Bergmann1-1/+1
2014-05-14usb: musb: tusb-dma can't be built-in if tusb is notArnd Bergmann1-1/+1
2014-05-14usb: gadget: s3c2410_udc: don't use pr_debug return valueArnd Bergmann1-1/+2
2014-05-14usb: gadget: gr_udc: unconditionally use GFP_ATOMIC in gr_queue_ext()Alexey Khoroshilov1-1/+1
2014-05-14usb: gadget: tcm_usb_gadget: remove unnecessary OOM messagesJingoo Han1-12/+4
2014-05-14usb: gadget: r8a66597-udc: remove unnecessary OOM messagesJingoo Han1-1/+0
2014-05-14usb: gadget: mv_u3d_core: remove unnecessary OOM messagesJingoo Han1-12/+2
2014-05-14usb: gadget: m66592-udc: remove unnecessary OOM messagesJingoo Han1-1/+0
2014-05-14usb: gadget: fusb300_udc: remove unnecessary OOM messagesJingoo Han1-6/+2
2014-05-14usb: gadget: fsl_udc_core: remove unnecessary OOM messagesJingoo Han1-6/+2
2014-05-14usb: gadget: fotg210-udc: remove unnecessary OOM messagesJingoo Han1-6/+2
2014-05-14usb: gadget: f_uac2: remove unnecessary OOM messagesJingoo Han1-7/+1
2014-05-14usb: gadget: atmel_usba: always test udc->driverAlexandre Belloni1-1/+1
2014-05-14usb: gadget: configfs: fix typoPeter Chen1-2/+2
2014-05-14usb: musb: tusb: remove dead codePaul Bolle1-6/+0
2014-05-14usb: musb: Kconfig: Select the DMA driver if DMA mode of MUSB is enabledGeorge Cherian1-0/+1
2014-05-14tools: usb: aio example applicationsRobert Baldyga6-0/+1004
2014-05-14phy: usb: sunxi: Introduce Allwinner A31 USB PHY supportMaxime Ripard1-11/+22
2014-05-14Documentation: dt: Add new compatible for the A31 USB PhyMaxime Ripard1-6/+17
2014-05-14phy: sunxi: Rework phy initializationMaxime Ripard1-24/+18
2014-05-13phy: exynos5-usbdrd: Add facility for VBUS supplyVivek Gautam1-0/+32
2014-05-13phy: Add new Exynos5 USB 3.0 PHY driverVivek Gautam4-0/+700