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.h
Age
Commit message (
Expand
)
Author
2018-11-26
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
2018-06-29
usb: ohci: change the NUM_EDs from 8 to 32
Zeng Tao
2017-06-16
powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
Heiko Schocher
2016-10-29
drivers: USB: OHCI: allow compilation for 64-bit targets
Andre Przywara
2015-08-12
usb: ohci: enable cache support
Wu, Josh
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-06
usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus
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: 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
2013-10-20
usb: new board-specific USB init interface
Mateusz Zalega
2010-06-30
drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel
Becky Bruce
2009-04-28
Replace __attribute references with __attribute__
Peter Tyser
2009-04-06
drivers/usb: regorganisation
Jean-Christophe PLAGNIOL-VILLARD