index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ehci-hcd.c
Age
Commit message (
Expand
)
Author
2017-07-28
usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS
Bin Meng
2017-07-28
usb: hub: Change USB hub descriptor to match USB 3.0 hubs
Bin Meng
2017-07-28
usb: add static to local symbols
Masahiro Yamada
2016-06-17
usb: ehci: only shutdown opened controller
Peng Fan
2016-04-10
usb: ehci-hcd: Fix crash when no ops are provided to ehci_register()
Mateusz Kulikowski
2016-04-01
ehci-hcd: Add init_after_reset
Mateusz Kulikowski
2016-02-26
usb: ehci: Fix warning on aarch64
Marek Vasut
2016-02-24
usb: ehci: Clear USBMODE_BE on LE MMIO
Marek Vasut
2016-02-24
usb: ehci: Implement V2P mapping
Marek Vasut
2015-12-31
usb: Move determination of TT hub address/port into separate function
Stefan BrĂ¼ns
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-09-07
usb: ehci: remember init mode
Stephen Warren
2015-07-21
usb: Update some EHCI driver licenses to use SPDX
Simon Glass
2015-07-21
usb: ehci: Correct a missing hypen in an error message
Simon Glass
2015-06-19
usb: ehci: Properly deal with data toggle for interrupt endpoints
Hans de Goede
2015-05-15
dm: usb: Add support for interrupt queues to the dm usb code
Hans de Goede
2015-05-15
dm: usb: Prefix ehci interrupt-queue functions with _ehci_
Hans de Goede
2015-05-15
usb: Stop reset procedure when a dev is handed over to a companion hcd
Hans de Goede
2015-05-15
usb: Fix handover of full-speed devices from ehci to companion
Hans de Goede
2015-05-06
dm: usb: Set desc_before_addr from ehci dm code
Hans de Goede
2015-05-06
dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code
Hans de Goede
2015-05-06
dm: usb: Use usb_get_bus in dm ehci code
Hans de Goede
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
[next]