1. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  2. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  3. a93cff2 usb: musb-new: Fix typo in caution message by Naoki Hayama · 4 years ago
  4. 0b4826a usb: musb-new: mt85xx: Fix not calling dev_err with a device by Sean Anderson · 4 years, 1 month ago
  5. e010524 usb: musb-new: Include device_compat.h by Sean Anderson · 4 years, 1 month ago
  6. 7fe8cfd usb: musb-new: sunxi: Fix not calling dev_err with a device by Sean Anderson · 4 years, 1 month ago
  7. c1e1dbb usb: musb-new: sunxi: change trace level for phy errors managed by uclass by Patrick Delaunay · 4 years, 4 months ago
  8. 4865441 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · 4 years, 3 months ago
  9. 1617862 usb: Drop dm.h header file by Simon Glass · 4 years, 3 months ago
  10. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  11. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  12. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 5 months ago
  13. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  14. ac28e59 usb: Migrate to support live DT for some driver by Kever Yang · 4 years, 8 months ago
  15. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  16. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 9 months ago
  17. 7d017d6 usb: musb-new: mt85xx: add musb-new gadget driver. by mingming lee · 4 years, 9 months ago
  18. 1058eec usb: Drop use of BUG_ON() and WARN_ON() by Simon Glass · 4 years, 10 months ago
  19. f516fd9 common: Move serial_printf() to the serial header by Simon Glass · 5 years ago
  20. 3437121 usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  21. 5608331 usb: musb-new: Add support for da8xx-musb by Adam Ford · 5 years ago
  22. 9adaa03 usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGET by Derald D. Woods · 5 years ago
  23. 17982a2 usb: Select USB_MUSB_DSPS with USB_MUSB_TI by Alex Kiernan · 6 years ago
  24. ad99147 configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to Kconfig by Alex Kiernan · 6 years ago
  25. b9aa0a9 musb-new: sunxi: Use CLK and RESET support by Jagan Teki · 6 years ago
  26. 46a3f27 usb: musb-new: sunxi: Fix null pointer access by Stefan Mavrodiev · 6 years ago
  27. 7d98dbc usb: musb-new: Add support for DM_USB by Jean-Jacques Hiblot · 6 years ago
  28. 1594c75 usb: musb-new: Allow the diver not to use the set_phy_power() callback by Jean-Jacques Hiblot · 6 years ago
  29. 0131162 dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · 6 years ago
  30. fd09c20 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  31. 15fd1b7 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  32. 12069bd usb: musb-new: Call musb_platform_exit from musb_stop by Jagan Teki · 6 years ago
  33. 14b6a07 usb: musb-new: sunxi: Add proper musb exit support by Jagan Teki · 6 years ago
  34. 1034bcc musb-new: sunxi: Access ahb_reset0_cfg via ccm offset by Jagan Teki · 6 years ago
  35. 622fd2b usb: musb-new: sunxi: Allocate struct phy in private by Jagan Teki · 6 years ago
  36. 8b8d59f usb: musb-new: Fix improper musb host pointer by Jagan Teki · 6 years ago
  37. 1a35526 usb: musb-new: omap2430: Enable DM_USB and OF support by Adam Ford · 6 years ago
  38. 10d5ed9 usb: musb-new: omap2430: Remove dead code by Adam Ford · 6 years ago
  39. 948f32c bug.h: introduce WARN_ONCE by Ramon Fried · 6 years ago
  40. dd32281 usb: sunxi: Switch to use generic-phy by Jagan Teki · 6 years ago
  41. aa29b11 phy: sun4i-usb: Add a sunxi specific function for setting squelch-detect by Jagan Teki · 6 years ago
  42. 223278c musb: sunxi: Add support for H3/H5/A64 by Jagan Teki · 6 years ago
  43. 5c5fe88 musb: sunxi: Use BIT instead of numerical shift by Jagan Teki · 6 years ago
  44. 9d12a82 musb: sunxi: Add OTG device clkgate and reset for H3/H5 by Jagan Teki · 6 years ago
  45. 97202dd musb: sunxi: Add fifo config by Jagan Teki · 6 years ago
  46. 98424b7 musb: sunxi: Use simple way to fill musb_hdrc pdata by Jagan Teki · 6 years ago
  47. ae8b78d musb: sunxi: Add proper macros instead of numericals by Jagan Teki · 6 years ago
  48. 831cc98 usb: sunxi: Simplify ccm reg base code by Jagan Teki · 6 years ago
  49. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  50. ab9e12f spl: disk: usb: Add dependencies to sprintf/strto* by Alex Kiernan · 7 years ago
  51. 8636222 Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig by Adam Ford · 7 years ago
  52. f4f9896 musb: sunxi: Use base address from device tree by Chen-Yu Tsai · 7 years ago
  53. 4f42a0d Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  54. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  55. b44b302 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
  56. 3a61b08 musb: sunxi: switch to the device model by Maxime Ripard · 7 years ago
  57. daab59a avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  58. 45a2686 dm: core: Update device_bind_driver_to_node() to use ofnode by Simon Glass · 7 years ago
  59. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  60. 9d92245 dm: Use dm.h header when driver mode is used by Simon Glass · 7 years ago
  61. 77777f7 omap4: Drop redundant CONFIG_OMAP4430 symbol by Tom Rini · 7 years ago
  62. 2511b2e musb: properly detect failed initialization of controller by Heinrich Schuchardt · 8 years ago
  63. ea3310e Blackfin: Remove by Tom Rini · 8 years ago
  64. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  65. ae6acf9 drivers: usb: musb: add ti musb host driver with driver model support by Mugunthan V N · 8 years ago
  66. 1cac34c drivers: usb: musb: adopt musb backend driver to driver model by Mugunthan V N · 8 years ago
  67. 28b8d5f drivers: usb: musb: add ti musb misc driver for wrapper by Mugunthan V N · 8 years ago
  68. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  69. 7c22e26 sunxi: musb: Re-init musb controller on repeated probe calls by Hans de Goede · 8 years ago
  70. 57075a4 sunxi: musb: Power off OTG port VBUS when disabled by Chen-Yu Tsai · 8 years ago
  71. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  72. bca4c3c sunxi: musb: Properly turn of musb controller before booting by Hans de Goede · 8 years ago
  73. 3457bba usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig by Sam Protsenko · 9 years ago
  74. bf31323 musb: Properly call musb_stop() on probe failure by Hans de Goede · 9 years ago
  75. 38b4a3e musb: sunxi: Do not allocate musb struct multiple times by Hans de Goede · 9 years ago
  76. 03b8e04 drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller. by Purna Chandra Mandal · 9 years ago
  77. 6d94810 drivers: remove writes{b,w,l,q} and reads{b,w,l,q}. by Purna Chandra Mandal · 9 years ago
  78. 96fccb1 musb: sunxi: Add support for A83T by Chen-Yu Tsai · 9 years ago
  79. 27754d1 usb: musb-new: omap2430: OMAP4 MUSB USB controller support by Paul Kocialkowski · 9 years ago
  80. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  81. ac3abf0 usb: musb: Fix hub port setting for SPLIT transactions by Stefan Brüns · 9 years ago
  82. faa7db2 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
  83. 6047a3a sunxi: musb: Implement dfu_usb_get_reset() by Siarhei Siamashka · 9 years ago
  84. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  85. da58dec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  86. bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  87. 68282f5 arm: Remove unused ST-Ericsson u8500 arch by Stefan Roese · 9 years ago
  88. 7806b75 sunxi: musb: Drop no longer accurate comment in Kconfig help text by Hans de Goede · 9 years ago
  89. c9f8947 sunxi: usb-phy: Never power off the usb ports by Hans de Goede · 9 years ago
  90. 1feda63 musb: sunxi: Force EP0 on re-enable by Maxime Ripard · 9 years ago
  91. 6bed24c sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig by Paul Kocialkowski · 9 years ago
  92. 5d6c2f4 usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET by Paul Kocialkowski · 9 years ago
  93. 95de1e2 usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  94. 9ecce97 sunxi: musb: Stop treating not having a vbus-det gpio as an error by Hans de Goede · 9 years ago
  95. 56a2085 sunxi: musb: Improve output during probing by Hans de Goede · 9 years ago
  96. 91183ba sunxi: musb: Use device-model for musb host mode by Hans de Goede · 9 years ago
  97. d42faf3 sunxi: musb: Move musb config and platdata to the sunxi-musb glue by Hans de Goede · 9 years ago
  98. 71cbe0d sunxi: musb: Add id pin support by Hans de Goede · 9 years ago
  99. b41972e sunxi: musb: Move vbus check to sunxi_musb_enable by Hans de Goede · 9 years ago
  100. 3721eaf linux_compat: remove cpu_relax() define by Masahiro Yamada · 9 years ago