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
/
ehci-hcd.c
Age
Commit message (
Expand
)
Author
2015-04-18
dm: usb: Add driver model support to EHCI
Simon Glass
2015-04-18
dm: usb: Change ehci_reset() to use a pointer
Simon Glass
2015-04-18
dm: usb: Drop the EHCI weak functions
Simon Glass
2015-04-18
dm: usb: Refactor EHCI init
Simon Glass
2015-04-18
dm: usb: ehci: Use a function to find the controller from struct udevice
Simon Glass
2015-04-18
dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()
Simon Glass
2015-04-18
dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
Simon Glass
2015-04-18
dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()
Simon Glass
2015-04-18
dm: usb: Allow ECHI to hold private data for the controller
Simon Glass
2015-04-18
dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()
Simon Glass
2015-04-18
dm: usb: Move all the EHCI weak functions together and declare them
Simon Glass
2015-04-14
ehci-hcd: fix warnings on 64-bit builds
Rob Herring
2015-01-18
usb: Add an interval parameter to create_int_queue
Hans de Goede
2014-12-11
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-11-19
usb: ehci: do not set the LSB of Current qTD pointer
Masahiro Yamada
2014-11-04
usb: Make pollable int support available outside of ehci-hcd.c
Hans de Goede
2014-11-04
usb: ehci: Move cache invalidation to poll_int_queue
Hans de Goede
2014-11-04
usb: ehci: Move interrupt packet length check to create_int_queue
Hans de Goede
2014-11-04
usb: ehci: Do not disable an already disabled periodic schedule
Hans de Goede
2014-10-25
ehci-hcd.c: make local functions static
Jeroen Hofstee
2014-10-25
usb: use __weak
Jeroen Hofstee
2014-10-06
usb: ehci: Make periodic_schedules a per controller variable
Hans de Goede
2014-10-06
usb: ehci: poll_int_queue check real qtd, not the overlay
Hans de Goede
2014-10-06
usb: ehci: Add missing cache flush to destroy_int_queue
Hans de Goede
2014-10-06
usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain
Hans de Goede
2014-04-30
usb: Add endian support macros to interrupt transfers in the EHCI driver.
Adrian Cox
2014-03-10
usb: ehci: fully align interrupt QHs/QTDs
Stephen Warren
2014-03-10
ush: ehci: initialize altnext pointers in QH
Stephen Warren
2013-12-18
usb: ehci: Fix register access
Marek Vasut
2013-12-18
usb: ehci: Do not de-init uninited controllers
Marek Vasut
2013-10-20
usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.
Troy Kisky
2013-10-20
usb: add enum usb_init_type parameter to usb_lowlevel_init
Troy Kisky
2013-09-27
usb: ehci: Fix test mode for connected ports
Julius Werner
2013-07-29
ehci-hcd: fix memory leak in lowlevel init
Nikita Kiryanov
2013-07-29
usb: ehci: Split out struct ehci_ctrl definition
Marek Vasut
2013-06-12
usb: ehci: add missing cache managment
Stephen Warren
2013-06-12
usb: ehci: add Faraday USB 2.0 EHCI support
Kuo-Jung Su
2013-06-12
usb: ehci: add weak-aliased function for PORTSC
Kuo-Jung Su
2013-06-12
usb: ehci: prevent bad PORTSC register access
Kuo-Jung Su
2013-06-12
usb: Correct CLEAR_FEATURE code in ehci-hcd
Simon Glass
2013-05-06
usb: common: Use a global definition for 'min3'
Vivek Gautam
2013-05-05
usb: Add new command to set USB 2.0 port test modes
Julius Werner
2013-05-05
USB: EHCI: Add weak functions to support new chip
Jim Lin
2013-03-18
usb: ehci: Support interrupt transfers via periodic list
Patrick Georgi
2013-03-16
usb: ehci: Add 64-bit controller support
Vincent Palatin
2012-11-20
usb: use linux/usb/ch9.h instead of usbdescriptors.h
Ilya Yanok
2012-10-15
usb: ehci: don't print debug output
Lucas Stach
2012-10-15
usb: ehci: rework to take advantage of new lowlevel interface
Lucas Stach
2012-10-15
usb: lowlevel interface change to support multiple controllers
Lucas Stach
[next]