1. 7c22e26 sunxi: musb: Re-init musb controller on repeated probe calls by Hans de Goede · 8 years ago
  2. 57075a4 sunxi: musb: Power off OTG port VBUS when disabled by Chen-Yu Tsai · 8 years ago
  3. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  4. bca4c3c sunxi: musb: Properly turn of musb controller before booting by Hans de Goede · 8 years ago
  5. 3457bba usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig by Sam Protsenko · 8 years ago
  6. bf31323 musb: Properly call musb_stop() on probe failure by Hans de Goede · 9 years ago
  7. 38b4a3e musb: sunxi: Do not allocate musb struct multiple times by Hans de Goede · 9 years ago
  8. 03b8e04 drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller. by Purna Chandra Mandal · 9 years ago
  9. 6d94810 drivers: remove writes{b,w,l,q} and reads{b,w,l,q}. by Purna Chandra Mandal · 9 years ago
  10. 96fccb1 musb: sunxi: Add support for A83T by Chen-Yu Tsai · 9 years ago
  11. 27754d1 usb: musb-new: omap2430: OMAP4 MUSB USB controller support by Paul Kocialkowski · 9 years ago
  12. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  13. ac3abf0 usb: musb: Fix hub port setting for SPLIT transactions by Stefan Brüns · 9 years ago
  14. faa7db2 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
  15. 6047a3a sunxi: musb: Implement dfu_usb_get_reset() by Siarhei Siamashka · 9 years ago
  16. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  17. da58dec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  18. bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  19. 68282f5 arm: Remove unused ST-Ericsson u8500 arch by Stefan Roese · 9 years ago
  20. 7806b75 sunxi: musb: Drop no longer accurate comment in Kconfig help text by Hans de Goede · 9 years ago
  21. c9f8947 sunxi: usb-phy: Never power off the usb ports by Hans de Goede · 9 years ago
  22. 1feda63 musb: sunxi: Force EP0 on re-enable by Maxime Ripard · 9 years ago
  23. 6bed24c sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig by Paul Kocialkowski · 9 years ago
  24. 5d6c2f4 usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET by Paul Kocialkowski · 9 years ago
  25. 95de1e2 usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  26. 9ecce97 sunxi: musb: Stop treating not having a vbus-det gpio as an error by Hans de Goede · 9 years ago
  27. 56a2085 sunxi: musb: Improve output during probing by Hans de Goede · 9 years ago
  28. 91183ba sunxi: musb: Use device-model for musb host mode by Hans de Goede · 9 years ago
  29. d42faf3 sunxi: musb: Move musb config and platdata to the sunxi-musb glue by Hans de Goede · 9 years ago
  30. 71cbe0d sunxi: musb: Add id pin support by Hans de Goede · 9 years ago
  31. b41972e sunxi: musb: Move vbus check to sunxi_musb_enable by Hans de Goede · 9 years ago
  32. 3721eaf linux_compat: remove cpu_relax() define by Masahiro Yamada · 9 years ago
  33. 09e7ea4 musb: Add device-model support to the musb-host u-boot glue by Hans de Goede · 9 years ago
  34. fc85d39 musb: Add musb_host_data struct to hold global data by Hans de Goede · 9 years ago
  35. 1398252 musb: Rename and wrap public functions by Hans de Goede · 9 years ago
  36. e740ca3 musb: Update usb-compat to work with struct usb_device without a parent ptr by Hans de Goede · 9 years ago
  37. 1583723 musb: Allow musb_platform_enable to return an error code by Hans de Goede · 9 years ago
  38. 8802f56 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · 9 years ago
  39. 998b8ab sunxi: musb: Remove unused sunxi_musb_exit method by Hans de Goede · 9 years ago
  40. e1abfa4 sunxi: musb: Do not fully reset the controler from sunxi_musb_disable by Hans de Goede · 9 years ago
  41. e13afee sunxi: usb: Do not call phy_probe from hcd code by Hans de Goede · 9 years ago
  42. 2aacc42 sunxi: usb: Rename the usbc.? files to usb_phy.? by Hans de Goede · 9 years ago
  43. 7b79865 sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar by Hans de Goede · 9 years ago
  44. 375de01 sunxi: usb: Move setup of host controller clocks to the host controller drivers by Hans de Goede · 9 years ago
  45. 8c3dacf sunxi: Add basic A33 basic support by Vishnu Patekar · 10 years ago
  46. de31213 dm: usb: Add a uclass for USB controllers by Simon Glass · 10 years ago
  47. 2091301 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 9 years ago
  48. ebd468b sunxi: common VBUS detection logic in usbc by Paul Kocialkowski · 10 years ago
  49. 5eaacb4 sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic by Paul Kocialkowski · 10 years ago
  50. 2d48aa6 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · 10 years ago
  51. 246e3b8 sunxi: musb: Fix some lo speed devices not working with musb host by Hans de Goede · 10 years ago
  52. 8a440b0 sunxi: musb: Return early on VBUS GPIO error instead of on a positive value by Paul Kocialkowski · 10 years ago
  53. e42add5 sunxi: musb: Support checking VBUS using AXP221 PMIC by Chen-Yu Tsai · 10 years ago
  54. 193d7d1 usb: musb-new: omap2430: Reset the MUSB controller early by Paul Kocialkowski · 10 years ago
  55. 52defe8 sunxi: musb: Check Vbus-det before enabling otg port power by Hans de Goede · 10 years ago
  56. b1b912d sunxi: otg: Fix peripheral mode by Hans de Goede · 10 years ago
  57. 904f2a8 musb-new: Add interrupt queue support by Hans de Goede · 10 years ago
  58. accf04c musb-new: Add urb and hep parameters to construct_urb by Hans de Goede · 10 years ago
  59. b918a0c musb-new: Properly remove a transfer from the schedule on timeout by Hans de Goede · 10 years ago
  60. 90cdc10 musb-new: Fix reset sequence when in host mode by Hans de Goede · 10 years ago
  61. e8672e3 musb-new: Fix interrupt transfers not working by Hans de Goede · 10 years ago
  62. dc9a391 musb-new: Use time based timeouts rather then cpu-cycles based timeouts by Hans de Goede · 10 years ago
  63. 28a15ef musb-new: Add sunxi musb controller support by Hans de Goede · 10 years ago
  64. 0f8bc53 musb-new: Add register defines for different reg layout on sunxi by Hans de Goede · 10 years ago
  65. 16b61d1 usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host mode by Daniel Mack · 10 years ago
  66. 3b61297 kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  67. 0c06db5 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  68. ab2f5c1 musb-new, dfu: first send request answer then call completions by Heiko Schocher · 10 years ago
  69. 078d730 usb: musb: fill in usb_gadget_unregister_driver by Rob Herring · 10 years ago
  70. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  71. 44e32c7 drivers: usb: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  72. 06d513e usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  73. d4c8aa9 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 11 years ago
  74. 2f96b06 linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to compat.h by Wu, Josh · 11 years ago
  75. 32f420b musb: Disable extra prints by Lokesh Vutla · 11 years ago
  76. 7a34278 usb, musb-new: add wdt trigger by Heiko Schocher · 11 years ago
  77. 1812201 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  78. 76b09b8 musb: set MUSB speed based on CONFIG by Bin Liu · 12 years ago
  79. 4de602f musb: am335x: disable bulk split-combine feature by Bin Liu · 12 years ago
  80. 472d546 Consolidate bool type by York Sun · 12 years ago
  81. 673a524 musb-new: omap2plus backend driver by Ilya Yanok · 12 years ago
  82. 833a53c musb-new: am35x backend driver by Ilya Yanok · 12 years ago
  83. 37931f0 musb-new: dsps backend driver by Ilya Yanok · 12 years ago
  84. eb81955 musb-new: port of Linux musb driver by Ilya Yanok · 12 years ago