summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci.h
Commit message (Expand)AuthorAgeLines
* usb: ehci: remember init modeStephen Warren2015-09-07-0/+1
* usb: Update some EHCI driver licenses to use SPDXSimon Glass2015-07-21-14/+1
* dm: usb: Add driver model support to EHCISimon Glass2015-04-18-0/+6
* dm: usb: Drop the EHCI weak functionsSimon Glass2015-04-18-10/+17
* dm: usb: Refactor EHCI initSimon Glass2015-04-18-0/+6
* dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()Simon Glass2015-04-18-1/+1
* dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass2015-04-18-1/+1
* dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass2015-04-18-1/+2
* dm: usb: Allow ECHI to hold private data for the controllerSimon Glass2015-04-18-0/+21
* dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass2015-04-18-1/+1
* dm: usb: Move all the EHCI weak functions together and declare themSimon Glass2015-04-18-0/+6
* usb: ehci: fix Interrupt on Doorbell flag of USBCMDMasahiro Yamada2014-11-07-2/+2
* usb: ehci: Make periodic_schedules a per controller variableHans de Goede2014-10-06-0/+1
* usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky2013-10-20-1/+2
* usb: Move 'bmRequestType' USB device request macros from EHCI headerVivek Gautam2013-10-20-16/+0
* usb: ehci: Split out struct ehci_ctrl definitionMarek Vasut2013-07-29-0/+13
* usb: ehci: Fix aliasing issue in EHCI interrupt codeVincent Palatin2013-03-18-1/+1
* usb: ehci: Support interrupt transfers via periodic listPatrick Georgi2013-03-18-1/+5
* usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach2012-10-15-2/+2
* ehci: cosmetic: Define used constantsBenoît Thébaudeau2012-09-01-1/+48
* ehci: cosmetic: Define the number of qt_buffersBenoît Thébaudeau2012-09-01-5/+6
* usb: Add support for txfifo thresholdSimon Glass2012-03-29-1/+5
* USB: Remove __attribute__ ((packed)) for struct ehci_hccr and ehci_hcorJason Kridner2011-09-04-2/+2
* USB: fix Queue Element Transfer Descriptor changesWolfgang Denk2010-10-22-1/+1
* USB: sync Queue Element Transfer Descriptor against EHCI specWolfgang Denk2010-10-20-5/+9
* MPC5121: Add USB EHCI supportDamien Dusha2010-10-18-0/+5
* drivers/usb: regorganisationJean-Christophe PLAGNIOL-VILLARD2009-04-06-0/+194