summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2009-03-30s3c64xx: move usb driver to drivers/usbJean-Christophe PLAGNIOL-VILLARD2-0/+46
2009-02-22r8a66597-hcd: fix cannot use external hubYoshihiro Shimoda1-5/+31
2009-02-12Coding style cleanup; update CHANGELOGWolfgang Denk3-4/+4
2009-02-12Fix whitespace damage: double space changed to a tabJerry Van Baren1-1/+1
2009-02-02USB: Add EHCI support for VCT EHCI controller (really with driver now)Stefan Roese1-0/+58
2009-01-28USB: Add dcache support to the EHCI driverStefan Roese2-0/+103
2009-01-28USB: Add EHCI support for VCT EHCI controllerStefan Roese1-0/+1
2009-01-28USB: Add config option to call ehci_hcd_init() again after EHCI resetStefan Roese1-0/+5
2009-01-28USB: Fix speed detection on EHCI cntr with root hub transaction translatorsStefan Roese1-1/+16
2009-01-28usb : musb : Adding DM6446 (TI DaVinci) platform specific USB supportThomas Abraham3-0/+194
2009-01-28usb : musb : Adding host controller driver for Mentor USB controllerThomas Abraham5-0/+1302
2009-01-28USB ehci ixp4xx supportMichael Trimarchi2-0/+50
2009-01-28USB ehci remove infinite loop and use handshake functionMichael Trimarchi1-24/+25
2009-01-28Add initial support for USB ehci pciMichael Trimarchi2-0/+65
2009-01-28EHCI fix code and ixp4xx test.Remy Böhmer2-72/+106
2009-01-28[PATCH] This patch add varius fix to the ehci.michael3-44/+133
2009-01-28[PATCH] Fix EHCI usb. I start to test on amichael3-161/+234
2009-01-28USB ehci freescale supportMichael Trimarchi3-0/+186
2009-01-28USB ehci core supportMichael Trimarchi4-0/+785
2008-12-09usbtty/omap: update to current APIJean-Christophe PLAGNIOL-VILLARD1-1/+3
2008-11-28drivers/usb: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD7-29/+13
2008-10-21Cleanup: fix "MHz" spellingWolfgang Denk1-1/+1
2008-10-21Merge git://git.denx.de/u-boot into x1Markus Klotzbuecher4-33/+33
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD4-30/+30
2008-10-14The PIPE_INTERRUPT flag is used wrongRemy Bohmer2-3/+3
2008-10-14fix USB initialisation procedureRemy Bohmer1-8/+6
2008-09-19usb: Fix compile warning of r8a66597-hcdNobuhiro Iwamatsu1-2/+2
2008-09-17Refactoring parts of the common USB OHCI codeRemy Bohmer2-451/+556
2008-09-09Make usb-stop() safe to call multiple times in a row.Remy Bohmer1-1/+3
2008-09-06USB EHCI: reset root hubYuri Tikhonov2-0/+38
2008-08-31USB: Add support for OHCI controller on S3C6400Guennadi Liakhovetski1-0/+1
2008-08-12Coding style cleanup, update CHANGELOG, prepare releaseWolfgang Denk1-4/+0
2008-08-12Fix compile error related to r8a66597-hcd & usbKumar Gala2-6/+2
2008-08-07usb: add support for R8A66597 usb controllerYoshihiro Shimoda3-0/+1588
2008-08-07Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.cHunter, Jon1-3/+25
2008-07-30Fix more printf() format warningsJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-13Fix some more printf() format problems.Wolfgang Denk1-7/+9
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-10fix USB devices with multiple configurationsHarald Welte2-15/+6
2008-05-22Fix endianess conversion in usb_ohci.cChristian Eggers1-3/+3
2008-05-22USB: add support for multiple PCI OHCI controllersSergei Poselenov1-1/+4
2008-05-21Big white-space cleanup.Wolfgang Denk3-5/+5
2008-04-24USB: remove a cpu bug workaround for an unsupported architecture.Markus Klotzbücher1-18/+4
2008-04-24USB: fix those pesky aliasing warnings issued by gcc-4.2Markus Klotzbücher1-4/+4
2008-04-18Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.cGururaja Hebbar K R1-1/+0
2008-03-15usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driverStefan Roese1-2/+3
2008-01-12USB: Add Philips 1561 PCI-OHCI idsTsiChung Liew1-0/+1
2008-01-09fix comments with new drivers organizationMarcel Ziswiler2-2/+3
2007-11-26drivers/usb : move usb drivers to drivers/usbJean-Christophe PLAGNIOL-VILLARD11-0/+9434