summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | USB: s3c-hsudc: use IS_ERR() instead of NULL checkJingoo Han2011-05-131-2/+2
| |/ /
| * | xhci: move the common code to a function to get max ports and port arrayhuajun li2011-05-121-39/+27
| * | ehci: workaround for pci quirk timeout on ExoPCAndy Ross2011-05-121-10/+25
| * | ehci: pci quirk cleanupAndy Ross2011-05-121-70/+66
| * | Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2011-05-121-9/+9
| |\ \
| | * | xhci: Fix bug in control transfer cancellation.Sarah Sharp2011-05-111-9/+9
| * | | usb: renesas_usbhs: fixup error processing on probe/removeKuninori Morimoto2011-05-111-6/+6
| * | | usb: renesas_usbhs: fixup fifo disableKuninori Morimoto2011-05-111-16/+13
| * | | USB: cdc_acm: Fix oops when Droids MuIn LCD is connectedErik Slagter2011-05-112-2/+12
| |/ /
| * | USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driverThomas Abraham2011-05-104-0/+1375
| * | usb: gadget: Remove the LUN checks which are always trueMaxin B John2011-05-102-2/+2
| * | usb: fix warning in usbtest module v2Greg Dietsche2011-05-101-3/+3
| * | USB: ehci-s5p : use __devinit and __devexit macros for probe and removeJingoo Han2011-05-101-3/+3
| * | USB: cp210x: fix typo, Telegesys should have been TelegesisFlorian Fainelli2011-05-101-1/+1
| * | usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance testsRoger Quadros2011-05-101-1/+5
| * | usb: gadget: composite: Allow function drivers to pause control transfersRoger Quadros2011-05-101-1/+61
| * | Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2011-05-104-5/+45
| |\ \
| | * | xHCI 1.0: Max Exit Latency Too Large ErrorAlex He2011-05-092-1/+8
| | * | xHCI 1.0: TT_THINK_TIME setAndiry Xu2011-05-091-1/+6
| | * | xHCI 1.0: Block Interrupts for Isoch transferAndiry Xu2011-05-092-0/+7
| | * | xHCI 1.0: Isoch endpoint CErr field setAndiry Xu2011-05-091-2/+2
| | * | xHCI 1.0: Control endpoint average TRB length field setAndiry Xu2011-05-091-1/+8
| | * | xHCI 1.0: Setup Stage TRB Transfer Type flagAndiry Xu2011-05-092-0/+14
| * | | Merge branch 2.6.39-rc7 into usb-linusGreg Kroah-Hartman2011-05-104-7/+40
| |\ \ \ | | |/ / | |/| / | | |/
| * | USB: OTG: msm: Add PHY suspend support for MSM8960Pavankumar Kondeti2011-05-061-10/+54
| * | USB: OTG: msm: Configure PHY Analog and Digital voltage domainsAnji jonnala2011-05-061-0/+189
| * | USB: OTG: msm: Implement charger detectionPavankumar Kondeti2011-05-062-4/+386
| * | USB: OTG: msm: vote for dayatona fabric clockAnji jonnala2011-05-061-1/+35
| * | USB: UHCI: Add support for GRLIB GRUSBHC controllerJan Andersson2011-05-063-7/+234
| * | USB: UHCI: Support non-PCI host controllersJan Andersson2011-05-063-0/+142
| * | USB: UHCI: Wrap I/O register accessesJan Andersson2011-05-064-47/+77
| * | USB: UHCI: Move PCI specific functions to uhci-pci.cJan Andersson2011-05-062-294/+333
| * | USB: UHCI: Codingstyle fixesJan Andersson2011-05-061-5/+5
| * | USB: UHCI: Allow dynamic assignment of bus specific functionsJan Andersson2011-05-062-19/+78
| * | USB: UHCI: Remove PCI dependencies from uhci-hubJan Andersson2011-05-063-4/+17
| * | fsl/usb: Unused endpoint failure for USB gadgetRamneek Mehresh2011-05-061-6/+21
| * | USB: ohci-s3c2410: return proper error if clk_get failsJingoo Han2011-05-061-2/+2
| * | USB: ohci-s3c2410: fix checkpatch errors and warningsJingoo Han2011-05-061-23/+23
| * | USB: ehci-au1xxx: fix suspend callbackManuel Lauss2011-05-061-6/+3
| * | usb: fix building musb driversAnatolij Gustschin2011-05-0611-72/+68
| * | USB: EHCI: Add bus glue for GRLIB GRUSBHC controllerJan Andersson2011-05-035-2/+253
| * | USB: EHCI: Support controllers with big endian capability regsJan Andersson2011-05-0326-28/+41
| * | USB: OTG: msm: Clear in_lpm flag before enabling the IRQ in resumePavankumar Kondeti2011-05-031-2/+2
| * | USB: gadget: Initialize ep0 once while registering gadget in ci13xxx_udcAnji jonnala2011-05-031-14/+17
| * | USB: gadget: Use ep0out for control OUT data phase in ci13xxx_udcPavankumar Kondeti2011-05-031-6/+14
| * | USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+7
| * | USB: gadget: Fix unused variable warning in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
| * | USB: gadget: Use bitwise AND operator to test flags in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
| * | USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
| * | USB: gpio-vbus: ask for vbus_draw regulator before registering xceivDmitry Eremin-Solenikov2011-05-031-7/+7