index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ehci-hcd.c
Commit message (
Expand
)
Author
Age
Lines
*
usb: Add new command to set USB 2.0 port test modes
Julius Werner
2013-05-05
-11
/
+14
*
USB: EHCI: Add weak functions to support new chip
Jim Lin
2013-05-05
-12
/
+28
*
usb: ehci: Support interrupt transfers via periodic list
Patrick Georgi
2013-03-18
-4
/
+311
*
usb: ehci: Add 64-bit controller support
Vincent Palatin
2013-03-16
-0
/
+3
*
usb: use linux/usb/ch9.h instead of usbdescriptors.h
Ilya Yanok
2012-11-20
-2
/
+14
*
usb: ehci: don't print debug output
Lucas Stach
2012-10-15
-1
/
+1
*
usb: ehci: rework to take advantage of new lowlevel interface
Lucas Stach
2012-10-15
-54
/
+66
*
usb: lowlevel interface change to support multiple controllers
Lucas Stach
2012-10-15
-2
/
+2
*
usb: do explicit unaligned accesses
Lucas Stach
2012-09-21
-2
/
+5
*
ehci: Optimize qTD allocations
Benoît Thébaudeau
2012-09-01
-30
/
+37
*
ehci-hcd: Boost transfer speed
Benoît Thébaudeau
2012-09-01
-29
/
+138
*
ehci: cosmetic: Define used constants
Benoît Thébaudeau
2012-09-01
-68
/
+70
*
ehci: Fail for multi-transaction interrupt transfers
Benoît Thébaudeau
2012-09-01
-1
/
+10
*
ehci: cosmetic: Define the number of qt_buffers
Benoît Thébaudeau
2012-09-01
-2
/
+2
*
ehci-hcd: change debug() to printf() in case of errors
Ilya Yanok
2012-07-18
-3
/
+3
*
ehci-hcd: fix external buffer cache handling
Ilya Yanok
2012-07-18
-9
/
+14
*
ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment
Tom Rini
2012-07-18
-29
/
+32
*
ehci-hcd: program asynclistaddr before every transfer
Ilya Yanok
2012-07-18
-5
/
+3
*
USB: Document the QH and qTD antics in EHCI-HCD
Marek Vasut
2012-05-20
-0
/
+38
*
USB: Drop cache flush bloat in EHCI-HCD
Marek Vasut
2012-05-20
-100
/
+27
*
USB: Drop ehci_alloc/ehci_free in ehci-hcd
Marek Vasut
2012-05-20
-91
/
+32
*
Prepare v2012.04-rc2; minor Coding Style cleanup
Wolfgang Denk
2012-04-16
-1
/
+0
*
usb: Add support for txfifo threshold
Simon Glass
2012-03-29
-0
/
+7
*
usb: replace wait_ms() with mdelay()
Mike Frysinger
2012-03-19
-2
/
+2
*
USB: move keyboard polling into kbd driver
amartin@nvidia.com
2012-03-03
-30
/
+0
*
USB: EHCI: Allow EHCI post-powerup configuration in board files
Marek Vasut
2011-12-11
-2
/
+10
*
ehci: speed up initialization
Vincent Palatin
2011-12-11
-1
/
+1
*
USB: Add usb_event_poll() to get keyboards working with EHCI
Marek Vasut
2011-12-11
-1
/
+32
*
ehci-hcd: Allow cleanups to happen gracefully on a timeout.
Joel Fernandes
2011-09-04
-1
/
+0
*
Fix EHCI usb submit timeout and unify with OHCI
Simon Glass
2011-02-19
-1
/
+9
*
usb: Clear CMD_RUN while issuing CMD_RESET in ehci_reset()
Stefan Roese
2010-11-26
-1
/
+1
*
usb: Add WATCHDOG_RESET call to polling loop
Stefan Roese
2010-11-26
-0
/
+2
*
usb: fix for USB_ST_STALLED status reporting in ehci_submit_async()
Anatolij Gustschin
2010-11-26
-0
/
+2
*
ehci-hcd.c: fix hanging under higher load
Wolfgang Denk
2010-10-22
-1
/
+1
*
USB: sync Queue Element Transfer Descriptor against EHCI spec
Wolfgang Denk
2010-10-20
-0
/
+1
*
EHCI: zero out QH transfer overlay in ehci_submit_async()
Sergei Shtylyov
2010-06-29
-2
/
+1
*
EHCI: fix port reset reporting
Sergei Shtylyov
2010-04-08
-15
/
+17
*
EHCI: fix off-by-one error in ehci_submit_root()
Sergei Shtylyov
2010-04-08
-1
/
+1
*
EHCI: fix root hub device descriptor
Sergei Shtylyov
2010-04-08
-2
/
+2
*
Fix EHCI port reset.
Chris Zhang
2010-01-09
-0
/
+3
*
USB Consolidate descriptor definitions
Tom Rix
2009-12-20
-1
/
+1
*
usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root
Prafulla Wadaskar
2009-07-23
-2
/
+2
*
usb: Fix compiler warning with gcc4.4
Kumar Gala
2009-07-11
-2
/
+2
*
drivers/usb: regorganisation
Jean-Christophe PLAGNIOL-VILLARD
2009-04-06
-0
/
+883