summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c
Commit message (Expand)AuthorAgeFilesLines
* ehci-hcd: fix warnings on 64-bit buildsRob Herring2015-04-141-41/+41
* usb: Add an interval parameter to create_int_queueHans de Goede2015-01-181-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-12-111-1/+0
|\
| * usb: ehci: do not set the LSB of Current qTD pointerMasahiro Yamada2014-11-191-1/+0
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
|/
* usb: Make pollable int support available outside of ehci-hcd.cHans de Goede2014-11-041-1/+1
* usb: ehci: Move cache invalidation to poll_int_queueHans de Goede2014-11-041-3/+7
* usb: ehci: Move interrupt packet length check to create_int_queueHans de Goede2014-11-041-17/+19
* usb: ehci: Do not disable an already disabled periodic scheduleHans de Goede2014-11-041-3/+5
* ehci-hcd.c: make local functions staticJeroen Hofstee2014-10-251-1/+1
* usb: use __weakJeroen Hofstee2014-10-251-12/+3
* usb: ehci: Make periodic_schedules a per controller variableHans de Goede2014-10-061-5/+4
* usb: ehci: poll_int_queue check real qtd, not the overlayHans de Goede2014-10-061-8/+10
* usb: ehci: Add missing cache flush to destroy_int_queueHans de Goede2014-10-061-0/+2
* usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chainHans de Goede2014-10-061-8/+28
* usb: Add endian support macros to interrupt transfers in the EHCI driver.Adrian Cox2014-04-301-25/+31
* usb: ehci: fully align interrupt QHs/QTDsStephen Warren2014-03-101-2/+4
* ush: ehci: initialize altnext pointers in QHStephen Warren2014-03-101-0/+2
* usb: ehci: Fix register accessMarek Vasut2013-12-181-1/+1
* usb: ehci: Do not de-init uninited controllersMarek Vasut2013-12-181-0/+3
* usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky2013-10-201-5/+10
* usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky2013-10-201-1/+1
* usb: ehci: Fix test mode for connected portsJulius Werner2013-09-271-0/+38
* ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov2013-07-291-1/+3
* usb: ehci: Split out struct ehci_ctrl definitionMarek Vasut2013-07-291-10/+1
* usb: ehci: add missing cache managmentStephen Warren2013-06-121-0/+30
* usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su2013-06-121-0/+5
* usb: ehci: add weak-aliased function for PORTSCKuo-Jung Su2013-06-121-4/+13
* usb: ehci: prevent bad PORTSC register accessKuo-Jung Su2013-06-121-5/+15
* usb: Correct CLEAR_FEATURE code in ehci-hcdSimon Glass2013-06-121-4/+6
* usb: common: Use a global definition for 'min3'Vivek Gautam2013-05-061-10/+0
* usb: Add new command to set USB 2.0 port test modesJulius Werner2013-05-051-11/+14
* USB: EHCI: Add weak functions to support new chipJim Lin2013-05-051-12/+28
* usb: ehci: Support interrupt transfers via periodic listPatrick Georgi2013-03-181-4/+311
* usb: ehci: Add 64-bit controller supportVincent Palatin2013-03-161-0/+3
* usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-201-2/+14
* usb: ehci: don't print debug outputLucas Stach2012-10-151-1/+1
* usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach2012-10-151-54/+66
* usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-151-2/+2
* usb: do explicit unaligned accessesLucas Stach2012-09-211-2/+5
* ehci: Optimize qTD allocationsBenoît Thébaudeau2012-09-011-30/+37
* ehci-hcd: Boost transfer speedBenoît Thébaudeau2012-09-011-29/+138
* ehci: cosmetic: Define used constantsBenoît Thébaudeau2012-09-011-68/+70
* ehci: Fail for multi-transaction interrupt transfersBenoît Thébaudeau2012-09-011-1/+10
* ehci: cosmetic: Define the number of qt_buffersBenoît Thébaudeau2012-09-011-2/+2
* ehci-hcd: change debug() to printf() in case of errorsIlya Yanok2012-07-181-3/+3
* ehci-hcd: fix external buffer cache handlingIlya Yanok2012-07-181-9/+14
* ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignmentTom Rini2012-07-181-29/+32
* ehci-hcd: program asynclistaddr before every transferIlya Yanok2012-07-181-5/+3
* USB: Document the QH and qTD antics in EHCI-HCDMarek Vasut2012-05-201-0/+38
OpenPOWER on IntegriCloud