summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hcd.c
Commit message (Expand)AuthorAgeLines
* dm: usb: Add support for interrupt queues to the dm usb codeHans de Goede2015-05-14-0/+26
* dm: usb: Prefix ehci interrupt-queue functions with _ehci_Hans de Goede2015-05-14-9/+28
* usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede2015-05-14-1/+2
* usb: Fix handover of full-speed devices from ehci to companionHans de Goede2015-05-14-3/+13
* dm: usb: Set desc_before_addr from ehci dm codeHans de Goede2015-05-05-0/+3
* dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm codeHans de Goede2015-05-05-12/+22
* dm: usb: Use usb_get_bus in dm ehci codeHans de Goede2015-05-05-8/+1
* dm: usb: Add driver model support to EHCISimon Glass2015-04-18-4/+121
* dm: usb: Change ehci_reset() to use a pointerSimon Glass2015-04-18-9/+8
* dm: usb: Drop the EHCI weak functionsSimon Glass2015-04-18-10/+45
* dm: usb: Refactor EHCI initSimon Glass2015-04-18-51/+66
* dm: usb: ehci: Use a function to find the controller from struct udeviceSimon Glass2015-04-18-17/+37
* dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()Simon Glass2015-04-18-3/+3
* dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()Simon Glass2015-04-18-3/+3
* dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()Simon Glass2015-04-18-2/+3
* dm: usb: Allow ECHI to hold private data for the controllerSimon Glass2015-04-18-0/+10
* dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()Simon Glass2015-04-18-2/+2
* dm: usb: Move all the EHCI weak functions together and declare themSimon Glass2015-04-18-11/+11
* ehci-hcd: fix warnings on 64-bit buildsRob Herring2015-04-14-41/+41
* usb: Add an interval parameter to create_int_queueHans de Goede2015-01-18-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-12-11-1/+0
|\
| * usb: ehci: do not set the LSB of Current qTD pointerMasahiro Yamada2014-11-19-1/+0
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-1/+1
|/
* usb: Make pollable int support available outside of ehci-hcd.cHans de Goede2014-11-04-1/+1
* usb: ehci: Move cache invalidation to poll_int_queueHans de Goede2014-11-04-3/+7
* usb: ehci: Move interrupt packet length check to create_int_queueHans de Goede2014-11-04-17/+19
* usb: ehci: Do not disable an already disabled periodic scheduleHans de Goede2014-11-04-3/+5
* ehci-hcd.c: make local functions staticJeroen Hofstee2014-10-25-1/+1
* usb: use __weakJeroen Hofstee2014-10-25-12/+3
* usb: ehci: Make periodic_schedules a per controller variableHans de Goede2014-10-06-5/+4
* usb: ehci: poll_int_queue check real qtd, not the overlayHans de Goede2014-10-06-8/+10
* usb: ehci: Add missing cache flush to destroy_int_queueHans de Goede2014-10-06-0/+2
* usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chainHans de Goede2014-10-06-8/+28
* usb: Add endian support macros to interrupt transfers in the EHCI driver.Adrian Cox2014-04-30-25/+31
* usb: ehci: fully align interrupt QHs/QTDsStephen Warren2014-03-10-2/+4
* ush: ehci: initialize altnext pointers in QHStephen Warren2014-03-10-0/+2
* usb: ehci: Fix register accessMarek Vasut2013-12-18-1/+1
* usb: ehci: Do not de-init uninited controllersMarek Vasut2013-12-18-0/+3
* usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky2013-10-20-5/+10
* usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-20-1/+1
* usb: ehci: Fix test mode for connected portsJulius Werner2013-09-27-0/+38
* ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov2013-07-29-1/+3
* usb: ehci: Split out struct ehci_ctrl definitionMarek Vasut2013-07-29-10/+1
* usb: ehci: add missing cache managmentStephen Warren2013-06-12-0/+30
* usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su2013-06-12-0/+5
* usb: ehci: add weak-aliased function for PORTSCKuo-Jung Su2013-06-12-4/+13
* usb: ehci: prevent bad PORTSC register accessKuo-Jung Su2013-06-12-5/+15
* usb: Correct CLEAR_FEATURE code in ehci-hcdSimon Glass2013-06-12-4/+6
* usb: common: Use a global definition for 'min3'Vivek Gautam2013-05-06-10/+0
* usb: Add new command to set USB 2.0 port test modesJulius Werner2013-05-05-11/+14