aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang34-29/+12893
2012-11-27Remove obsolete header filePantelis Antoniou1-1/+0
2012-11-20usb: r8a6659: Fix build by missing of parenthesisNobuhiro Iwamatsu1-1/+1
2012-11-20usb: r8a66597: Switched from variable to only macroNobuhiro Iwamatsu1-10/+5
2012-11-20musb-new: omap2plus backend driverIlya Yanok4-0/+692
2012-11-20musb-new: am35x backend driverIlya Yanok3-0/+711
2012-11-20musb-new: dsps backend driverIlya Yanok2-0/+772
2012-11-20musb-new: port of Linux musb driverIlya Yanok16-2/+10690
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok7-10/+22
2012-11-20linux/usb/ch9.h: update with the version from Linux treeIlya Yanok5-5/+0
2012-11-19ehci-mxc: Fix host power mask bit for i.MX25Benoît Thébaudeau1-1/+1
2012-11-19ehci-mxc: Fix host power mask bit for i.MX35Benoît Thébaudeau1-1/+1
2012-11-16ehci-mx5/6: Make board_ehci_hcd_init() optionalBenoît Thébaudeau2-3/+10
2012-11-16ehci-mxc: Add support for i.MX35Benoît Thébaudeau1-0/+69
2012-11-16ehci-mxc: Define host offsetsBenoît Thébaudeau1-1/+1
2012-11-16ehci-mxc: Make i.MX25 EHCI configurableBenoît Thébaudeau1-8/+64
2012-11-16ehci-mxc: Make EHCI power/oc polarities configurableBenoît Thébaudeau1-0/+56
2012-11-16ehci-mx5: Add missing OC_DIS for i.MX53Benoît Thébaudeau1-0/+24
2012-11-16ehci-mx5: Fix *PM usage for i.MX53Benoît Thébaudeau1-1/+6
2012-11-16ehci-mx5: Fix OPM usageBenoît Thébaudeau1-2/+2
2012-11-16ehci-mx5: Fix OC_DIS usageBenoît Thébaudeau1-3/+3
2012-11-16ehci-mx5: Clean upBenoît Thébaudeau1-19/+26
2012-11-16ehci-mxc: Clean upBenoît Thébaudeau1-46/+40
2012-11-04usb gadget ether: Fix warning in is_eth_addr_valid()Tom Rini1-2/+2
2012-10-26Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD1-1/+10
2012-10-23USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDYPankaj Bharadiya1-1/+10
2012-10-22powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu1-6/+16
2012-10-18dm: Move s3c24xx USB driver to a proper placeMarek Vasut3-0/+2211
2012-10-16Remove lh7a40x cpu and serial driverAlbert ARIBAUD1-21/+13
2012-10-15mx51: Fix USB PHY clocksBenoît Thébaudeau1-1/+2
2012-10-15pxa25x: Add support for USB ethernet gadgetLukasz Dalek3-0/+2222
2012-10-15usbether: Removed DEV_CONFIG_{CDC,SUBSET}Lukasz Dalek1-45/+30
2012-10-15usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}Lukasz Dalek1-5/+14
2012-10-15usbether: Fixed bug when using with PXA25X chipsLukasz Dalek1-1/+16
2012-10-15usb: ulpi: add indicator configuration functionLucas Stach1-4/+28
2012-10-15usb: ehci: don't print debug outputLucas Stach1-1/+1
2012-10-15tegra20: port to new ehci interfaceLucas Stach1-3/+2
2012-10-15usb: add support for multiple usb controllersLucas Stach1-1/+1
2012-10-15usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach19-200/+171
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach6-12/+12
2012-09-26net: asix: add AX88772B supportLucas Stach1-12/+23
2012-09-26net: asix: add read_mac functionLucas Stach1-12/+35
2012-09-26net: asix: add write_hwaddr functionLucas Stach1-11/+52
2012-09-26net: asix: split out basic reset functionLucas Stach1-18/+26
2012-09-26net: introduce transparent driver private in ueth_dataLucas Stach1-14/+35
2012-09-21usb: do explicit unaligned accessesLucas Stach1-2/+5
2012-09-02Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk8-135/+1355
2012-09-01MUSB driver: Timeout is never detected as the while loop does not endMatej Frančeškin1-1/+1
2012-09-01USB: Fix strict aliasing in ohci-hcdTroy Kisky1-39/+31
2012-09-01ehci: Optimize qTD allocationsBenoît Thébaudeau1-30/+37