summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hcd.c
Commit message (Expand)AuthorAgeLines
...
* 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
* USB: EHCI: Add weak functions to support new chipJim Lin2013-05-05-12/+28
* usb: ehci: Support interrupt transfers via periodic listPatrick Georgi2013-03-18-4/+311
* usb: ehci: Add 64-bit controller supportVincent Palatin2013-03-16-0/+3
* usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok2012-11-20-2/+14
* usb: ehci: don't print debug outputLucas Stach2012-10-15-1/+1
* usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach2012-10-15-54/+66
* usb: lowlevel interface change to support multiple controllersLucas Stach2012-10-15-2/+2
* usb: do explicit unaligned accessesLucas Stach2012-09-21-2/+5
* ehci: Optimize qTD allocationsBenoît Thébaudeau2012-09-01-30/+37
* ehci-hcd: Boost transfer speedBenoît Thébaudeau2012-09-01-29/+138
* ehci: cosmetic: Define used constantsBenoît Thébaudeau2012-09-01-68/+70
* ehci: Fail for multi-transaction interrupt transfersBenoît Thébaudeau2012-09-01-1/+10
* ehci: cosmetic: Define the number of qt_buffersBenoît Thébaudeau2012-09-01-2/+2
* ehci-hcd: change debug() to printf() in case of errorsIlya Yanok2012-07-18-3/+3
* ehci-hcd: fix external buffer cache handlingIlya Yanok2012-07-18-9/+14
* ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignmentTom Rini2012-07-18-29/+32
* ehci-hcd: program asynclistaddr before every transferIlya Yanok2012-07-18-5/+3
* USB: Document the QH and qTD antics in EHCI-HCDMarek Vasut2012-05-20-0/+38
* USB: Drop cache flush bloat in EHCI-HCDMarek Vasut2012-05-20-100/+27
* USB: Drop ehci_alloc/ehci_free in ehci-hcdMarek Vasut2012-05-20-91/+32
* Prepare v2012.04-rc2; minor Coding Style cleanupWolfgang Denk2012-04-16-1/+0
* usb: Add support for txfifo thresholdSimon Glass2012-03-29-0/+7
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-19-2/+2
* USB: move keyboard polling into kbd driveramartin@nvidia.com2012-03-03-30/+0
* USB: EHCI: Allow EHCI post-powerup configuration in board filesMarek Vasut2011-12-11-2/+10
* ehci: speed up initializationVincent Palatin2011-12-11-1/+1
* USB: Add usb_event_poll() to get keyboards working with EHCIMarek Vasut2011-12-11-1/+32
* ehci-hcd: Allow cleanups to happen gracefully on a timeout.Joel Fernandes2011-09-04-1/+0
* Fix EHCI usb submit timeout and unify with OHCISimon Glass2011-02-19-1/+9
* usb: Clear CMD_RUN while issuing CMD_RESET in ehci_reset()Stefan Roese2010-11-26-1/+1
* usb: Add WATCHDOG_RESET call to polling loopStefan Roese2010-11-26-0/+2
* usb: fix for USB_ST_STALLED status reporting in ehci_submit_async()Anatolij Gustschin2010-11-26-0/+2
* ehci-hcd.c: fix hanging under higher loadWolfgang Denk2010-10-22-1/+1
* USB: sync Queue Element Transfer Descriptor against EHCI specWolfgang Denk2010-10-20-0/+1
* EHCI: zero out QH transfer overlay in ehci_submit_async()Sergei Shtylyov2010-06-29-2/+1
* EHCI: fix port reset reportingSergei Shtylyov2010-04-08-15/+17
* EHCI: fix off-by-one error in ehci_submit_root()Sergei Shtylyov2010-04-08-1/+1