Commit Graph

45010 Commits (263252c762c43fd968c924dfd6e1c3db930a35a2)
 

Author SHA1 Message Date
Tom Rini 211aaf309c Merge git://git.denx.de/u-boot-usb 8 years ago
Rob Clark af65db85b8 efi_loader: indent entry/exit prints to show nesting level 8 years ago
Rob Clark c160d2f5ec efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT 8 years ago
Patrice Chotard b108d8a0de clk: fix compilation errors for poplar platform 8 years ago
Patrice Chotard d38a8ea19c usb: host: xhci-dxc3: fix compilation warnings 8 years ago
Jean-Jacques Hiblot 3b63db37ad phy: add a NO-OP phy driver 8 years ago
Patrice Chotard 2080d023d9 usb: host: ohci-generic: initialize PHY only when found 8 years ago
Patrice Chotard 4b3928a08f usb: host: ehci-generic: initialize PHY only when found 8 years ago
Patrice Chotard 623b7aca1f dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB 8 years ago
Patrice Chotard d9fb7bece0 dm: phy: add missing #ifdef CONFIG_PHY 8 years ago
Patrick Delaunay 6fa8dddd06 dfu: add common function to initiate transaction 8 years ago
Patrick Delaunay 57da060755 dfu: factorize transaction cleanup 8 years ago
Patrick Delaunay 15970d871c dfu: remove limitation on partition size 8 years ago
Patrick Delaunay 4de512018b dfu: allow dfu read on partition greater than 2GB 8 years ago
Siva Durga Prasad Paladugu bab0146ea9 usb: gadget: f_thor: Free the allocated out request buffer 8 years ago
Bin Meng 78e3098752 usb: xhci: Enable TT to support LS/FS devices behind a HS hub 8 years ago
Bin Meng 196ef8323c usb: xhci: Correct TT_SLOT and TT_PORT macros 8 years ago
Bin Meng d228ca362b usb: xhci: Implement update_hub_device() operation 8 years ago
Bin Meng 81060bb1c0 usb: hub: Call usb_update_hub_device() after hub descriptor is fetched 8 years ago
Bin Meng 9ca1b4bab1 dm: usb: Add a new USB controller operation 'update_hub_device' 8 years ago
Bin Meng 5624dfd5aa usb: hub: Parse and save TT details from device descriptor 8 years ago
Bin Meng 493b8dd070 usb: xhci: Program 'route string' in the input slot context 8 years ago
Bin Meng daec469144 usb: xhci: Change xhci_setup_addressable_virt_dev() signature 8 years ago
Bin Meng bbc6f06c00 usb: hub: Support 'set hub depth' request for USB 3.0 hubs 8 years ago
Bin Meng 74ffc7cbb1 usb: hub: Translate USB 3.0 hub port status into old version 8 years ago
Bin Meng 46c1d49330 usb: hub: Add a new API to test if a hub device is root hub 8 years ago
Bin Meng a199a72448 usb: hub: Remove hub_port_reset() 8 years ago
Bin Meng dfa96e0676 usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv 8 years ago
Bin Meng 5e941943d8 usb: xhci-pci: Clean up the driver a little bit 8 years ago
Bin Meng 978f6a3b14 usb: xhci-pci: Drop non-DM version of xhci-pci driver 8 years ago
Bin Meng c9621012a6 x86: minnowmax: Enable USB xHCI support 8 years ago
Bin Meng 6e4d039aaa x86: minnowmax: Add a environment variable for USB power-on delay 8 years ago
Bin Meng d7cde28113 usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig 8 years ago
Bin Meng 78abf14fc2 usb: cmd: Print actual packet size for super speed devices 8 years ago
Bin Meng cbb89ed026 configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boards 8 years ago
Bin Meng 99c2255688 usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 8 years ago
Bin Meng 2931342874 configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boards 8 years ago
Bin Meng 7274671e04 usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 8 years ago
Bin Meng 1bdcd9019d usb: xhci: Change MAX_HC_PORTS to 255 8 years ago
Bin Meng 98ba3d6c23 usb: hub: Add 3.0 hub port status mask of 2.0 hub 8 years ago
Bin Meng 337fc7e665 usb: hub: Change USB hub descriptor to match USB 3.0 hubs 8 years ago
Bin Meng 53771a490e usb: hub: Revise wLength for 'get port status' request 8 years ago
Bin Meng f342119602 usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub 8 years ago
Bin Meng f7a9e5dd03 usb: hub: Update handling connect status/change in usb_scan_port() 8 years ago
Bin Meng aab0db08c0 usb: xhci: Add input slot context in xhci_set_configuration() 8 years ago
Bin Meng 209b98de01 usb: xhci: Initialize scratchpad buffer array and scratchpad buffers 8 years ago
Bin Meng 43eb0d4488 usb: xhci: Correct command TRB 4th dword initialization 8 years ago
Bin Meng f2e0315e9d usb: xhci: Remove incorrect comments for struct xhci_container_ctx 8 years ago
Patrice Chotard 28df1cfddd usb: host: ohci-generic: add generic PHY support 8 years ago
Patrice Chotard 8a51b4b3da usb: host: ohci-generic: add RESET support 8 years ago