summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-13xhci: Remove old no-op test.Sarah Sharp3-35/+0
2011-03-13usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp1-0/+5
2011-03-11USB: ehci: tegra: Align DMA transfers to 32 bytesRobert Morell1-0/+90
2011-03-11usb: host: Add EHCI driver for NVIDIA Tegra SoCsBenoit Goby5-1/+672
2011-03-11ARM: tegra: Add support for Tegra USB PHYsBenoit Goby4-0/+885
2011-03-11usb: otg: Add ulpi viewport access opsBenoit Goby4-0/+93
2011-03-11USB: serial: ch341: add new idwangyanqing1-0/+1
2011-03-11USB: Only treat lasting over-current conditions as errorsPaul Bolle1-5/+19
2011-03-11ehci-atmel: fix section mismatch warningHubert Feurstein1-3/+3
2011-03-09USB: serial: ftdi_sio: adding support for OLIMEX ARM-USB-OCD-HJF Argentino2-0/+3
2011-03-09USB: serial: option: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626Herton Ronaldo Krzesinski1-1/+2
2011-03-09USB OTG Langwell: use simple IPC command to control VBus power.Hao Wu1-37/+11
2011-03-07ARM: s3c24xx: Switch to common GPIO controlled UDC pullup implementationLars-Peter Clausen6-129/+7
2011-03-07USB: s3c2410_udc: Add common implementation for GPIO controlled pullupsLars-Peter Clausen2-9/+55
2011-03-07arm: omap4: 4430sdp: drop ehci supportAnand Gadiyar1-19/+0
2011-03-07USB: OHCI: use pci_dev->revisionSergei Shtylyov1-2/+2
2011-03-07USB: Rename "msm72k_otg.c" to "msm_otg.c"Pavankumar Kondeti6-5/+5
2011-03-07usb/isp1760: Fix crash when unplugging bugArvid Brodin1-4/+3
2011-03-07USB: move usbcore away from hcd->stateAlan Stern3-21/+51
2011-03-02USB: Remove unused timeout from io_edgeport.cHuzaifa Sidhpurwala1-3/+0
2011-03-02USB: Remove unused is_iso from fsl_udc_core.cHuzaifa Sidhpurwala1-2/+0
2011-03-02USB: Remove delay_t unused variable from sierra_ms.c driver initialisation codeHuzaifa Sidhpurwala1-2/+0
2011-03-02usb-gadget: fix warning in ethernetStephen Hemminger1-1/+1
2011-03-02wusb: fix find_first_zero_bit() return value checkAkinobu Mita1-1/+1
2011-03-01usb: EHCI, OHCI: Add configuration for the SH USB controllerYoshihiro Shimoda3-5/+16
2011-03-01USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu10-229/+300
2011-03-01arm: omap: usb: clock entries for omap3 and omap4Keshava Munegowda2-10/+19
2011-03-01usb: host: omap: ehci and ohci simplificationKeshava Munegowda2-1468/+132
2011-03-01arm: omap: usb: cleanup ehci and ohci resources and devicesKeshava Munegowda2-154/+26
2011-03-01arm: omap: usb: Invoke usbhs core device initializationKeshava Munegowda18-18/+18
2011-03-01arm: omap: usb: usbhs core device initializationKeshava Munegowda2-14/+183
2011-03-01usb: host: omap: common usb host core driverKeshava Munegowda4-0/+1074
2011-03-01arm: omap: usb: create common enums and structures for ehci and ohciKeshava Munegowda22-168/+184
2011-03-01arm: omap2: usb: rename usb-ehci.c to usb-host.cFelipe Balbi2-5/+5
2011-03-01usb: host: omap: switch to platform_get_resource_bynameFelipe Balbi2-6/+6
2011-03-01arm: omap: usb: host: add names to resourcesFelipe Balbi1-0/+9
2011-03-01usb: ehci: omap: add support for TLL mode on OMAP4Anand Gadiyar1-0/+134
2011-03-01usb: musb: tusb: Fix possible null pointer dereference in tusb6010_omap.cHuzaifa Sidhpurwala1-2/+2
2011-03-01usb: musb: OMAP3xxx: Fix device detection in otg & host modeHema HK1-8/+2
2011-03-01usb: musb: OMAP4430: Power down the PHY during board initHema HK1-0/+4
2011-03-01usb: otg: OMAP4430: Save/restore the contextHema HK1-0/+7
2011-03-01usb: otg: TWL4030: Update the last_event variable.Hema HK1-0/+2
2011-03-01usb: musb: Idle path retention and offmode support for OMAP3Hema HK3-22/+78
2011-03-01usb: musb: Remove platform context save/restore APIHema HK2-15/+0
2011-03-01usb: musb: gadget: fix list_head usageFelipe Balbi1-3/+4
2011-02-28USB: ffs-test: fix header pathDavidlohr Bueso1-2/+2
2011-02-28USB: serial/kobil_sct, fix potential tty NULL dereferenceJiri Slaby1-1/+1
2011-02-28USB: serial/keyspan_pda, fix potential tty NULL dereferencesJiri Slaby1-7/+8
2011-02-28usb/isp1760: Handle toggle bit in queue heads onlyArvid Brodin1-33/+21
2011-02-28usb/isp1760: Replace period calculation for INT packets with something readableArvid Brodin1-69/+37