index
:
u-boot
grapeboard-proto
scalys-lsdk-1803
NXP/Freescale LSDK U-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ohci-hcd.c
Age
Commit message (
Expand
)
Author
2015-05-06
usb: ohci: Don't log an error on interrupt packet timeout
Hans de Goede
2015-05-06
usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus
Hans de Goede
2015-05-06
usb: ohci: Fix ctrl in messages with a data-len of 0
Hans de Goede
2015-05-06
usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c
Hans de Goede
2015-05-06
usb: ohci: Remove unnecessary phcca variable
Hans de Goede
2015-05-06
usb: ohci: Move the td array struct to inside the ohci_dev struct
Hans de Goede
2015-05-06
usb: ohci: Move the ohci_dev struct to inside the main ohci struct
Hans de Goede
2015-05-06
usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
Hans de Goede
2015-05-06
usb: ohci: Remove unused devgone global variable
Hans de Goede
2014-11-20
include: move various macros to include/linux/kernel.h
Masahiro Yamada
2014-11-20
ARM: remove CONFIG_ARM920T defines
Masahiro Yamada
2014-03-10
usb: create common header virtual root hub descriptors
Stephen Warren
2013-11-08
usb: ohci-hcd: submit_common_msg: report actual_length properly
Mateusz Kulikowski
2013-10-20
usb: add enum usb_init_type parameter to usb_lowlevel_init
Troy Kisky
2013-10-20
usb: new board-specific USB init interface
Mateusz Zalega
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-04-12
arm: Remove support for unused s3c64xx
Benoît Thébaudeau
2012-11-19
usb: use linux/usb/ch9.h instead of usbdescriptors.h
Ilya Yanok
2012-10-15
usb: lowlevel interface change to support multiple controllers
Lucas Stach
2012-09-01
USB: Fix strict aliasing in ohci-hcd
Troy Kisky
2012-03-18
usb: replace wait_ms() with mdelay()
Mike Frysinger
2012-03-03
USB: move keyboard polling into kbd driver
amartin@nvidia.com
2011-12-11
USB: Fix complaints about strict aliasing in OHCI-HCD
Marek Vasut
2011-10-21
consolidate mdelay by providing a common function for all users
Anatolij Gustschin
2011-10-09
drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not used
Wolfgang Denk
2011-02-19
Fix EHCI usb submit timeout and unify with OHCI
Simon Glass
2010-10-13
USB: Make non-bulk delay longer in OHCI
Marek Vasut
2010-06-30
drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel
Becky Bruce
2009-11-27
Add a unified s3c24x0 header file
kevin.morfitt@fearnside-systems.co.uk
2009-05-15
Fix e-mail address of Gary Jennejohn.
Detlev Zundel
2009-04-06
drivers/usb: regorganisation
Jean-Christophe PLAGNIOL-VILLARD