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
/
usb-uclass.c
Age
Commit message (
Expand
)
Author
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-08-05
usb: USB storage-specific part ifdef in uclass
Paul Kocialkowski
2015-07-21
dm: usb: Do not assume that first child is always a hub
Hans de Goede
2015-07-21
dm: usb: Allow usb host drivers to implement usb_reset_root_port
Hans de Goede
2015-07-21
dm: usb: Rename usb_find_child to usb_find_emul_child
Hans de Goede
2015-07-21
dm: usb: Use device_unbind_children to clean up usb devs on stop
Hans de Goede
2015-07-21
usb: Add an usb_device parameter to usb_reset_root_port
Hans de Goede
2015-07-21
usb: usb_setup_device: Drop unneeded portnr function argument
Hans de Goede
2015-07-21
usb: Drop device-model specific copy of usb_legacy_port_reset
Hans de Goede
2015-06-11
dm: usb: Implement usb_detect_change() for driver model
Simon Glass
2015-05-15
dm: usb: Do not scan companion buses if no devices where handed over
Hans de Goede
2015-05-15
dm: usb: Add support for companion controllers
Hans de Goede
2015-05-15
dm: usb: Move printing of usb scan status to usb_scan_bus()
Hans de Goede
2015-05-15
dm: usb: Add support for interrupt queues to the dm usb code
Hans de Goede
2015-05-06
dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
Hans de Goede
2015-05-06
dm: usb: Make usb_get_bus easier to use for callers
Hans de Goede
2015-05-06
dm: usb: Do not use bus->seq before device_probe(bus)
Hans de Goede
2015-04-18
dm: usb: sandbox: Reset emulation devices in usb stop()
Simon Glass
2015-04-18
dm: usb: Allow setting up a USB controller as a device/gadget
Simon Glass
2015-04-18
dm: usb: Bind generic USB devices when there is no driver
Simon Glass
2015-04-18
dm: usb: Allow USB drivers to be declared and auto-probed
Simon Glass
2015-04-18
dm: usb: Add a uclass for USB controllers
Simon Glass