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
/
ohci-hcd.c
Commit message (
Expand
)
Author
Age
Lines
*
ohci: Add missing cache-flush for hcca area
Hans de Goede
2015-11-03
-0
/
+1
*
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-09-11
-0
/
+1
*
usb: ohci: enable cache support
Wu, Josh
2015-08-12
-11
/
+1
*
usb: ohci: Add support for interrupt queues
Hans de Goede
2015-05-14
-0
/
+132
*
usb: ohci: Add an ohci_alloc_urb() function
Hans de Goede
2015-05-14
-8
/
+23
*
usb: ohci: Do not reuse ed for interrupt endpoints of different devices
Hans de Goede
2015-05-14
-1
/
+34
*
usb: ohci: Add dm support
Hans de Goede
2015-05-14
-0
/
+84
*
usb: ohci: Skip unnecessary mdelay(1) calls in various places
Hans de Goede
2015-05-14
-9
/
+20
*
usb: ohci: Remove unnecessary delays from hc_start and power power-on paths
Hans de Goede
2015-05-14
-4
/
+0
*
usb: ohci: Do not resubmit and leak urbs for interrupt packets
Hans de Goede
2015-05-14
-39
/
+2
*
usb: ohci: Don't log an error on interrupt packet timeout
Hans de Goede
2015-05-06
-1
/
+2
*
usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus
Hans de Goede
2015-05-06
-0
/
+67
*
usb: ohci: Fix ctrl in messages with a data-len of 0
Hans de Goede
2015-05-06
-1
/
+1
*
usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c
Hans de Goede
2015-05-06
-0
/
+86
*
usb: ohci: Remove unnecessary phcca variable
Hans de Goede
2015-05-06
-6
/
+3
*
usb: ohci: Move the td array struct to inside the ohci_dev struct
Hans de Goede
2015-05-06
-8
/
+2
*
usb: ohci: Move the ohci_dev struct to inside the main ohci struct
Hans de Goede
2015-05-06
-14
/
+8
*
usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
Hans de Goede
2015-05-06
-60
/
+64
*
usb: ohci: Remove unused devgone global variable
Hans de Goede
2015-05-06
-8
/
+0
*
include: move various macros to include/linux/kernel.h
Masahiro Yamada
2014-11-20
-3
/
+0
*
ARM: remove CONFIG_ARM920T defines
Masahiro Yamada
2014-11-20
-1
/
+1
*
usb: create common header virtual root hub descriptors
Stephen Warren
2014-03-10
-97
/
+1
*
usb: ohci-hcd: submit_common_msg: report actual_length properly
Mateusz Kulikowski
2013-11-08
-1
/
+1
*
usb: add enum usb_init_type parameter to usb_lowlevel_init
Troy Kisky
2013-10-20
-1
/
+1
*
usb: new board-specific USB init interface
Mateusz Zalega
2013-10-20
-2
/
+2
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
-18
/
+1
*
arm: Remove support for unused s3c64xx
Benoît Thébaudeau
2013-04-12
-1
/
+0
*
usb: use linux/usb/ch9.h instead of usbdescriptors.h
Ilya Yanok
2012-11-20
-1
/
+1
*
usb: lowlevel interface change to support multiple controllers
Lucas Stach
2012-10-15
-2
/
+2
*
USB: Fix strict aliasing in ohci-hcd
Troy Kisky
2012-09-01
-39
/
+31
*
usb: replace wait_ms() with mdelay()
Mike Frysinger
2012-03-19
-14
/
+14
*
USB: move keyboard polling into kbd driver
amartin@nvidia.com
2012-03-03
-6
/
+0
*
USB: Fix complaints about strict aliasing in OHCI-HCD
Marek Vasut
2011-12-11
-32
/
+43
*
consolidate mdelay by providing a common function for all users
Anatolij Gustschin
2011-10-22
-1
/
+0
*
drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not used
Wolfgang Denk
2011-10-09
-2
/
+1
*
Fix EHCI usb submit timeout and unify with OHCI
Simon Glass
2011-02-19
-6
/
+1
*
USB: Make non-bulk delay longer in OHCI
Marek Vasut
2010-10-13
-1
/
+1
*
drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel
Becky Bruce
2010-06-30
-78
/
+72
*
Add a unified s3c24x0 header file
kevin.morfitt@fearnside-systems.co.uk
2009-11-27
-2
/
+1
*
Fix e-mail address of Gary Jennejohn.
Detlev Zundel
2009-05-15
-1
/
+1
*
drivers/usb: regorganisation
Jean-Christophe PLAGNIOL-VILLARD
2009-04-06
-0
/
+2016