summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-05-17OHCI: fix regression caused by nVidia shutdown workaroundAlan Stern1-2/+10
2011-05-17USB: OTG: msm: Free VCCCX regulator even if we can't set the voltageMark Brown1-3/+1
2011-05-17USB: OTG: msm: Allow the widest possible range for VDDCX when removingMark Brown1-1/+1
2011-05-17USB: option: add support for Huawei E353 deviceMarcin Gałczyński1-0/+2
2011-05-17xhci: Fix memory leak bug when dropping endpointsSarah Sharp1-1/+10
2011-05-17xhci: Fix memory leak in ring cache deallocation.Sarah Sharp1-4/+3
2011-05-14xhci: Fix full speed bInterval encoding.Sarah Sharp1-2/+2
2011-05-14Merge branch 'for-next' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/...Greg Kroah-Hartman18-339/+319
2011-05-14usb: gadget: rndis: don't test against req->lengthFelipe Balbi1-2/+1
2011-05-14usb/gadget: at91sam9g20 fix end point max packet sizeJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-05-14drivers/usb/serial/opticon.c: Release resources on kmalloc failureJulia Lawall1-2/+5
2011-05-14USB: s3c-hsotg: return proper error if clk_get failsJingoo Han1-1/+1
2011-05-14USB: s3c-hsotg: fix checkpatch warningsJingoo Han1-4/+3
2011-05-14USB: s3c-hsudc: fix checkpatch error and warningJingoo Han1-1/+1
2011-05-14USB: s3c-hsudc: use IS_ERR() instead of NULL checkJingoo Han1-2/+2
2011-05-13usb: musb: Calling VBUS pulsing API when SRP is initiated.Hema HK1-0/+4
2011-05-13usb: otg: TWL6030: OMAP4430: Adding SRP VBUS pulsing APIHema HK1-0/+15
2011-05-13usb: musb: host: remove duplicate check in musb_ep_program()Sergei Shtylyov1-27/+22
2011-05-13usb: musb: export musb_interrupt symbolFelipe Balbi1-1/+1
2011-05-13usb: musb: allow musb and glue layers to be modulesFelipe Balbi1-10/+10
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi17-301/+267
2011-05-12xhci: move the common code to a function to get max ports and port arrayhuajun li1-39/+27
2011-05-12ehci: workaround for pci quirk timeout on ExoPCAndy Ross1-10/+25
2011-05-12ehci: pci quirk cleanupAndy Ross1-70/+66
2011-05-12Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman1-9/+9
2011-05-12xhci: Fix bug in control transfer cancellation.Sarah Sharp1-9/+9
2011-05-12usb: renesas_usbhs: fixup error processing on probe/removeKuninori Morimoto1-6/+6
2011-05-12usb: renesas_usbhs: fixup fifo disableKuninori Morimoto1-16/+13
2011-05-12USB: cdc_acm: Fix oops when Droids MuIn LCD is connectedErik Slagter2-2/+12
2011-05-11USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driverThomas Abraham4-0/+1375
2011-05-11usb: gadget: Remove the LUN checks which are always trueMaxin B John2-2/+2
2011-05-11usb: fix warning in usbtest module v2Greg Dietsche1-3/+3
2011-05-11USB: ehci-s5p : use __devinit and __devexit macros for probe and removeJingoo Han1-3/+3
2011-05-11USB: cp210x: fix typo, Telegesys should have been TelegesisFlorian Fainelli1-1/+1
2011-05-11usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance testsRoger Quadros1-1/+5
2011-05-11usb: gadget: composite: Allow function drivers to pause control transfersRoger Quadros1-1/+61
2011-05-11Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman4-5/+45
2011-05-11Merge branch 2.6.39-rc7 into usb-linusGreg Kroah-Hartman248-950/+2219
2011-05-10Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+23
2011-05-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds3-43/+150
2011-05-09xHCI 1.0: Max Exit Latency Too Large ErrorAlex He2-1/+8
2011-05-09xHCI 1.0: TT_THINK_TIME setAndiry Xu1-1/+6
2011-05-09xHCI 1.0: Block Interrupts for Isoch transferAndiry Xu2-0/+7
2011-05-09xHCI 1.0: Isoch endpoint CErr field setAndiry Xu1-2/+2
2011-05-09xHCI 1.0: Control endpoint average TRB length field setAndiry Xu1-1/+8
2011-05-09xHCI 1.0: Setup Stage TRB Transfer Type flagAndiry Xu2-0/+14
2011-05-09drm/i915/lvds: Only act on lid notify when the device is onAlex Williamson1-0/+3
2011-05-09drm/i915: fix intel_crtc_clock_get pipe reads after "cleanup cleanup"Chris Wilson1-2/+2
2011-05-09drm/i915: Only enable the plane after setting the fb base (pre-ILK)Chris Wilson1-2/+0
2011-05-09Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds6-12/+40