summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hcd.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-18usb: ehci: only shutdown opened controllerPeng Fan1-0/+3
2016-04-10usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()Mateusz Kulikowski1-2/+2
2016-04-01ehci-hcd: Add init_after_resetMateusz Kulikowski1-0/+6
2016-02-26usb: ehci: Fix warning on aarch64Marek Vasut1-1/+1
2016-02-24usb: ehci: Clear USBMODE_BE on LE MMIOMarek Vasut1-0/+2
2016-02-24usb: ehci: Implement V2P mappingMarek Vasut1-10/+9
2015-12-31usb: Move determination of TT hub address/port into separate functionStefan BrĂ¼ns1-45/+5
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-3/+3
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-09-07usb: ehci: remember init modeStephen Warren1-1/+6
2015-07-21usb: Update some EHCI driver licenses to use SPDXSimon Glass1-14/+1
2015-07-21usb: ehci: Correct a missing hypen in an error messageSimon Glass1-1/+1
2015-06-19usb: ehci: Properly deal with data toggle for interrupt endpointsHans de Goede1-7/+19
2015-05-14dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede1-0/+26
2015-05-14dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede1-9/+28
2015-05-14usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede1-1/+2
2015-05-14usb: Fix handover of full-speed devices from ehci to companionHans de Goede1-3/+13
2015-05-05dm: usb: Set desc_before_addr from ehci dm codeHans de Goede1-0/+3
2015-05-05dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede1-12/+22
2015-05-05dm: usb: Use usb_get_bus in dm ehci codeHans de Goede1-8/+1
2015-04-18dm: usb: Add driver model support to EHCISimon Glass1-4/+121
2015-04-18dm: usb: Change ehci_reset() to use a pointerSimon Glass1-9/+8
2015-04-18dm: usb: Drop the EHCI weak functionsSimon Glass1-10/+45
2015-04-18dm: usb: Refactor EHCI initSimon Glass1-51/+66
2015-04-18dm: usb: ehci: Use a function to find the controller from struct udeviceSimon Glass1-17/+37
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()Simon Glass1-3/+3
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass1-3/+3
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass1-2/+3
2015-04-18dm: usb: Allow ECHI to hold private data for the controllerSimon Glass1-0/+10
2015-04-18dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass1-2/+2
2015-04-18dm: usb: Move all the EHCI weak functions together and declare themSimon Glass1-11/+11
2015-04-14ehci-hcd: fix warnings on 64-bit buildsRob Herring1-41/+41
2015-01-18usb: Add an interval parameter to create_int_queueHans de Goede1-2/+2
2014-12-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-1/+0
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-11-19usb: ehci: do not set the LSB of Current qTD pointerMasahiro Yamada1-1/+0
2014-11-04usb: Make pollable int support available outside of ehci-hcd.cHans de Goede1-1/+1
2014-11-04usb: ehci: Move cache invalidation to poll_int_queueHans de Goede1-3/+7
2014-11-04usb: ehci: Move interrupt packet length check to create_int_queueHans de Goede1-17/+19
2014-11-04usb: ehci: Do not disable an already disabled periodic scheduleHans de Goede1-3/+5
2014-10-25ehci-hcd.c: make local functions staticJeroen Hofstee1-1/+1
2014-10-25usb: use __weakJeroen Hofstee1-12/+3
2014-10-06usb: ehci: Make periodic_schedules a per controller variableHans de Goede1-5/+4
2014-10-06usb: ehci: poll_int_queue check real qtd, not the overlayHans de Goede1-8/+10
2014-10-06usb: ehci: Add missing cache flush to destroy_int_queueHans de Goede1-0/+2
2014-10-06usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chainHans de Goede1-8/+28
2014-04-30usb: Add endian support macros to interrupt transfers in the EHCI driver.Adrian Cox1-25/+31
2014-03-10usb: ehci: fully align interrupt QHs/QTDsStephen Warren1-2/+4
2014-03-10ush: ehci: initialize altnext pointers in QHStephen Warren1-0/+2
2013-12-18usb: ehci: Fix register accessMarek Vasut1-1/+1