| Commit message (Expand) | Author | Age | Lines |
* | mpc8xxx: USB: Removed reenablement of its interface | Vivek Mahajan | 2009-06-12 | -4/+0 |
* | at91: fix a USB problem for AT91SAM9261 | RONETIX - Ilko Iliev | 2009-06-09 | -1/+2 |
* | Fix e-mail address of Gary Jennejohn. | Detlev Zundel | 2009-05-15 | -2/+2 |
* | Replace __attribute references with __attribute__ | Peter Tyser | 2009-04-28 | -5/+5 |
* | at91sam9/at91cap: improve clock framework | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-16 | -1/+2 |
* | Support for PXA27X UDC. | Remy Bohmer | 2009-04-06 | -0/+703 |
* | drivers/usb: regorganisation | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-06 | -46/+178 |
* | at91: move usb driver to drivers/usb | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -0/+81 |
* | s3c64xx: move usb driver to drivers/usb | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | -0/+46 |
* | r8a66597-hcd: fix cannot use external hub | Yoshihiro Shimoda | 2009-02-22 | -5/+31 |
* | Coding style cleanup; update CHANGELOG | Wolfgang Denk | 2009-02-12 | -4/+4 |
* | Fix whitespace damage: double space changed to a tab | Jerry Van Baren | 2009-02-11 | -1/+1 |
* | USB: Add EHCI support for VCT EHCI controller (really with driver now) | Stefan Roese | 2009-02-02 | -0/+58 |
* | USB: Add dcache support to the EHCI driver | Stefan Roese | 2009-01-28 | -0/+103 |
* | USB: Add EHCI support for VCT EHCI controller | Stefan Roese | 2009-01-28 | -0/+1 |
* | USB: Add config option to call ehci_hcd_init() again after EHCI reset | Stefan Roese | 2009-01-28 | -0/+5 |
* | USB: Fix speed detection on EHCI cntr with root hub transaction translators | Stefan Roese | 2009-01-28 | -1/+16 |
* | usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support | Thomas Abraham | 2009-01-28 | -0/+194 |
* | usb : musb : Adding host controller driver for Mentor USB controller | Thomas Abraham | 2009-01-28 | -0/+1302 |
* | USB ehci ixp4xx support | Michael Trimarchi | 2009-01-28 | -0/+50 |
* | USB ehci remove infinite loop and use handshake function | Michael Trimarchi | 2009-01-28 | -24/+25 |
* | Add initial support for USB ehci pci | Michael Trimarchi | 2009-01-28 | -0/+65 |
* | EHCI fix code and ixp4xx test. | Remy Böhmer | 2009-01-28 | -72/+106 |
* | [PATCH] This patch add varius fix to the ehci. | michael | 2009-01-28 | -44/+133 |
* | [PATCH] Fix EHCI usb. I start to test on a | michael | 2009-01-28 | -161/+234 |
* | USB ehci freescale support | Michael Trimarchi | 2009-01-28 | -0/+186 |
* | USB ehci core support | Michael Trimarchi | 2009-01-28 | -0/+785 |
* | usbtty/omap: update to current API | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-09 | -1/+3 |
* | drivers/usb: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-11-28 | -29/+13 |
* | Cleanup: fix "MHz" spelling | Wolfgang Denk | 2008-10-21 | -1/+1 |
* | Merge git://git.denx.de/u-boot into x1 | Markus Klotzbuecher | 2008-10-21 | -33/+33 |
|\ |
|
| * | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | -30/+30 |
* | | The PIPE_INTERRUPT flag is used wrong | Remy Bohmer | 2008-10-14 | -3/+3 |
* | | fix USB initialisation procedure | Remy Bohmer | 2008-10-14 | -8/+6 |
* | | usb: Fix compile warning of r8a66597-hcd | Nobuhiro Iwamatsu | 2008-09-19 | -2/+2 |
* | | Refactoring parts of the common USB OHCI code | Remy Bohmer | 2008-09-17 | -451/+556 |
|/ |
|
* | Make usb-stop() safe to call multiple times in a row. | Remy Bohmer | 2008-09-09 | -1/+3 |
* | USB EHCI: reset root hub | Yuri Tikhonov | 2008-09-06 | -0/+38 |
* | USB: Add support for OHCI controller on S3C6400 | Guennadi Liakhovetski | 2008-08-31 | -0/+1 |
* | Coding style cleanup, update CHANGELOG, prepare release | Wolfgang Denk | 2008-08-12 | -4/+0 |
* | Fix compile error related to r8a66597-hcd & usb | Kumar Gala | 2008-08-12 | -6/+2 |
* | usb: add support for R8A66597 usb controller | Yoshihiro Shimoda | 2008-08-07 | -0/+1588 |
* | Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c | Hunter, Jon | 2008-08-07 | -3/+25 |
* | Fix more printf() format warnings | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-30 | -1/+1 |
* | Fix some more printf() format problems. | Wolfgang Denk | 2008-07-13 | -7/+9 |
* | Fix some more printf() format issues. | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-13 | -1/+1 |
* | fix USB devices with multiple configurations | Harald Welte | 2008-07-10 | -15/+6 |
* | Fix endianess conversion in usb_ohci.c | Christian Eggers | 2008-05-22 | -3/+3 |
* | USB: add support for multiple PCI OHCI controllers | Sergei Poselenov | 2008-05-22 | -1/+4 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -5/+5 |