index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
usb-uclass.c
Age
Commit message (
Expand
)
Author
2020-12-13
dm: core: Rename device_bind_ofnode() to device_bind()
Simon Glass
2020-09-01
usb: ci_udc: Add function to remove usb device
Ye Li
2020-08-05
usb: usb-uclass.c: Drop le16_to_cpu() as values are already swapped
Stefan Roese
2020-06-11
usb: provide a device tree node to USB devices
Michael Walle
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-04-09
usb: Keep async schedule running only across mass storage xfers
Marek Vasut
2019-09-11
usb: Add nonblock argument to submit_int_msg
Michal Suchanek
2019-04-09
usb: host: Print device name when scanning
Ismael Luceno Cortes
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2017-10-01
dm: usb: emul: Drop usb_emul_reset()
Bin Meng
2017-10-01
dm: usb: Remove no longer needed blk_unbind_all()
Bin Meng
2017-10-01
dm: usb: Fix broken usb_stop()
Bin Meng
2017-09-27
dm: usb: Add a new USB controller operation 'get_max_xfer_size'
Bin Meng
2017-07-28
dm: usb: Add a new USB controller operation 'update_hub_device'
Bin Meng
2017-07-28
usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv
Bin Meng
2017-07-28
usb: add static to local symbols
Masahiro Yamada
2017-06-01
dm: usb: Convert uclass to livetree
Simon Glass
2017-04-04
dm: core: Add flags parameter to device_remove()
Stefan Roese
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-07-27
dm: Use dm_scan_fdt_dev() directly where possible
Simon Glass
2016-07-27
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
Simon Glass
2016-03-17
dm: usb: Unbind old block devices when shutting down USB
Simon Glass
2015-11-19
dm: usb: Remove inactive children after a bus scan
Simon Glass
2015-11-19
dm: usb: Deprecate usb_get_dev_index()
Simon Glass
2015-11-19
Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"
Simon Glass
2015-11-19
Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"
Simon Glass
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-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-10
dm: usb: Implement usb_detect_change() for driver model
Simon Glass
2015-05-14
dm: usb: Do not scan companion buses if no devices where handed over
Hans de Goede
2015-05-14
dm: usb: Add support for companion controllers
Hans de Goede
2015-05-14
dm: usb: Move printing of usb scan status to usb_scan_bus()
Hans de Goede
2015-05-14
dm: usb: Add support for interrupt queues to the dm usb code
Hans de Goede
2015-05-05
dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
Hans de Goede
2015-05-05
dm: usb: Make usb_get_bus easier to use for callers
Hans de Goede
2015-05-05
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