| Commit message (Expand) | Author | Age | Lines |
* | imx: Add support for USB EHCI on imx25 | Matthias Weisser | 2011-07-14 | -8/+25 |
* | usb: convert to partial linking | Mike Frysinger | 2011-06-25 | -2/+2 |
* | ehci-pci: Fix PCI EHCI driver for 36-bit | Zhao Chenhui | 2011-06-25 | -3/+2 |
* | musb: process control messages after roothub accepted it | Cliff Cai | 2011-06-25 | -2/+5 |
* | AT91: change includes from asm/arch/io.h to asm/io.h | Reinhard Meyer | 2011-05-18 | -1/+1 |
* | AT91: fix related at91 driver files | Reinhard Meyer | 2011-05-18 | -8/+8 |
* | IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers | Stefano Babic | 2011-04-27 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2011-04-05 | -0/+1 |
|\ |
|
| * | echi: add ULI1575 PCI ID | Zhao Chenhui | 2011-04-04 | -0/+1 |
* | | ehci-pci: Add PCI EHCI controller | Trübenbach, Ralf | 2011-04-02 | -1/+2 |
* | | usb: musb: blackfin: check anomaly workarounds at runtime too | Mike Frysinger | 2011-04-02 | -3/+26 |
* | | usb: musb: blackfin: make clkin configurable | Mike Frysinger | 2011-04-02 | -1/+6 |
|/ |
|
* | Coding Style cleanup: remove trailing empty lines | Wolfgang Denk | 2011-03-27 | -2/+0 |
* | USB-RNDIS: Send RNDIS state on disconnecting | Vitaly Kuzmichev | 2011-02-19 | -0/+36 |
* | USB: Add USB RNDIS gadget protocol | Vitaly Kuzmichev | 2011-02-19 | -60/+2362 |
* | USB-CDC: Move struct declaration before its use | Vitaly Kuzmichev | 2011-02-19 | -34/+36 |
* | USB-CDC: Port struct net_device_stats | Vitaly Kuzmichev | 2011-02-19 | -0/+39 |
* | USB-CDC: handle interrupt after dropped pullup | Vitaly Kuzmichev | 2011-02-19 | -0/+7 |
* | Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet Adaptor | Simon Glass | 2011-02-19 | -0/+645 |
* | Add USB host ethernet adapter support | Simon Glass | 2011-02-19 | -0/+188 |
* | Fix EHCI usb submit timeout and unify with OHCI | Simon Glass | 2011-02-19 | -7/+10 |
* | USB-CDC: Move MAC addresses setting into usb_eth_init | Vitaly Kuzmichev | 2011-01-19 | -36/+26 |
* | USB-CDC: Do not rename netdev after its registration | Vitaly Kuzmichev | 2011-01-19 | -3/+2 |
* | usb_ether: register usb ethernet gadget at each eth init | Lei Wen | 2011-01-19 | -4/+8 |
* | usb: Remove usb_dev_init() from ehci-ppc4xx.c | Stefan Roese | 2010-11-26 | -1/+0 |
* | usb: Clear CMD_RUN while issuing CMD_RESET in ehci_reset() | Stefan Roese | 2010-11-26 | -1/+1 |
* | usb: Add WATCHDOG_RESET call to polling loop | Stefan Roese | 2010-11-26 | -0/+2 |
* | usb: fix for USB_ST_STALLED status reporting in ehci_submit_async() | Anatolij Gustschin | 2010-11-26 | -0/+2 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | -8/+8 |
* | Coding Style cleanup | Wolfgang Denk | 2010-10-27 | -4/+0 |
* | ehci-hcd.c: fix hanging under higher load | Wolfgang Denk | 2010-10-22 | -1/+1 |
* | usb: musb: constify a bit | Mike Frysinger | 2010-10-22 | -19/+21 |
* | USB: fix Queue Element Transfer Descriptor changes | Wolfgang Denk | 2010-10-22 | -1/+1 |
* | ehci-pci: print hccr, hcor and hc_lenght | Florian Fainelli | 2010-10-22 | -0/+4 |
* | USB: sync Queue Element Transfer Descriptor against EHCI spec | Wolfgang Denk | 2010-10-20 | -5/+10 |
* | Merge branch 'master' of git://git.denx.de/u-boot-imx | Wolfgang Denk | 2010-10-19 | -0/+2 |
|\ |
|
| * | MX31: add delay between USB port setup and reset | Stefano Babic | 2010-10-18 | -0/+2 |
* | | MPC5121: Add USB EHCI support | Damien Dusha | 2010-10-18 | -1/+169 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-imx | Wolfgang Denk | 2010-10-17 | -0/+131 |
|\ |
|
| * | MX31: Add support for MXC EHCI controller | Stefano Babic | 2010-10-13 | -0/+131 |
* | | usb: musb: only write CLRDATATOG when appropriate | Bryan Wu | 2010-10-13 | -7/+16 |
* | | USB-CDC: Prevent rx_req being enqueued twice | Vitaly Kuzmichev | 2010-10-13 | -0/+1 |
* | | USB-CDC: Fix tx/rx_req memory leaks | Vitaly Kuzmichev | 2010-10-13 | -13/+7 |
* | | USB: Make non-bulk delay longer in OHCI | Marek Vasut | 2010-10-13 | -1/+1 |
|/ |
|
* | USB-CDC: Fix coding style issues | Vitaly Kuzmichev | 2010-09-20 | -330/+357 |
* | USB-CDC: called handle_interrupts inside usb_eth_send | Stefano Babic | 2010-09-20 | -1/+9 |
* | USB-CDC: correct wrong alignment in ether.c | Stefano Babic | 2010-09-20 | -1/+1 |
* | USB-CDC: change simple_strtol to simple_strtoul | Vitaly Kuzmichev | 2010-09-20 | -1/+1 |
* | USB-CDC: ethernet error path potential oops fix | Vitaly Kuzmichev | 2010-09-20 | -1/+1 |
* | USB-CDC: Correct stat_req initialization | Vitaly Kuzmichev | 2010-09-20 | -4/+3 |