aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2011-10-27ARM: kirkwood: reduce dependence of including platform fileLei Wen1-0/+1
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin2-3/+0
2011-10-09drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not usedWolfgang Denk1-2/+1
2011-09-29powerpc/85xx: Add ULPI and UTMI USB Phy support for P1010/P1014Ramneek Mehresh1-3/+36
2011-09-04ehci-hcd: Allow cleanups to happen gracefully on a timeout.Joel Fernandes1-1/+0
2011-09-04USB: Remove __attribute__ ((packed)) for struct ehci_hccr and ehci_hcorJason Kridner1-2/+2
2011-08-08usb: r8a66597: Fix argument mistake of inlNobuhiro Iwamatsu1-1/+1
2011-07-14imx: Add support for USB EHCI on imx25Matthias Weisser1-8/+25
2011-06-25ehci-pci: Fix PCI EHCI driver for 36-bitZhao Chenhui1-3/+2
2011-05-18AT91: change includes from asm/arch/io.h to asm/io.hReinhard Meyer1-1/+1
2011-05-18AT91: fix related at91 driver filesReinhard Meyer1-8/+8
2011-04-27IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic1-1/+1
2011-04-05Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-0/+1
2011-04-04echi: add ULI1575 PCI IDZhao Chenhui1-0/+1
2011-04-02ehci-pci: Add PCI EHCI controllerTrübenbach, Ralf1-1/+2
2011-02-19Fix EHCI usb submit timeout and unify with OHCISimon Glass2-7/+10
2010-11-26usb: Remove usb_dev_init() from ehci-ppc4xx.cStefan Roese1-1/+0
2010-11-26usb: Clear CMD_RUN while issuing CMD_RESET in ehci_reset()Stefan Roese1-1/+1
2010-11-26usb: Add WATCHDOG_RESET call to polling loopStefan Roese1-0/+2
2010-11-26usb: fix for USB_ST_STALLED status reporting in ehci_submit_async()Anatolij Gustschin1-0/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-10-22ehci-hcd.c: fix hanging under higher loadWolfgang Denk1-1/+1
2010-10-22USB: fix Queue Element Transfer Descriptor changesWolfgang Denk1-1/+1
2010-10-22ehci-pci: print hccr, hcor and hc_lenghtFlorian Fainelli1-0/+4
2010-10-20USB: sync Queue Element Transfer Descriptor against EHCI specWolfgang Denk2-5/+10
2010-10-19Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk1-0/+2
2010-10-18MPC5121: Add USB EHCI supportDamien Dusha4-1/+169
2010-10-18MX31: add delay between USB port setup and resetStefano Babic1-0/+2
2010-10-17Merge branch 'master' of git://git.denx.de/u-boot-imxWolfgang Denk2-0/+131
2010-10-13MX31: Add support for MXC EHCI controllerStefano Babic2-0/+131
2010-10-13USB: Make non-bulk delay longer in OHCIMarek Vasut1-1/+1
2010-06-30drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writelBecky Bruce2-80/+85
2010-06-30USB OHCI support for at91sam9g45 SoCSergey Matyukevich1-0/+14
2010-06-29EHCI: zero out QH transfer overlay in ehci_submit_async()Sergei Shtylyov1-2/+1
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-03at91: use C structs for AT91 OHCI codeMatthias Fuchs1-15/+13
2010-02-12convert common files to new SoC accessJens Scharsig1-0/+5
2010-01-09Add ppc440epx USB ehci support.Chris Zhang2-0/+49
2010-01-09Fix EHCI port reset.Chris Zhang1-0/+3
2009-12-20USB Consolidate descriptor definitionsTom Rix1-1/+1
2009-11-27Add a unified s3c24x0 header filekevin.morfitt@fearnside-systems.co.uk1-2/+1
2009-11-27s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xxMinkyu Kang1-1/+1
2009-07-23usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_rootPrafulla Wadaskar1-2/+2
2009-07-23Coding Style cleanup; update CHANGELOG.Wolfgang Denk1-1/+0
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