summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-17usb-storage: fix up the unusual_realtek device listAlan Stern1-5/+5
2011-05-17USB: gadget: f_audio: Fix invalid dereference of initdataMartin Jackson1-1/+1
2011-05-17EHCI: don't rescan interrupt QHs needlesslyAlan Stern3-4/+12
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-Hartman19-340/+321
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-13MAINTAINERS: tree moved to kernel.orgFelipe Balbi1-1/+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-11ARM: S3C2416: Add support for USB 2.0 High-Speed gadget controllerThomas Abraham1-0/+27
2011-05-11ARM: S3C24XX: Add plaform device definition for USB High-Speed gadget control...Thomas Abraham4-0/+63
2011-05-11ARM: S3C2416: Add USB Phy register definitionsThomas Abraham1-0/+25
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 Quadros2-2/+76
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-Hartman559-3254/+6271
2011-05-10Linux 2.6.39-rc7v2.6.39-rc7Linus Torvalds1-1/+1
2011-05-10vm: fix vm_pgoff wrap in upward expansionHugh Dickins1-4/+7
2011-05-10Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+23
2011-05-10Don't lock guardpage if the stack is growing upMikulas Patocka3-15/+37
2011-05-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds3-43/+150