aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-01ehci-hcd: Boost transfer speedBenoît Thébaudeau1-29/+138
2012-09-01ehci: cosmetic: Define used constantsBenoît Thébaudeau2-69/+118
2012-09-01ehci: Fail for multi-transaction interrupt transfersBenoît Thébaudeau1-1/+10
2012-09-01dfu:usb: DFU USB function (f_dfu) support for g_dnl composite gadgetLukasz Majewski3-0/+850
2012-09-01dfu:usb: Support for g_dnl composite download gadget.Lukasz Majewski2-0/+203
2012-09-01ehci: cosmetic: Define the number of qt_buffersBenoît Thébaudeau2-7/+8
2012-09-01mxs: rename regs-clkctrl.h to regs-clkctrl-mx28.hOtavio Salvador1-1/+1
2012-09-01da8xx/hawkboard: Add support for ohci host controllerSughosh Ganu4-103/+51
2012-09-01mxs: prefix register structs with 'mxs' prefixOtavio Salvador1-8/+8
2012-09-01mxs: prefix register acessor macros with 'mxs' prefixOtavio Salvador1-4/+4
2012-07-31i.mx: iomux-v3.h: move to imx-common include directoryTroy Kisky1-1/+1
2012-07-30Merge branch 'next' of git://git.denx.de/u-bootWolfgang Denk1-13/+17
2012-07-18smsc95xx: align buffers to cache line sizeIlya Yanok1-4/+9
2012-07-18ehci-hcd: change debug() to printf() in case of errorsIlya Yanok1-3/+3
2012-07-18ehci-hcd: fix external buffer cache handlingIlya Yanok1-9/+14
2012-07-18ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignmentTom Rini2-30/+33
2012-07-18ehci-hcd: program asynclistaddr before every transferIlya Yanok1-5/+3
2012-07-18ehci-omap: Do not call dcache_off from omap_ehci_hcd_initTom Rini1-1/+0
2012-07-11CACHE: net: asix: Fix asix driver to work with data cache onMarek Vasut1-13/+17
2012-07-10Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-1/+17
2012-07-09tegra: usb: Fix device enumeration problem of USB1Jim Lin1-1/+17
2012-07-09EXYNOS: Add power Enable/Disable for USB-EHCIRajeshwari Shinde1-0/+5
2012-07-09USB: EXYNOS: Set USB 2.0 HOST Link modeRajeshwari Shinde1-0/+3
2012-07-09USB: EXYNOS: Incorporate EHCI review commentsRajeshwari Shinde2-10/+10
2012-07-07ehci-atmel: fix compiler warningAndreas Bießmann1-2/+2
2012-07-07Atmel : usb : add EHCI driver for Atmel SoCBo Shen2-0/+90
2012-05-23net: Fix remaining API interface breakageJoe Hershberger1-4/+3
2012-05-22drivers/usb/eth/asix.c: Fix build warningAnatolij Gustschin1-1/+1
2012-05-22drivers/usb/eth/smsc95xx.c: Fix GCC 4.6 warningAnatolij Gustschin1-2/+1
2012-05-20Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk10-328/+1497
2012-05-20USB: S5P: Add ehci supportRajeshwari Shinde2-0/+111
2012-05-20usb:udc:samsung Add functions for storing private gadget data in UDC driverLukasz Majewski1-1/+14
2012-05-20usb:gadget:composite USB composite gadget supportLukasz Majewski1-0/+1082
2012-05-20usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() callsLukasz Majewski2-136/+188
2012-05-20usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h fileLukasz Majewski5-0/+5
2012-05-20USB: Document the QH and qTD antics in EHCI-HCDMarek Vasut1-0/+38
2012-05-20USB: Drop cache flush bloat in EHCI-HCDMarek Vasut1-100/+27
2012-05-20USB: Drop ehci_alloc/ehci_free in ehci-hcdMarek Vasut1-91/+32
2012-05-15imx: usb: There is no such registerTimo Ketola1-2/+0
2012-05-15i.MX25: usb: Set PORTSCx registerTimo Ketola1-2/+0
2012-05-15USB: ehci-mx6: Fix broken IO accessWolfgang Grandegger1-2/+3
2012-04-30lin_gadget: use common linux/compat.hMike Frysinger2-3/+4
2012-04-21ehci-omap: fix for enabling the correct usb portJeroen Hofstee1-2/+2
2012-04-16Prepare v2012.04-rc2; minor Coding Style cleanupv2012.04-rc2Wolfgang Denk1-1/+0
2012-03-30Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2-5/+19