Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
835e11e093784ae71d44034a1917903ce5f05a97
/
drivers
/
usb
/
host
/
ehci-hcd.c
835e11e
usb: do explicit unaligned accesses
by Lucas Stach
· Thu Sep 06 08:00:13 2012 +0200
4e23df1
ehci: Optimize qTD allocations
by Benoît Thébaudeau
· Fri Aug 10 18:27:23 2012 +0200
b39f8b5
ehci-hcd: Boost transfer speed
by Benoît Thébaudeau
· Fri Aug 10 18:22:32 2012 +0200
458fb1e
ehci: cosmetic: Define used constants
by Benoît Thébaudeau
· Fri Aug 10 18:22:11 2012 +0200
58c4dfb
ehci: Fail for multi-transaction interrupt transfers
by Benoît Thébaudeau
· Thu Aug 09 23:50:44 2012 +0200
e68f48a
ehci: cosmetic: Define the number of qt_buffers
by Benoît Thébaudeau
· Thu Jul 19 22:16:38 2012 +0200
84570d6
ehci-hcd: change debug() to printf() in case of errors
by Ilya Yanok
· Sun Jul 15 04:43:52 2012 +0000
fb11371
ehci-hcd: fix external buffer cache handling
by Ilya Yanok
· Sun Jul 15 04:43:49 2012 +0000
2cabcf7
ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment
by Tom Rini
· Sun Jul 15 22:14:24 2012 +0000
84309bb
ehci-hcd: program asynclistaddr before every transfer
by Ilya Yanok
· Sun Jul 15 22:12:08 2012 +0000
285c8b3
USB: Document the QH and qTD antics in EHCI-HCD
by Marek Vasut
· Mon Apr 09 04:13:00 2012 +0200
ff24dc3
USB: Drop cache flush bloat in EHCI-HCD
by Marek Vasut
· Mon Apr 09 04:07:46 2012 +0200
4f66831
USB: Drop ehci_alloc/ehci_free in ehci-hcd
by Marek Vasut
· Sun Apr 08 23:32:05 2012 +0200
97753b1
Prepare v2012.04-rc2; minor Coding Style cleanup
by Wolfgang Denk
· Mon Apr 16 23:13:51 2012 +0200
5978cdb
usb: Add support for txfifo threshold
by Simon Glass
· Mon Feb 27 10:52:47 2012 +0000
60ce19a
usb: replace wait_ms() with mdelay()
by Mike Frysinger
· Mon Mar 05 13:47:00 2012 +0000
185da95
USB: move keyboard polling into kbd driver
by amartin@nvidia.com
· Tue Dec 20 14:56:16 2011 +0000
0973477
USB: EHCI: Allow EHCI post-powerup configuration in board files
by Marek Vasut
· Mon Jul 11 02:37:01 2011 +0200
8277b50
ehci: speed up initialization
by Vincent Palatin
· Mon Dec 05 14:52:22 2011 -0800
9b315fe
USB: Add usb_event_poll() to get keyboards working with EHCI
by Marek Vasut
· Sun Sep 25 21:07:56 2011 +0200
c1d1c5c
ehci-hcd: Allow cleanups to happen gracefully on a timeout.
by Joel Fernandes
· Sat Jun 25 13:42:47 2011 -0500
fd7f513
Fix EHCI usb submit timeout and unify with OHCI
by Simon Glass
· Mon Feb 07 14:42:16 2011 -0800
745af44
usb: Clear CMD_RUN while issuing CMD_RESET in ehci_reset()
by Stefan Roese
· Fri Nov 26 15:44:00 2010 +0100
86b34cf
usb: Add WATCHDOG_RESET call to polling loop
by Stefan Roese
· Fri Nov 26 15:43:28 2010 +0100
e1e0931
usb: fix for USB_ST_STALLED status reporting in ehci_submit_async()
by Anatolij Gustschin
· Tue Nov 02 11:47:29 2010 +0100
cdc5a7a
ehci-hcd.c: fix hanging under higher load
by Wolfgang Denk
· Fri Oct 22 14:23:00 2010 +0200
ebb829f
USB: sync Queue Element Transfer Descriptor against EHCI spec
by Wolfgang Denk
· Tue Oct 19 16:13:15 2010 +0200
8747ca6
EHCI: zero out QH transfer overlay in ehci_submit_async()
by Sergei Shtylyov
· Mon Jun 28 22:44:49 2010 +0400
23dec68
EHCI: fix port reset reporting
by Sergei Shtylyov
· Sat Feb 27 21:33:21 2010 +0300
9de4ac4
EHCI: fix off-by-one error in ehci_submit_root()
by Sergei Shtylyov
· Sat Feb 27 21:32:17 2010 +0300
fa30a27
EHCI: fix root hub device descriptor
by Sergei Shtylyov
· Sat Feb 27 21:29:42 2010 +0300
fddf6d6
Fix EHCI port reset.
by Chris Zhang
· Wed Jan 06 13:34:04 2010 -0800
83b9e1d
USB Consolidate descriptor definitions
by Tom Rix
· Sat Oct 31 12:37:38 2009 -0500
2281029
usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root
by Prafulla Wadaskar
· Fri Jul 17 19:56:30 2009 +0530
0a96f54
usb: Fix compiler warning with gcc4.4
by Kumar Gala
· Tue Jul 07 15:48:58 2009 -0500
8f6bcf4
drivers/usb: regorganisation
by Jean-Christophe PLAGNIOL-VILLARD
· Fri Apr 03 12:46:58 2009 +0200
[Renamed (99%) from drivers/usb/usb_ehci_core.c]
fb718e1
Coding style cleanup; update CHANGELOG
by Wolfgang Denk
· Thu Feb 12 00:08:39 2009 +0100
25983c1
USB: Add dcache support to the EHCI driver
by Stefan Roese
· Wed Jan 21 17:12:19 2009 +0100
2e98fc7
USB: Add config option to call ehci_hcd_init() again after EHCI reset
by Stefan Roese
· Wed Jan 21 17:12:10 2009 +0100
497f184
USB: Fix speed detection on EHCI cntr with root hub transaction translators
by Stefan Roese
· Wed Jan 21 17:12:01 2009 +0100
6d4b91c
USB ehci remove infinite loop and use handshake function
by Michael Trimarchi
· Wed Dec 31 10:33:22 2008 +0100
33e8748
EHCI fix code and ixp4xx test. USB ehci configuration parameter:
by Remy Böhmer
· Sat Dec 13 22:51:58 2008 +0100
0bf2a03
[PATCH] This patch add varius fix to the ehci.
by michael
· Thu Dec 11 13:43:55 2008 +0100
0a32610
[PATCH] Fix EHCI usb. I start to test on a
by michael
· Wed Dec 10 17:55:19 2008 +0100
241f751
USB ehci core support
by Michael Trimarchi
· Fri Nov 28 13:20:46 2008 +0100