]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - drivers/usb/host/usb-uclass.c
usb: ohci: enable cache support
[karo-tx-uboot.git] / drivers / usb / host / usb-uclass.c
2015-09-10 Paul Kocialkowskiusb: USB storage-specific part ifdef in uclass
2015-09-09 Hans de Goededm: usb: Do not assume that first child is always a hub
2015-09-09 Hans de Goededm: usb: Allow usb host drivers to implement usb_reset_...
2015-09-09 Hans de Goededm: usb: Rename usb_find_child to usb_find_emul_child
2015-09-09 Hans de Goededm: usb: Use device_unbind_children to clean up usb...
2015-09-09 Hans de Goedeusb: Add an usb_device parameter to usb_reset_root_port
2015-09-09 Hans de Goedeusb: usb_setup_device: Drop unneeded portnr function...
2015-09-09 Hans de Goedeusb: Drop device-model specific copy of usb_legacy_port...
2015-09-08 Simon Glassdm: usb: Implement usb_detect_change() for driver model
2015-09-08 Hans de Goededm: usb: Do not scan companion buses if no devices...
2015-09-08 Hans de Goededm: usb: Add support for companion controllers
2015-09-08 Hans de Goededm: usb: Move printing of usb scan status to usb_scan_bus()
2015-09-08 Hans de Goededm: usb: Add support for interrupt queues to the dm...
2015-09-08 Hans de Goededm: usb: Copy over usb_device values from usb_scan_devi...
2015-09-08 Hans de Goededm: usb: Make usb_get_bus easier to use for callers
2015-09-08 Hans de Goededm: usb: Do not use bus->seq before device_probe(bus)
2015-09-08 Simon Glassdm: usb: sandbox: Reset emulation devices in usb stop()
2015-09-08 Simon Glassdm: usb: Allow setting up a USB controller as a device...
2015-09-08 Simon Glassdm: usb: Bind generic USB devices when there is no...
2015-09-08 Simon Glassdm: usb: Allow USB drivers to be declared and auto...
2015-09-08 Simon Glassdm: usb: Add a uclass for USB controllers