summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
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-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-15mx51: Fix USB PHY clocksBenoît Thébaudeau1-1/+2
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: ehci: rework to take advantage of new lowlevel interfaceLucas Stach19-200/+171
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach5-10/+10
2012-09-21usb: do explicit unaligned accessesLucas Stach1-2/+5
2012-09-02Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk3-134/+301
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-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 Ganu2-0/+49
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-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 Rini1-29/+32
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-10Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-1/+17
2012-07-10tegra: 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-21Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk3-191/+208
2012-05-20USB: S5P: Add ehci supportRajeshwari Shinde2-0/+111
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