1. 95de1e2 usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  2. 9ecce97 sunxi: musb: Stop treating not having a vbus-det gpio as an error by Hans de Goede · 9 years ago
  3. 56a2085 sunxi: musb: Improve output during probing by Hans de Goede · 9 years ago
  4. 91183ba sunxi: musb: Use device-model for musb host mode by Hans de Goede · 9 years ago
  5. d42faf3 sunxi: musb: Move musb config and platdata to the sunxi-musb glue by Hans de Goede · 9 years ago
  6. 71cbe0d sunxi: musb: Add id pin support by Hans de Goede · 9 years ago
  7. b41972e sunxi: musb: Move vbus check to sunxi_musb_enable by Hans de Goede · 9 years ago
  8. 3721eaf linux_compat: remove cpu_relax() define by Masahiro Yamada · 9 years ago
  9. 09e7ea4 musb: Add device-model support to the musb-host u-boot glue by Hans de Goede · 9 years ago
  10. fc85d39 musb: Add musb_host_data struct to hold global data by Hans de Goede · 9 years ago
  11. 1398252 musb: Rename and wrap public functions by Hans de Goede · 9 years ago
  12. e740ca3 musb: Update usb-compat to work with struct usb_device without a parent ptr by Hans de Goede · 9 years ago
  13. 1583723 musb: Allow musb_platform_enable to return an error code by Hans de Goede · 9 years ago
  14. 8802f56 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · 9 years ago
  15. 998b8ab sunxi: musb: Remove unused sunxi_musb_exit method by Hans de Goede · 9 years ago
  16. e1abfa4 sunxi: musb: Do not fully reset the controler from sunxi_musb_disable by Hans de Goede · 9 years ago
  17. e13afee sunxi: usb: Do not call phy_probe from hcd code by Hans de Goede · 9 years ago
  18. 2aacc42 sunxi: usb: Rename the usbc.? files to usb_phy.? by Hans de Goede · 9 years ago
  19. 7b79865 sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar by Hans de Goede · 9 years ago
  20. 375de01 sunxi: usb: Move setup of host controller clocks to the host controller drivers by Hans de Goede · 9 years ago
  21. 8c3dacf sunxi: Add basic A33 basic support by Vishnu Patekar · 10 years ago
  22. de31213 dm: usb: Add a uclass for USB controllers by Simon Glass · 10 years ago
  23. 2091301 Merge branch 'master' of http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  24. ebd468b sunxi: common VBUS detection logic in usbc by Paul Kocialkowski · 10 years ago
  25. 5eaacb4 sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic by Paul Kocialkowski · 10 years ago
  26. 2d48aa6 usb: modify usb_gadget_handle_interrupts to take controller index by Kishon Vijay Abraham I · 10 years ago
  27. 246e3b8 sunxi: musb: Fix some lo speed devices not working with musb host by Hans de Goede · 10 years ago
  28. 8a440b0 sunxi: musb: Return early on VBUS GPIO error instead of on a positive value by Paul Kocialkowski · 10 years ago
  29. e42add5 sunxi: musb: Support checking VBUS using AXP221 PMIC by Chen-Yu Tsai · 10 years ago
  30. 193d7d1 usb: musb-new: omap2430: Reset the MUSB controller early by Paul Kocialkowski · 10 years ago
  31. 52defe8 sunxi: musb: Check Vbus-det before enabling otg port power by Hans de Goede · 10 years ago
  32. b1b912d sunxi: otg: Fix peripheral mode by Hans de Goede · 10 years ago
  33. 904f2a8 musb-new: Add interrupt queue support by Hans de Goede · 10 years ago
  34. accf04c musb-new: Add urb and hep parameters to construct_urb by Hans de Goede · 10 years ago
  35. b918a0c musb-new: Properly remove a transfer from the schedule on timeout by Hans de Goede · 10 years ago
  36. 90cdc10 musb-new: Fix reset sequence when in host mode by Hans de Goede · 10 years ago
  37. e8672e3 musb-new: Fix interrupt transfers not working by Hans de Goede · 10 years ago
  38. dc9a391 musb-new: Use time based timeouts rather then cpu-cycles based timeouts by Hans de Goede · 10 years ago
  39. 28a15ef musb-new: Add sunxi musb controller support by Hans de Goede · 10 years ago
  40. 0f8bc53 musb-new: Add register defines for different reg layout on sunxi by Hans de Goede · 10 years ago
  41. 16b61d1 usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host mode by Daniel Mack · 10 years ago
  42. 3b61297 kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  43. 0c06db5 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  44. ab2f5c1 musb-new, dfu: first send request answer then call completions by Heiko Schocher · 11 years ago
  45. 078d730 usb: musb: fill in usb_gadget_unregister_driver by Rob Herring · 11 years ago
  46. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  47. 44e32c7 drivers: usb: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  48. 06d513e usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  49. d4c8aa9 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 11 years ago
  50. 2f96b06 linux/compat.h: move dev_err, dev_info and dev_dbg from usb driver to compat.h by Wu, Josh · 11 years ago
  51. 32f420b musb: Disable extra prints by Lokesh Vutla · 11 years ago
  52. 7a34278 usb, musb-new: add wdt trigger by Heiko Schocher · 11 years ago
  53. 1812201 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  54. 76b09b8 musb: set MUSB speed based on CONFIG by Bin Liu · 12 years ago
  55. 4de602f musb: am335x: disable bulk split-combine feature by Bin Liu · 12 years ago
  56. 472d546 Consolidate bool type by York Sun · 12 years ago
  57. 673a524 musb-new: omap2plus backend driver by Ilya Yanok · 12 years ago
  58. 833a53c musb-new: am35x backend driver by Ilya Yanok · 12 years ago
  59. 37931f0 musb-new: dsps backend driver by Ilya Yanok · 12 years ago
  60. eb81955 musb-new: port of Linux musb driver by Ilya Yanok · 12 years ago