1. f34dfcb usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  2. 78c2e64 sunxi: musb: Stop treating not having a vbus-det gpio as an error by Hans de Goede · 9 years ago
  3. 31e4f6f sunxi: musb: Improve output during probing by Hans de Goede · 9 years ago
  4. 0b3845a sunxi: musb: Use device-model for musb host mode by Hans de Goede · 9 years ago
  5. ea059bf sunxi: musb: Move musb config and platdata to the sunxi-musb glue by Hans de Goede · 9 years ago
  6. c77fbfb sunxi: musb: Add id pin support by Hans de Goede · 9 years ago
  7. c93ecd0 sunxi: musb: Move vbus check to sunxi_musb_enable by Hans de Goede · 9 years ago
  8. 34d20f8 linux_compat: remove cpu_relax() define by Masahiro Yamada · 9 years ago
  9. fc64961 musb: Add device-model support to the musb-host u-boot glue by Hans de Goede · 9 years ago
  10. 5962748 musb: Add musb_host_data struct to hold global data by Hans de Goede · 9 years ago
  11. 52666e2 musb: Rename and wrap public functions by Hans de Goede · 9 years ago
  12. 4d8b8df musb: Update usb-compat to work with struct usb_device without a parent ptr by Hans de Goede · 9 years ago
  13. 81c4998 musb: Allow musb_platform_enable to return an error code by Hans de Goede · 9 years ago
  14. b869574 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · 9 years ago
  15. 74934df sunxi: musb: Remove unused sunxi_musb_exit method by Hans de Goede · 9 years ago
  16. 836e334 sunxi: musb: Do not fully reset the controler from sunxi_musb_disable by Hans de Goede · 9 years ago
  17. 1168e09 sunxi: usb: Do not call phy_probe from hcd code by Hans de Goede · 10 years ago
  18. 26a9005 sunxi: usb: Rename the usbc.? files to usb_phy.? by Hans de Goede · 10 years ago
  19. 8697909 sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar by Hans de Goede · 10 years ago
  20. 7e5aabd sunxi: usb: Move setup of host controller clocks to the host controller drivers by Hans de Goede · 10 years ago
  21. 3702f14 sunxi: Add basic A33 basic support by Vishnu Patekar · 10 years ago
  22. 9b82eeb dm: usb: Add a uclass for USB controllers by Simon Glass · 10 years ago
  23. 273ac5b Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  24. 7e9b7de sunxi: common VBUS detection logic in usbc by Paul Kocialkowski · 10 years ago
  25. d273edb sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic by Paul Kocialkowski · 10 years ago
  26. 4763e16 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · 10 years ago
  27. ab721ad sunxi: musb: Fix some lo speed devices not working with musb host by Hans de Goede · 10 years ago
  28. ebaf0a3 sunxi: musb: Return early on VBUS GPIO error instead of on a positive value by Paul Kocialkowski · 10 years ago
  29. 6834153 sunxi: musb: Support checking VBUS using AXP221 PMIC by Chen-Yu Tsai · 10 years ago
  30. 68dbdef usb: musb-new: omap2430: Reset the MUSB controller early by Paul Kocialkowski · 10 years ago
  31. eaa0d70 sunxi: musb: Check Vbus-det before enabling otg port power by Hans de Goede · 10 years ago
  32. f2b45c8 sunxi: otg: Fix peripheral mode by Hans de Goede · 10 years ago
  33. 83b1897 musb-new: Add interrupt queue support by Hans de Goede · 10 years ago
  34. 39b0845 musb-new: Add urb and hep parameters to construct_urb by Hans de Goede · 10 years ago
  35. 0e4da95 musb-new: Properly remove a transfer from the schedule on timeout by Hans de Goede · 10 years ago
  36. 498ab95 musb-new: Fix reset sequence when in host mode by Hans de Goede · 10 years ago
  37. 24fd777 musb-new: Fix interrupt transfers not working by Hans de Goede · 10 years ago
  38. 8de4ded musb-new: Use time based timeouts rather then cpu-cycles based timeouts by Hans de Goede · 10 years ago
  39. 9c4f11d musb-new: Add sunxi musb controller support by Hans de Goede · 10 years ago
  40. 21d7705 musb-new: Add register defines for different reg layout on sunxi by Hans de Goede · 10 years ago
  41. ed4262c usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host mode by Daniel Mack · 10 years ago
  42. 2be4b3e kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  43. 4f7a9a3 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  44. 0c9fe56 musb-new, dfu: first send request answer then call completions by Heiko Schocher · 11 years ago
  45. 15175e7 usb: musb: fill in usb_gadget_unregister_driver by Rob Herring · 11 years ago
  46. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  47. 3e02168 drivers: usb: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  48. 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  49. 18ab2f0 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 11 years ago
  50. ba6babf linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to compat.h by Wu, Josh · 11 years ago
  51. f9be934 musb: Disable extra prints by Lokesh Vutla · 11 years ago
  52. c3ffe50 usb, musb-new: add wdt trigger by Heiko Schocher · 11 years ago
  53. f457a12 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  54. 28f2f35 musb: set MUSB speed based on CONFIG by Bin Liu · 12 years ago
  55. 7a363d4 musb: am335x: disable bulk split-combine feature by Bin Liu · 12 years ago
  56. 4a59809 Consolidate bool type by York Sun · 12 years ago
  57. a3292f2 musb-new: omap2plus backend driver by Ilya Yanok · 12 years ago
  58. cc0fcbf musb-new: am35x backend driver by Ilya Yanok · 12 years ago
  59. d5ade29 musb-new: dsps backend driver by Ilya Yanok · 12 years ago
  60. 06bb920 musb-new: port of Linux musb driver by Ilya Yanok · 12 years ago