aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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-24ASIX: Fix buffer access in asix_get_phy_addr()Marek Vasut1-1/+1
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-08-08Add Ethernet hardware MAC address framework to usbnetSimon Glass1-2/+7
2011-08-08Add support for SMSC95XX USB 2.0 10/100MBit Ethernet AdapterSimon Glass3-0/+887
2011-08-03DaVinci: rename gpio_defs.h to gpio.hLaurence Withers1-1/+1
2011-07-14imx: Add support for USB EHCI on imx25Matthias Weisser1-8/+25
2011-06-25usb: convert to partial linkingMike Frysinger1-2/+2
2011-06-25ehci-pci: Fix PCI EHCI driver for 36-bitZhao Chenhui1-3/+2
2011-06-25musb: process control messages after roothub accepted itCliff Cai1-2/+5
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-04-02usb: musb: blackfin: check anomaly workarounds at runtime tooMike Frysinger1-3/+26
2011-04-02usb: musb: blackfin: make clkin configurableMike Frysinger1-1/+6
2011-03-27Coding Style cleanup: remove trailing empty linesWolfgang Denk2-2/+0
2011-02-19USB-RNDIS: Send RNDIS state on disconnectingVitaly Kuzmichev3-0/+36
2011-02-19USB: Add USB RNDIS gadget protocolVitaly Kuzmichev5-60/+2362
2011-02-19USB-CDC: Move struct declaration before its useVitaly Kuzmichev1-34/+36
2011-02-19USB-CDC: Port struct net_device_statsVitaly Kuzmichev1-0/+39
2011-02-19USB-CDC: handle interrupt after dropped pullupVitaly Kuzmichev1-0/+7
2011-02-19Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet AdaptorSimon Glass3-0/+645
2011-02-19Add USB host ethernet adapter supportSimon Glass2-0/+188
2011-02-19Fix EHCI usb submit timeout and unify with OHCISimon Glass2-7/+10
2011-01-19USB-CDC: Move MAC addresses setting into usb_eth_initVitaly Kuzmichev1-36/+26
2011-01-19USB-CDC: Do not rename netdev after its registrationVitaly Kuzmichev1-3/+2
2011-01-19usb_ether: register usb ethernet gadget at each eth initLei Wen1-4/+8
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 Carlier4-8/+8
2010-10-27Coding Style cleanupWolfgang Denk4-4/+0
2010-10-22ehci-hcd.c: fix hanging under higher loadWolfgang Denk1-1/+1
2010-10-22usb: musb: constify a bitMike Frysinger3-19/+21
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