Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
f8c1be9816a60d1f627954fe202b502917c69863
/
drivers
/
usb
/
host
/
ehci-hcd.c
ea42777
usb: Add endian support macros to interrupt transfers in the EHCI driver.
by Adrian Cox
· 11 years ago
8165e34
usb: ehci: fully align interrupt QHs/QTDs
by Stephen Warren
· 11 years ago
2456b97
ush: ehci: initialize altnext pointers in QH
by Stephen Warren
· 11 years ago
eb63218
usb: ehci: Fix register access
by Marek Vasut
· 11 years ago
1e1be6d
usb: ehci: Do not de-init uninited controllers
by Marek Vasut
· 11 years ago
127efc4
usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.
by Troy Kisky
· 11 years ago
06d513e
usb: add enum usb_init_type parameter to usb_lowlevel_init
by Troy Kisky
· 11 years ago
5077f96
usb: ehci: Fix test mode for connected ports
by Julius Werner
· 11 years ago
8bc3603
ehci-hcd: fix memory leak in lowlevel init
by Nikita Kiryanov
· 11 years ago
b959655
usb: ehci: Split out struct ehci_ctrl definition
by Marek Vasut
· 11 years ago
d3e0747
usb: ehci: add missing cache managment
by Stephen Warren
· 11 years ago
e82a316
usb: ehci: add Faraday USB 2.0 EHCI support
by Kuo-Jung Su
· 11 years ago
1dde142
usb: ehci: add weak-aliased function for PORTSC
by Kuo-Jung Su
· 11 years ago
9c6a9d7
usb: ehci: prevent bad PORTSC register access
by Kuo-Jung Su
· 11 years ago
ed10e66
usb: Correct CLEAR_FEATURE code in ehci-hcd
by Simon Glass
· 11 years ago
4f4eab4
usb: common: Use a global definition for 'min3'
by Vivek Gautam
· 12 years ago
7d9aa8f
usb: Add new command to set USB 2.0 port test modes
by Julius Werner
· 12 years ago
b068deb
USB: EHCI: Add weak functions to support new chip
by Jim Lin
· 12 years ago
8f62ca6
usb: ehci: Support interrupt transfers via periodic list
by Patrick Georgi
· 12 years ago
2982837
usb: ehci: Add 64-bit controller support
by Vincent Palatin
· 12 years ago
c60795f
usb: use linux/usb/ch9.h instead of usbdescriptors.h
by Ilya Yanok
· 12 years ago
7a46b2c
usb: ehci: don't print debug output
by Lucas Stach
· 12 years ago
676ae06
usb: ehci: rework to take advantage of new lowlevel interface
by Lucas Stach
· 12 years ago
c7e3b2b
usb: lowlevel interface change to support multiple controllers
by Lucas Stach
· 12 years ago
93ad908
usb: do explicit unaligned accesses
by Lucas Stach
· 12 years ago
db19134
ehci: Optimize qTD allocations
by Benoît Thébaudeau
· 12 years ago
5cec214
ehci-hcd: Boost transfer speed
by Benoît Thébaudeau
· 12 years ago
14eb79b
ehci: cosmetic: Define used constants
by Benoît Thébaudeau
· 12 years ago
44ae0be
ehci: Fail for multi-transaction interrupt transfers
by Benoît Thébaudeau
· 12 years ago
cdeb916
ehci: cosmetic: Define the number of qt_buffers
by Benoît Thébaudeau
· 12 years ago
2af16f8
ehci-hcd: change debug() to printf() in case of errors
by Ilya Yanok
· 12 years ago
189a695
ehci-hcd: fix external buffer cache handling
by Ilya Yanok
· 12 years ago
71c5de4
ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment
by Tom Rini
· 12 years ago
c7701af
ehci-hcd: program asynclistaddr before every transfer
by Ilya Yanok
· 12 years ago
41b1f0a
USB: Document the QH and qTD antics in EHCI-HCD
by Marek Vasut
· 13 years ago
b8adb12
USB: Drop cache flush bloat in EHCI-HCD
by Marek Vasut
· 13 years ago
de98e8b
USB: Drop ehci_alloc/ehci_free in ehci-hcd
by Marek Vasut
· 13 years ago
f5cdc11
Prepare v2012.04-rc2; minor Coding Style cleanup
by Wolfgang Denk
· 13 years ago
v2012.04-rc2
9ab4ce2
usb: Add support for txfifo threshold
by Simon Glass
· 13 years ago
5b84dd6
usb: replace wait_ms() with mdelay()
by Mike Frysinger
· 13 years ago
f9636e8
USB: move keyboard polling into kbd driver
by amartin@nvidia.com
· 13 years ago
3874b6d
USB: EHCI: Allow EHCI post-powerup configuration in board files
by Marek Vasut
· 13 years ago
5f4b4f2
ehci: speed up initialization
by Vincent Palatin
· 13 years ago
7555d5e
USB: Add usb_event_poll() to get keyboards working with EHCI
by Marek Vasut
· 13 years ago
3ecfa95
ehci-hcd: Allow cleanups to happen gracefully on a timeout.
by Joel Fernandes
· 13 years ago
96820a3
Fix EHCI usb submit timeout and unify with OHCI
by Simon Glass
· 14 years ago
273d720
usb: Clear CMD_RUN while issuing CMD_RESET in ehci_reset()
by Stefan Roese
· 14 years ago
67333f7
usb: Add WATCHDOG_RESET call to polling loop
by Stefan Roese
· 14 years ago
222d6df
usb: fix for USB_ST_STALLED status reporting in ehci_submit_async()
by Anatolij Gustschin
· 14 years ago
09c83a4
ehci-hcd.c: fix hanging under higher load
by Wolfgang Denk
· 14 years ago
3ed1607
USB: sync Queue Element Transfer Descriptor against EHCI spec
by Wolfgang Denk
· 14 years ago
9fb3b50
EHCI: zero out QH transfer overlay in ehci_submit_async()
by Sergei Shtylyov
· 14 years ago
c8b2d1d
EHCI: fix port reset reporting
by Sergei Shtylyov
· 15 years ago
e06a055
EHCI: fix off-by-one error in ehci_submit_root()
by Sergei Shtylyov
· 15 years ago
6d313c8
EHCI: fix root hub device descriptor
by Sergei Shtylyov
· 15 years ago
b416191
Fix EHCI port reset.
by Chris Zhang
· 15 years ago
8f8bd56
USB Consolidate descriptor definitions
by Tom Rix
· 15 years ago
44259bb
usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root
by Prafulla Wadaskar
· 15 years ago
50243e3
usb: Fix compiler warning with gcc4.4
by Kumar Gala
· 15 years ago
2731b9a
drivers/usb: regorganisation
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
[Renamed (99%) from drivers/usb/usb_ehci_core.c]
f15c651
Coding style cleanup; update CHANGELOG
by Wolfgang Denk
· 16 years ago
daa2daf
USB: Add dcache support to the EHCI driver
by Stefan Roese
· 16 years ago
832e614
USB: Add config option to call ehci_hcd_init() again after EHCI reset
by Stefan Roese
· 16 years ago
597eb28
USB: Fix speed detection on EHCI cntr with root hub transaction translators
by Stefan Roese
· 16 years ago
1ed9f9a
USB ehci remove infinite loop and use handshake function
by Michael Trimarchi
· 16 years ago
c0d722f
EHCI fix code and ixp4xx test. USB ehci configuration parameter:
by Remy Böhmer
· 16 years ago
51ab142
[PATCH] This patch add varius fix to the ehci.
by michael
· 16 years ago
db63299
[PATCH] Fix EHCI usb. I start to test on a
by michael
· 16 years ago
aaf098c
USB ehci core support
by Michael Trimarchi
· 16 years ago