summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hcd.c
AgeCommit message (Expand)Author
2014-03-10usb: ehci: fully align interrupt QHs/QTDsStephen Warren
2014-03-10ush: ehci: initialize altnext pointers in QHStephen Warren
2013-12-18usb: ehci: Fix register accessMarek Vasut
2013-12-18usb: ehci: Do not de-init uninited controllersMarek Vasut
2013-10-20usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.Troy Kisky
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky
2013-09-27usb: ehci: Fix test mode for connected portsJulius Werner
2013-07-29ehci-hcd: fix memory leak in lowlevel initNikita Kiryanov
2013-07-29usb: ehci: Split out struct ehci_ctrl definitionMarek Vasut
2013-06-12usb: ehci: add missing cache managmentStephen Warren
2013-06-12usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su
2013-06-12usb: ehci: add weak-aliased function for PORTSCKuo-Jung Su
2013-06-12usb: ehci: prevent bad PORTSC register accessKuo-Jung Su
2013-06-12usb: Correct CLEAR_FEATURE code in ehci-hcdSimon Glass
2013-05-06usb: common: Use a global definition for 'min3'Vivek Gautam
2013-05-05usb: Add new command to set USB 2.0 port test modesJulius Werner
2013-05-05USB: EHCI: Add weak functions to support new chipJim Lin
2013-03-18usb: ehci: Support interrupt transfers via periodic listPatrick Georgi
2013-03-16usb: ehci: Add 64-bit controller supportVincent Palatin
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok
2012-10-15usb: ehci: don't print debug outputLucas Stach
2012-10-15usb: ehci: rework to take advantage of new lowlevel interfaceLucas Stach
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach
2012-09-21usb: do explicit unaligned accessesLucas Stach
2012-09-01ehci: Optimize qTD allocationsBenoît Thébaudeau
2012-09-01ehci-hcd: Boost transfer speedBenoît Thébaudeau
2012-09-01ehci: cosmetic: Define used constantsBenoît Thébaudeau
2012-09-01ehci: Fail for multi-transaction interrupt transfersBenoît Thébaudeau
2012-09-01ehci: cosmetic: Define the number of qt_buffersBenoît Thébaudeau
2012-07-18ehci-hcd: change debug() to printf() in case of errorsIlya Yanok
2012-07-18ehci-hcd: fix external buffer cache handlingIlya Yanok
2012-07-18ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignmentTom Rini
2012-07-18ehci-hcd: program asynclistaddr before every transferIlya Yanok
2012-05-20USB: Document the QH and qTD antics in EHCI-HCDMarek Vasut
2012-05-20USB: Drop cache flush bloat in EHCI-HCDMarek Vasut
2012-05-20USB: Drop ehci_alloc/ehci_free in ehci-hcdMarek Vasut
2012-04-16Prepare v2012.04-rc2; minor Coding Style cleanupv2012.04-rc2Wolfgang Denk
2012-03-29usb: Add support for txfifo thresholdSimon Glass
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger
2012-03-03USB: move keyboard polling into kbd driveramartin@nvidia.com
2011-12-11USB: EHCI: Allow EHCI post-powerup configuration in board filesMarek Vasut
2011-12-11ehci: speed up initializationVincent Palatin
2011-12-11USB: Add usb_event_poll() to get keyboards working with EHCIMarek Vasut
2011-09-04ehci-hcd: Allow cleanups to happen gracefully on a timeout.Joel Fernandes
2011-02-19Fix EHCI usb submit timeout and unify with OHCISimon Glass
2010-11-26usb: Clear CMD_RUN while issuing CMD_RESET in ehci_reset()Stefan Roese
2010-11-26usb: Add WATCHDOG_RESET call to polling loopStefan Roese
2010-11-26usb: fix for USB_ST_STALLED status reporting in ehci_submit_async()Anatolij Gustschin
2010-10-22ehci-hcd.c: fix hanging under higher loadWolfgang Denk
2010-10-20USB: sync Queue Element Transfer Descriptor against EHCI specWolfgang Denk