- 4c4ccc5 usb: Return -ENOENT when no devices are found by Simon Glass · 1 year, 5 months ago
- 9fea3a7 usb: Tidy up the usb_start flag by Simon Glass · 1 year, 7 months ago
- b8daa6e usb: eth: Remove non-DM_ETH code by Tom Rini · 2 years, 1 month ago
- 078dfef usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mn by Adam Ford · 2 years, 10 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 11 months ago
- 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 1468a1c usb: ci_udc: Add function to remove usb device by Ye Li · 4 years, 6 months ago
- 25a8381 usb: Update struct usb_device to indicate speed enum by Simon Glass · 4 years, 7 months ago
- 31232de usb: Keep async schedule running only across mass storage xfers by Marek Vasut · 4 years, 8 months ago
- e91a411 usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h by Heinrich Schuchardt · 5 years ago
- 3437121 usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
- fdd135b usb: usb_submit_int_msg -> usb_int_msg by Michal Suchanek · 5 years ago
- fd09c20 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- ad56e4b dm: usb: emul: Drop usb_emul_reset() by Bin Meng · 7 years ago
- 848436a usb: emul: Expose find_descriptor() as a public API by Bin Meng · 7 years ago
- 84aa853 usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum() by Bin Meng · 7 years ago
- 8d36c68 usb: Fix comments of usb_emul_find_for_dev() by Bin Meng · 7 years ago
- 98b639f usb: emul: Remove maxpacketsize in usb_emul_setup_device() by Bin Meng · 7 years ago
- 3e59f59 dm: usb: Add a new USB controller operation 'get_max_xfer_size' by Bin Meng · 7 years ago
- 9ca1b4b dm: usb: Add a new USB controller operation 'update_hub_device' by Bin Meng · 7 years ago
- 5624dfd usb: hub: Parse and save TT details from device descriptor by Bin Meng · 7 years ago
- bbc6f06 usb: hub: Support 'set hub depth' request for USB 3.0 hubs by Bin Meng · 7 years ago
- 46c1d49 usb: hub: Add a new API to test if a hub device is root hub by Bin Meng · 7 years ago
- a199a72 usb: hub: Remove hub_port_reset() by Bin Meng · 7 years ago
- 337fc7e usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · 7 years ago
- 8850c5d Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD by Tom Rini · 8 years ago
- 57ebf67 dm: usb: Drop the get_dev() function by Simon Glass · 9 years ago
- a6f70a3 Fix spelling of "transferred". by Vagrant Cascadian · 9 years ago
- c998da0 usb: Change power-on / scanning timeout handling by Stefan Roese · 9 years ago
- 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
- 70caa97 usb: Allow up to 7 storage devices by Simon Glass · 9 years ago
- faa7db2 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
- c75f57f usb: Alloc buffer for USB descriptor dynamically by Stefan Brüns · 9 years ago
- b70a3fe usb: sandbox: Add support for interrupt operations by Simon Glass · 9 years ago
- af9c7c1 sandbox: usb: Allow finding a USB emulator for a device by Simon Glass · 9 years ago
- 45bfa47 usb: Refactor USB tree output code for testing by Simon Glass · 9 years ago
- bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
- 95de1e2 usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
- abb59cf dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · 9 years ago
- b483915 dm: usb: Correct the struct usb_driver_entry comment by Simon Glass · 9 years ago
- b2f219b dm: usb: Allow usb host drivers to implement usb_reset_root_port by Hans de Goede · 9 years ago
- 8802f56 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · 9 years ago
- 9eb72dd usb: usb_setup_device: Drop unneeded portnr function argument by Hans de Goede · 9 years ago
- 6bfe80e usb: Drop device-model specific copy of usb_legacy_port_reset by Hans de Goede · 9 years ago
- b335fe6 usb.h: Always declare usb function prototypes by Hans de Goede · 10 years ago
- 08f3bb0 usb: add device connection/disconnection detection by Vincent Palatin · 10 years ago
- b6de4d1 dm: usb: Add support for companion controllers by Hans de Goede · 10 years ago
- 8a5f066 dm: usb: Add support for interrupt queues to the dm usb code by Hans de Goede · 10 years ago
- 7f1a075 dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device by Hans de Goede · 10 years ago
- f78a5c0 dm: usb: Make usb_get_bus easier to use for callers by Hans de Goede · 10 years ago
- 019808f dm: usb: sandbox: Add a uclass for USB device emulation by Simon Glass · 10 years ago
- 0566e24 dm: usb: Allow USB drivers to be declared and auto-probed by Simon Glass · 10 years ago
- 862e75c dm: usb: Refactor port resets by Simon Glass · 10 years ago
- 79b5888 dm: usb: Adjust usb_alloc_new_device() to return an error by Simon Glass · 10 years ago
- de31213 dm: usb: Add a uclass for USB controllers by Simon Glass · 10 years ago
- b12242a usb: Convert protocol header structures to use explicitly sized variables by Sergey Temerkhanov · 10 years ago
- 904f2a8 musb-new: Add interrupt queue support by Hans de Goede · 10 years ago
- 90cdc10 musb-new: Fix reset sequence when in host mode by Hans de Goede · 10 years ago
- 28a15ef musb-new: Add sunxi musb controller support by Hans de Goede · 10 years ago
- 8bb6c1d usb: Add an interval parameter to create_int_queue by Hans de Goede · 10 years ago
- a8c2ebc usb: include <asm/cache.h> and <part.h> from include/usb.h by Masahiro Yamada · 10 years ago
- 8460b89 usb: Make pollable int support available outside of ehci-hcd.c by Hans de Goede · 10 years ago
- 6e9e062 usb: dwc2: Add driver for Synopsis DWC2 USB IP block by Oleksandr Tymoshenko · 11 years ago
- 8a8a225 usb: kbd: Allow "usb reset" to continue when an usb kbd is used by Hans de Goede · 10 years ago
- 75504e9 usb: dfu: fix boards wo USB cable detection by Mateusz Zalega · 11 years ago
- 351e9b2 usb: ums: add ums exit feature by ctrl+c or by detach usb cable by Przemyslaw Marczak · 11 years ago
- 06d513e usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
- bba6791 usb: rename board_usb_init_type to usb_init_type by Troy Kisky · 11 years ago
- 16297cf usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
- 5853e13 USB: xHCI: Add stack support for xHCI by Vivek Gautam · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 6497c66 USB: SS: Add support for Super Speed USB interface by Vivek Gautam · 12 years ago
- 359439d usb: Clean up newly allocated device nodes in case of configuration failure by Milind Choudhary · 12 years ago
- 673a524 musb-new: omap2plus backend driver by Ilya Yanok · 12 years ago
- 833a53c musb-new: am35x backend driver by Ilya Yanok · 12 years ago
- 37931f0 musb-new: dsps backend driver by Ilya Yanok · 12 years ago
- c60795f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
- e5f2475 usb.h: Add udc_disconnect prototype to usb.h by Lukasz Dalek · 12 years ago
- c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
- 71c5de4 ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment by Tom Rini · 12 years ago
- f576613 USB: Align buffers at cacheline by Puneet Saxena · 13 years ago
- 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
- f9636e8 USB: move keyboard polling into kbd driver by amartin@nvidia.com · 13 years ago
- 23faf2b USB: Separate out USB hub driver by Marek Vasut · 13 years ago
- 80b350a usb: increase non-bulk timeout for slow chipsets. by Jason Cooper · 13 years ago
- 89d4836 Add USB host ethernet adapter support by Simon Glass · 14 years ago
- 96820a3 Fix EHCI usb submit timeout and unify with OHCI by Simon Glass · 14 years ago
- dbea324 musb: MSC host support for AM35x by Ajay Kumar Gupta · 14 years ago
- d0fe112 USB: fix create_pipe() by Sergei Shtylyov · 15 years ago
- e608f22 usb: musb: add support for Blackfin MUSB by Bryan Wu · 15 years ago
- 7359273 DA8xx: Add MUSB host support by Ajay Kumar Gupta · 15 years ago
- f298e4b OMAP3 Add usb device support by Tom Rix · 15 years ago
- 8f8bd56 USB Consolidate descriptor definitions by Tom Rix · 15 years ago
- 538ef96 usb : musb : Enabling DM6446 (TI DaVinci) USB module power by Thomas Abraham · 16 years ago
- c7d703f usb.h: use standard __LITTLE_ENDIAN from Linux headers by Mike Frysinger · 16 years ago
- 51ab142 [PATCH] This patch add varius fix to the ehci. by michael · 16 years ago
- 3e12648 Prepare USB layer for ehci by Michael Trimarchi · 16 years ago