1. ac6c796 usb: dwc2: Replace printf, pr_err by dev_info, dev_err by Patrice Chotard · 7 years ago
  2. c2e4c86 usb: dwc2: increase timeout in wait_for_chhltd by Christophe Kerello · 7 years ago
  3. 82e7975 usb: dwc2: disable external vbus supply when the device is removed by Christophe Kerello · 7 years ago
  4. 6048d42 usb: ohci-generic: replace pr_err() by dev_err() by Patrice Chotard · 7 years ago
  5. cab4d48 usb: ohci-generic: factorize PHY operation by Patrice Chotard · 7 years ago
  6. 633e1ec usb: ohci-generic: handle phy power on/off by Patrice Chotard · 7 years ago
  7. df7777a usb: ehci-generic: replace pr_err() by dev_err() by Patrice Chotard · 7 years ago
  8. 20f06a4 usb: ehci-generic: factorize PHY operation by Patrice Chotard · 7 years ago
  9. a800a67 usb: ehci-generic: handle phy power on/off by Patrice Chotard · 7 years ago
  10. 2715e32 usb: Remove unused ppc4xx EHCI host driver by Stefan Roese · 7 years ago
  11. 2fd4242 ubs: xhci-dwc3: Enable USB3 PHY when available by Vignesh R · 7 years ago
  12. 3fc2635 usb: xhci-dwc3: Refractor PHY operations into separate function by Vignesh R · 7 years ago
  13. 7d4e4d3 usb: xhci-dwc3: Power on USB PHY before using by Vignesh R · 7 years ago
  14. 42637fd usb: dwc2: Allow selection of data buffer size by Alexey Brodkin · 7 years ago
  15. 81f077f Merge git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  16. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  17. 4f0533f usb: xhci-rcar: Add R8A77965 M3N entries by Marek Vasut · 7 years ago
  18. b16c129 usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions by Faiz Abbas · 7 years ago
  19. 163f885 usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTH by Alexey Brodkin · 7 years ago
  20. 40b6118 usb: host: Drop unused hcd_name from r8a66597-hcd.c by Tom Rini · 7 years ago
  21. 1c0ae00 usb: Remove isp116x-hcd support by Tom Rini · 7 years ago
  22. f95a4b3 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  23. 1d12a7c Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  24. 6f7c92d usb: ehci: mxs: fix swapped argument in ehci_writel() by Daniel Schwierzeck · 7 years ago
  25. eacccbd usb: xhci: Fix bool initialization in xhci_bulk_tx by Gustavo A. R. Silva · 7 years ago
  26. 4826350 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
  27. 91f4fb9 arm64: layerscape: Move CONFIG_HAS_FSL_DR_USB to Kconfig by Ran Wang · 7 years ago
  28. be3872e usb: ehci: fsl: Fix some compile warnings. by Ran Wang · 7 years ago
  29. 243fd64 usb: r8a66597: convert wait loop to readw_poll_timeout by Chris Brandt · 7 years ago
  30. 11f4678 usb: r8a66597: Add support for RZ/A series by Chris Brandt · 7 years ago
  31. b3cbcd9 usb: ehci: do not invalidate a NULL buffer by Dirk Behme · 7 years ago
  32. 45157d2 dm: usb: ehci: avoid possible NULL dereference by Heinrich Schuchardt · 7 years ago
  33. e1cc60c usb: xhci: Add Renesas R-Car xHCI driver by Marek Vasut · 7 years ago
  34. 9829ce2 usb: ehci: Fix accessors for big-endian platforms and descriptors by Alexey Brodkin · 7 years ago
  35. d3d036a mvebu: usb: xhci: a38x support by Jon Nettleton · 7 years ago
  36. fb48bc4 sti: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  37. 420b0eb usb: host: Move CONFIG_XHCI_FSL to Kconfig by Ran Wang · 7 years ago
  38. 2ee87b0 Merge branch 'rmobile' of git://git.denx.de/u-boot-sh by Tom Rini · 7 years ago
  39. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  40. c322d4b usb: Drop the EHCI RCar Gen3 by Marek Vasut · 7 years ago
  41. fae3585 usb: xhci: Set 'Average TRB Length' to 8 for control endpoints by Bin Meng · 7 years ago
  42. ab2b727 usb: xhci: Set 'Error Count' to 0 for isoch endpoints by Bin Meng · 7 years ago
  43. fa483b2 usb: xhci: Program max burst size for endpoint by Bin Meng · 7 years ago
  44. f51966b usb: xhci: Honor endpoint's interval by Bin Meng · 7 years ago
  45. b5aa857 usb: xhci: Fix max packet size for full speed device endpoint 0 by Bin Meng · 7 years ago
  46. 1897d60 usb: xhci: Add interrupt transfer support by Bin Meng · 7 years ago
  47. 8a0e6d8 usb: xhci: Don't assume LS/FS devices are always behind a HS hub by Bin Meng · 7 years ago
  48. ad56e4b dm: usb: emul: Drop usb_emul_reset() by Bin Meng · 7 years ago
  49. ad0a937 dm: usb: Remove no longer needed blk_unbind_all() by Bin Meng · 7 years ago
  50. d4efefe dm: usb: Fix broken usb_stop() by Bin Meng · 7 years ago
  51. 84aa853 usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum() by Bin Meng · 7 years ago
  52. 813f74e usb: sandbox: Initialize root hub's device speed to high speed by Bin Meng · 7 years ago
  53. 6e652e3 usb: host: ehci-generic: convert to livetree by Philipp Tomsich · 7 years ago
  54. a9d3037 usb: dwc2: convert to livetree by Philipp Tomsich · 7 years ago
  55. 32c8eee rockchip: xhci: Convert to livetree by Philipp Tomsich · 7 years ago
  56. a23aa66 dm: usb: ehci: Implement get_max_xfer_size() operation by Bin Meng · 7 years ago
  57. 022ceac dm: usb: xhci: Implement get_max_xfer_size() operation by Bin Meng · 7 years ago
  58. 3e59f59 dm: usb: Add a new USB controller operation 'get_max_xfer_size' by Bin Meng · 7 years ago
  59. 7489d22 usb: xhci: Set number of event segments and entries to 1 by Marek Vasut · 7 years ago
  60. 40d1a31 usb: dwc3: Add dwc3 glue driver support for STi by Patrice Chotard · 7 years ago
  61. a11a5b8 usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig by Bin Meng · 7 years ago
  62. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  63. 211aaf3 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  64. d38a8ea usb: host: xhci-dxc3: fix compilation warnings by Patrice Chotard · 7 years ago
  65. 2080d02 usb: host: ohci-generic: initialize PHY only when found by Patrice Chotard · 7 years ago
  66. 4b3928a usb: host: ehci-generic: initialize PHY only when found by Patrice Chotard · 7 years ago
  67. 623b7ac dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB by Patrice Chotard · 7 years ago
  68. 78e3098 usb: xhci: Enable TT to support LS/FS devices behind a HS hub by Bin Meng · 7 years ago
  69. 196ef83 usb: xhci: Correct TT_SLOT and TT_PORT macros by Bin Meng · 7 years ago
  70. d228ca3 usb: xhci: Implement update_hub_device() operation by Bin Meng · 7 years ago
  71. 9ca1b4b dm: usb: Add a new USB controller operation 'update_hub_device' by Bin Meng · 7 years ago
  72. 493b8dd usb: xhci: Program 'route string' in the input slot context by Bin Meng · 7 years ago
  73. daec469 usb: xhci: Change xhci_setup_addressable_virt_dev() signature by Bin Meng · 7 years ago
  74. 46c1d49 usb: hub: Add a new API to test if a hub device is root hub by Bin Meng · 7 years ago
  75. dfa96e0 usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv by Bin Meng · 7 years ago
  76. 5e94194 usb: xhci-pci: Clean up the driver a little bit by Bin Meng · 7 years ago
  77. 978f6a3 usb: xhci-pci: Drop non-DM version of xhci-pci driver by Bin Meng · 7 years ago
  78. d7cde28 usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig by Bin Meng · 7 years ago
  79. 99c2255 usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS by Bin Meng · 7 years ago
  80. 7274671 usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS by Bin Meng · 7 years ago
  81. 1bdcd90 usb: xhci: Change MAX_HC_PORTS to 255 by Bin Meng · 7 years ago
  82. 337fc7e usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · 7 years ago
  83. f342119 usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub by Bin Meng · 7 years ago
  84. aab0db0 usb: xhci: Add input slot context in xhci_set_configuration() by Bin Meng · 7 years ago
  85. 209b98d usb: xhci: Initialize scratchpad buffer array and scratchpad buffers by Bin Meng · 7 years ago
  86. 43eb0d4 usb: xhci: Correct command TRB 4th dword initialization by Bin Meng · 7 years ago
  87. f2e0315 usb: xhci: Remove incorrect comments for struct xhci_container_ctx by Bin Meng · 7 years ago
  88. 28df1cf usb: host: ohci-generic: add generic PHY support by Patrice Chotard · 7 years ago
  89. 8a51b4b usb: host: ohci-generic: add RESET support by Patrice Chotard · 7 years ago
  90. 155d9f6 usb: host: ohci-generic: add CLOCK support by Patrice Chotard · 7 years ago
  91. 0d0ba1a usb: host: ehci-generic: add generic PHY support by Patrice Chotard · 7 years ago
  92. a1cee8e usb: host: ehci-generic: add error path and .remove callback by Patrice Chotard · 7 years ago
  93. 10bb775 usb: host: ehci-generic: replace printf() by error() by Patrice Chotard · 7 years ago
  94. f56db16 usb: host: xhci-dwc3: Add generic PHY support by Patrice Chotard · 7 years ago
  95. 576e3cc usb: host: xhci-dwc3: Add dual role mode support from DT by Patrice Chotard · 7 years ago
  96. b7c1c7d usb: host: xhci-dwc3: Convert driver to DM by Patrice Chotard · 7 years ago
  97. 121a4d1 usb: add static to local symbols by Masahiro Yamada · 7 years ago
  98. 5ae28c0 dm: tegra: usb: Convert to livetree by Simon Glass · 7 years ago
  99. 000f15f dm: tegra: Convert clock_decode_periph_id() to support livetree by Simon Glass · 7 years ago
  100. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago