summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2010-09-20usb: musb: stub out MUSB_TXCSR_MODE for Blackfin partsMike Frysinger1-0/+2
2010-09-11usb: musb: set target address for non-multipoint devicesBryan Wu1-0/+7
2010-09-11usb: musb: setup TXCOUNT for Blackfin musbBryan Wu1-0/+5
2010-08-12musb: am35x: Workaround for fifo read issueAjay Kumar Gupta2-0/+38
2010-08-12musb: MSC host support for AM35xAjay Kumar Gupta4-0/+215
2010-08-05ARMV7: Restructure omap3 musb driver to allow code sharing between OMAP3 and ...Steve Sakoman2-1/+18
2010-07-16musb: fix compilation warningAjay Kumar Gupta1-1/+1
2010-06-30drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writelBecky Bruce2-80/+85
2010-06-30musb: Program extvbus for OMAP3EVM Rev >= EAjay Kumar Gupta2-0/+7
2010-06-30musb: Add Phy programming for using external VbusAjay Kumar Gupta2-1/+36
2010-06-30musb: Use name based initialization for musb_configAjay Kumar Gupta3-9/+9
2010-06-30USB OHCI support for at91sam9g45 SoCSergey Matyukevich1-0/+14
2010-06-30EHCI: zero out QH transfer overlay in ehci_submit_async()Sergei Shtylyov1-2/+1
2010-05-06drivers/*/Makefile: fix conditional compile rule.Ender.Dai1-1/+0
2010-04-13mips: Move cpu/mips/* to arch/mips/cpu/*Peter Tyser1-1/+1
2010-04-08EHCI: add NEC PCI IDSergei Shtylyov1-0/+1
2010-04-08EHCI: fix port reset reportingSergei Shtylyov1-15/+17
2010-04-08EHCI: fix off-by-one error in ehci_submit_root()Sergei Shtylyov1-1/+1
2010-04-08EHCI: fix root hub device descriptorSergei Shtylyov1-2/+2
2010-04-04at91: use C structs for AT91 OHCI codeMatthias Fuchs1-15/+13
2010-03-22mod change 755 => 644 for multiple filesThomas Weber2-0/+0
2010-03-13Prepare v2010.03-rc1Wolfgang Denk2-2/+0
2010-02-12convert common files to new SoC accessJens Scharsig1-0/+5
2010-02-04musb: Add host support for DM365 EVMPrathap Srinivas2-2/+20
2010-02-04usb: musb: fix Blackfin DMA register paddingCliff Cai1-1/+1
2010-01-23SPEAr : usbd driver support for SPEAr SoCsVipin KUMAR2-0/+999
2010-01-18PCIe, USB: Replace 'end point' references with 'endpoint'Peter Tyser1-1/+1
2010-01-12usb: musb: add virtual root hub control supportBryan Wu2-2/+482
2010-01-09Add ppc440epx USB ehci support.Chris Zhang2-0/+49
2010-01-09Fix EHCI port reset.Chris Zhang1-0/+3
2010-01-09omap3: fix compile warningSanjeev Premi1-0/+3
2010-01-09usb: musb: add support for Blackfin MUSBBryan Wu5-1/+262
2010-01-09usb: musb: change rxcsr register from write to read/modify/writeBryan Wu1-2/+4
2010-01-09usb: musb: make multipoint optionalBryan Wu1-0/+20
2010-01-09usb: musb: make fifo support configurableBryan Wu1-4/+14
2010-01-09usb: musb: make sure the register layout is packedMike Frysinger1-1/+1
2010-01-09DA8xx: Add MUSB host supportAjay Kumar Gupta3-0/+243
2009-12-20OMAP3 USB Initialize twl4030 only if requiredTom Rix1-1/+6
2009-12-20OMAP3 Add usb device supportTom Rix7-2/+1393
2009-12-20TWL4030 Add usb PHY supportTom Rix2-0/+233
2009-12-20USB Consolidate descriptor definitionsTom Rix2-2/+2
2009-11-28Add a unified s3c24x0 header filekevin.morfitt@fearnside-systems.co.uk1-2/+1
2009-11-28s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xxMinkyu Kang1-1/+1
2009-07-24usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_rootPrafulla Wadaskar1-2/+2
2009-07-24Coding Style cleanup; update CHANGELOG.Wolfgang Denk1-1/+0
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2-3/+3
2009-07-11usb: Fix compiler warning with gcc4.4Kumar Gala1-2/+2
2009-07-09usb: add Marvell Kirkwood ehci host controller driverPrafulla Wadaskar2-0/+109
2009-07-09mpc8xxx: USB: fix: access of ehci struct elementsVivek Mahajan1-9/+9
2009-07-09usb: musb: add timeout via CONFIG_MUSB_TIMEOUTBryan Wu2-0/+35