index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ohci-hcd.c
Age
Commit message (
Expand
)
Author
2020-05-18
common: Drop net.h from common header
Simon Glass
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
2019-09-11
usb: Add nonblock argument to submit_int_msg
Michal Suchanek
2019-08-08
usb, ohci: add warning if none on pci found
Heiko Schocher
2019-08-08
usb, ohci-hcd: set OHCI_USE_NPS if DM_PCI
Heiko Schocher
2019-08-08
usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not used
Heiko Schocher
2019-05-03
usb: ohci: Re-enable commented out delay
Adam Ford
2018-11-26
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-07-03
powerpc: remove 4xx support
Heiko Schocher
2017-06-16
powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
Heiko Schocher
2017-06-05
samsung: Drop more references fo s3c24x0
Simon Glass
2016-10-31
Fix spelling of "resetting".
Vagrant Cascadian
2016-10-29
drivers: USB: OHCI: allow compilation for 64-bit targets
Andre Przywara
2015-11-03
ohci: Add missing cache-flush for hcca area
Hans de Goede
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-08-12
usb: ohci: enable cache support
Wu, Josh
2015-05-14
usb: ohci: Add support for interrupt queues
Hans de Goede
2015-05-14
usb: ohci: Add an ohci_alloc_urb() function
Hans de Goede
2015-05-14
usb: ohci: Do not reuse ed for interrupt endpoints of different devices
Hans de Goede
2015-05-14
usb: ohci: Add dm support
Hans de Goede
2015-05-14
usb: ohci: Skip unnecessary mdelay(1) calls in various places
Hans de Goede
2015-05-14
usb: ohci: Remove unnecessary delays from hc_start and power power-on paths
Hans de Goede
2015-05-14
usb: ohci: Do not resubmit and leak urbs for interrupt packets
Hans de Goede
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-20
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-19
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-22
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
[next]