1. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  2. 7fe8cfd usb: musb-new: sunxi: Fix not calling dev_err with a device by Sean Anderson · 4 years, 1 month ago
  3. c1e1dbb usb: musb-new: sunxi: change trace level for phy errors managed by uclass by Patrick Delaunay · 4 years, 4 months ago
  4. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  5. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  6. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  7. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  8. b9aa0a9 musb-new: sunxi: Use CLK and RESET support by Jagan Teki · 6 years ago
  9. 46a3f27 usb: musb-new: sunxi: Fix null pointer access by Stefan Mavrodiev · 6 years ago
  10. 0131162 dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · 6 years ago
  11. 14b6a07 usb: musb-new: sunxi: Add proper musb exit support by Jagan Teki · 6 years ago
  12. 1034bcc musb-new: sunxi: Access ahb_reset0_cfg via ccm offset by Jagan Teki · 6 years ago
  13. 622fd2b usb: musb-new: sunxi: Allocate struct phy in private by Jagan Teki · 6 years ago
  14. 8b8d59f usb: musb-new: Fix improper musb host pointer by Jagan Teki · 6 years ago
  15. dd32281 usb: sunxi: Switch to use generic-phy by Jagan Teki · 6 years ago
  16. aa29b11 phy: sun4i-usb: Add a sunxi specific function for setting squelch-detect by Jagan Teki · 6 years ago
  17. 5c5fe88 musb: sunxi: Use BIT instead of numerical shift by Jagan Teki · 6 years ago
  18. 9d12a82 musb: sunxi: Add OTG device clkgate and reset for H3/H5 by Jagan Teki · 6 years ago
  19. 97202dd musb: sunxi: Add fifo config by Jagan Teki · 6 years ago
  20. 98424b7 musb: sunxi: Use simple way to fill musb_hdrc pdata by Jagan Teki · 6 years ago
  21. ae8b78d musb: sunxi: Add proper macros instead of numericals by Jagan Teki · 6 years ago
  22. 831cc98 usb: sunxi: Simplify ccm reg base code by Jagan Teki · 6 years ago
  23. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  24. f4f9896 musb: sunxi: Use base address from device tree by Chen-Yu Tsai · 7 years ago
  25. 3a61b08 musb: sunxi: switch to the device model by Maxime Ripard · 7 years ago
  26. 9d92245 dm: Use dm.h header when driver mode is used by Simon Glass · 7 years ago
  27. 7c22e26 sunxi: musb: Re-init musb controller on repeated probe calls by Hans de Goede · 8 years ago
  28. 57075a4 sunxi: musb: Power off OTG port VBUS when disabled by Chen-Yu Tsai · 8 years ago
  29. bca4c3c sunxi: musb: Properly turn of musb controller before booting by Hans de Goede · 8 years ago
  30. 38b4a3e musb: sunxi: Do not allocate musb struct multiple times by Hans de Goede · 9 years ago
  31. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  32. 6047a3a sunxi: musb: Implement dfu_usb_get_reset() by Siarhei Siamashka · 9 years ago
  33. c9f8947 sunxi: usb-phy: Never power off the usb ports by Hans de Goede · 9 years ago
  34. 1feda63 musb: sunxi: Force EP0 on re-enable by Maxime Ripard · 9 years ago
  35. 95de1e2 usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  36. 9ecce97 sunxi: musb: Stop treating not having a vbus-det gpio as an error by Hans de Goede · 9 years ago
  37. 56a2085 sunxi: musb: Improve output during probing by Hans de Goede · 9 years ago
  38. 91183ba sunxi: musb: Use device-model for musb host mode by Hans de Goede · 9 years ago
  39. d42faf3 sunxi: musb: Move musb config and platdata to the sunxi-musb glue by Hans de Goede · 9 years ago
  40. 71cbe0d sunxi: musb: Add id pin support by Hans de Goede · 9 years ago
  41. b41972e sunxi: musb: Move vbus check to sunxi_musb_enable by Hans de Goede · 9 years ago
  42. 1583723 musb: Allow musb_platform_enable to return an error code by Hans de Goede · 9 years ago
  43. 998b8ab sunxi: musb: Remove unused sunxi_musb_exit method by Hans de Goede · 9 years ago
  44. e1abfa4 sunxi: musb: Do not fully reset the controler from sunxi_musb_disable by Hans de Goede · 9 years ago
  45. e13afee sunxi: usb: Do not call phy_probe from hcd code by Hans de Goede · 9 years ago
  46. 2aacc42 sunxi: usb: Rename the usbc.? files to usb_phy.? by Hans de Goede · 9 years ago
  47. 7b79865 sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar by Hans de Goede · 9 years ago
  48. 375de01 sunxi: usb: Move setup of host controller clocks to the host controller drivers by Hans de Goede · 9 years ago
  49. ebd468b sunxi: common VBUS detection logic in usbc by Paul Kocialkowski · 10 years ago
  50. 5eaacb4 sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic by Paul Kocialkowski · 10 years ago
  51. 8a440b0 sunxi: musb: Return early on VBUS GPIO error instead of on a positive value by Paul Kocialkowski · 10 years ago
  52. e42add5 sunxi: musb: Support checking VBUS using AXP221 PMIC by Chen-Yu Tsai · 10 years ago
  53. 52defe8 sunxi: musb: Check Vbus-det before enabling otg port power by Hans de Goede · 10 years ago
  54. b1b912d sunxi: otg: Fix peripheral mode by Hans de Goede · 10 years ago
  55. 28a15ef musb-new: Add sunxi musb controller support by Hans de Goede · 10 years ago