1. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  2. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  3. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  4. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  5. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  6. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  7. deb45f8 usb: musb-new: Fix typo in caution message by Naoki Hayama · 4 years, 1 month ago
  8. aa7ebbb usb: musb-new: mt85xx: Fix not calling dev_err with a device by Sean Anderson · 4 years, 2 months ago
  9. 3e46486 usb: musb-new: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  10. 46362c7 usb: musb-new: sunxi: Fix not calling dev_err with a device by Sean Anderson · 4 years, 2 months ago
  11. 1b9711b usb: musb-new: sunxi: change trace level for phy errors managed by uclass by Patrick Delaunay · 4 years, 5 months ago
  12. 2280d33 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · 4 years, 4 months ago
  13. 61adc04 usb: Drop dm.h header file by Simon Glass · 4 years, 4 months ago
  14. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  15. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  16. c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
  17. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  18. 1b80705 usb: Migrate to support live DT for some driver by Kever Yang · 4 years, 9 months ago
  19. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  20. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  21. 64800e0 usb: musb-new: mt85xx: add musb-new gadget driver. by developer · 4 years, 10 months ago
  22. b18a960 usb: Drop use of BUG_ON() and WARN_ON() by Simon Glass · 5 years ago
  23. bd7a59a common: Move serial_printf() to the serial header by Simon Glass · 5 years ago
  24. 1c95b9f usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  25. b894d87 usb: musb-new: Add support for da8xx-musb by Adam Ford · 5 years ago
  26. 3f12cf1 usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGET by Derald D. Woods · 6 years ago
  27. e8d02b6 usb: Select USB_MUSB_DSPS with USB_MUSB_TI by Alex Kiernan · 6 years ago
  28. e1269f4 configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to Kconfig by Alex Kiernan · 6 years ago
  29. ce8a697 musb-new: sunxi: Use CLK and RESET support by Jagan Teki · 6 years ago
  30. 4beaec1 usb: musb-new: sunxi: Fix null pointer access by Stefan Mavrodiev · 6 years ago
  31. 57118f6 usb: musb-new: Add support for DM_USB by Jean-Jacques Hiblot · 6 years ago
  32. c1f9ba3 usb: musb-new: Allow the diver not to use the set_phy_power() callback by Jean-Jacques Hiblot · 6 years ago
  33. 9dc0d5c dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · 6 years ago
  34. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  35. 501607a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  36. 7e8fd77 usb: musb-new: Call musb_platform_exit from musb_stop by Jagan Teki · 6 years ago
  37. 1d0d63e usb: musb-new: sunxi: Add proper musb exit support by Jagan Teki · 6 years ago
  38. 2e8e67c musb-new: sunxi: Access ahb_reset0_cfg via ccm offset by Jagan Teki · 6 years ago
  39. d0edfee usb: musb-new: sunxi: Allocate struct phy in private by Jagan Teki · 6 years ago
  40. f0a6d79 usb: musb-new: Fix improper musb host pointer by Jagan Teki · 6 years ago
  41. 0b957cd usb: musb-new: omap2430: Enable DM_USB and OF support by Adam Ford · 6 years ago
  42. d5856d8 usb: musb-new: omap2430: Remove dead code by Adam Ford · 6 years ago
  43. 9aadafc bug.h: introduce WARN_ONCE by Ramon Fried · 6 years ago
  44. 137fc75 usb: sunxi: Switch to use generic-phy by Jagan Teki · 7 years ago
  45. 37671e1 phy: sun4i-usb: Add a sunxi specific function for setting squelch-detect by Jagan Teki · 7 years ago
  46. caad3d5 musb: sunxi: Add support for H3/H5/A64 by Jagan Teki · 7 years ago
  47. cecffaa musb: sunxi: Use BIT instead of numerical shift by Jagan Teki · 7 years ago
  48. 767a58e musb: sunxi: Add OTG device clkgate and reset for H3/H5 by Jagan Teki · 7 years ago
  49. 65ce496 musb: sunxi: Add fifo config by Jagan Teki · 7 years ago
  50. 69bb76e musb: sunxi: Use simple way to fill musb_hdrc pdata by Jagan Teki · 7 years ago
  51. 4e5af30 musb: sunxi: Add proper macros instead of numericals by Jagan Teki · 7 years ago
  52. fda1569 usb: sunxi: Simplify ccm reg base code by Jagan Teki · 7 years ago
  53. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  54. 236fc69 spl: disk: usb: Add dependencies to sprintf/strto* by Alex Kiernan · 7 years ago
  55. 9d3e6c3 Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig by Adam Ford · 7 years ago
  56. 6310755 musb: sunxi: Use base address from device tree by Chen-Yu Tsai · 7 years ago
  57. 121973a Merge git://git.denx.de/u-boot-sunxi by Tom Rini · 7 years ago
  58. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  59. bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
  60. 847bcf0 musb: sunxi: switch to the device model by Maxime Ripard · 7 years ago
  61. 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  62. e6dd8da dm: core: Update device_bind_driver_to_node() to use ofnode by Simon Glass · 8 years ago
  63. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  64. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago
  65. 8d4bfb8 omap4: Drop redundant CONFIG_OMAP4430 symbol by Tom Rini · 8 years ago
  66. 5545c1c musb: properly detect failed initialization of controller by Heinrich Schuchardt · 8 years ago
  67. 210ebce Blackfin: Remove by Tom Rini · 8 years ago
  68. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  69. 2d6f8c0 drivers: usb: musb: add ti musb host driver with driver model support by Mugunthan V N · 8 years ago
  70. 9224f61 drivers: usb: musb: adopt musb backend driver to driver model by Mugunthan V N · 8 years ago
  71. 5b5479c drivers: usb: musb: add ti musb misc driver for wrapper by Mugunthan V N · 8 years ago
  72. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  73. 4a67d73 sunxi: musb: Re-init musb controller on repeated probe calls by Hans de Goede · 8 years ago
  74. d64afdc sunxi: musb: Power off OTG port VBUS when disabled by Chen-Yu Tsai · 8 years ago
  75. 8d56db9 Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  76. 779afb6 sunxi: musb: Properly turn of musb controller before booting by Hans de Goede · 8 years ago
  77. b4a0bf7 usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig by Sam Protsenko · 9 years ago
  78. 2ec5be6 musb: Properly call musb_stop() on probe failure by Hans de Goede · 9 years ago
  79. ec89e16 musb: sunxi: Do not allocate musb struct multiple times by Hans de Goede · 9 years ago
  80. 05bc3f4 drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller. by Purna Chandra Mandal · 9 years ago
  81. 043636d drivers: remove writes{b,w,l,q} and reads{b,w,l,q}. by Purna Chandra Mandal · 9 years ago
  82. 1c47163 musb: sunxi: Add support for A83T by Chen-Yu Tsai · 9 years ago
  83. d5a43ba usb: musb-new: omap2430: OMAP4 MUSB USB controller support by Paul Kocialkowski · 9 years ago
  84. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  85. 8f53bf0 usb: musb: Fix hub port setting for SPLIT transactions by Stefan Brüns · 9 years ago
  86. a010568 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
  87. bce07f6 sunxi: musb: Implement dfu_usb_get_reset() by Siarhei Siamashka · 9 years ago
  88. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  89. 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  90. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  91. 3b1bb09 arm: Remove unused ST-Ericsson u8500 arch by Stefan Roese · 9 years ago
  92. da6c37b sunxi: musb: Drop no longer accurate comment in Kconfig help text by Hans de Goede · 9 years ago
  93. 39c119d sunxi: usb-phy: Never power off the usb ports by Hans de Goede · 9 years ago
  94. 9634fa5 musb: sunxi: Force EP0 on re-enable by Maxime Ripard · 9 years ago
  95. e16ab87 sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig by Paul Kocialkowski · 9 years ago
  96. f4865f5 usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET by Paul Kocialkowski · 9 years ago
  97. f34dfcb usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  98. 78c2e64 sunxi: musb: Stop treating not having a vbus-det gpio as an error by Hans de Goede · 9 years ago
  99. 31e4f6f sunxi: musb: Improve output during probing by Hans de Goede · 9 years ago
  100. 0b3845a sunxi: musb: Use device-model for musb host mode by Hans de Goede · 9 years ago