1. 7f7409b sunxi: Enable both ehci and otg in host mode on various boards by Hans de Goede · 9 years ago
  2. a51c832 sunxi: ga10h: Enable both otg and regular usb host controllers by Hans de Goede · 9 years ago
  3. 9ecce97 sunxi: musb: Stop treating not having a vbus-det gpio as an error by Hans de Goede · 9 years ago
  4. 56a2085 sunxi: musb: Improve output during probing by Hans de Goede · 9 years ago
  5. 91183ba sunxi: musb: Use device-model for musb host mode by Hans de Goede · 9 years ago
  6. d42faf3 sunxi: musb: Move musb config and platdata to the sunxi-musb glue by Hans de Goede · 9 years ago
  7. 71cbe0d sunxi: musb: Add id pin support by Hans de Goede · 9 years ago
  8. b41972e sunxi: musb: Move vbus check to sunxi_musb_enable by Hans de Goede · 9 years ago
  9. 48c06c9 sunxi: usb-phy: Add support for reading otg id pin value by Hans de Goede · 9 years ago
  10. de1502c sunxi: Enable CMD_USB and USB_STORAGE by default on sunxi by Hans de Goede · 9 years ago
  11. 4536882 sunxi: Update selects in arch/arm/Kconfig for DM conversions by Tom Rini · 9 years ago
  12. d08980d sunxi: Remove bogus uart entry from utoo-p66 dts file by Hans de Goede · 9 years ago
  13. bf5b9b1 sunxi: spl: Remove redundant check from `board_mmc_init` for signature by Daniel Kochmański · 9 years ago
  14. a151403 sunxi: spl: Detect at runtime where SPL was read from by Daniel Kochmański · 9 years ago
  15. 645c48f sunxi: Create helper function veryfing valid boot signature on MMC by Daniel Kochmański · 9 years ago
  16. 1b26bab mmc: Protect `mmc_initialize` from initialising mmc multiple times by Daniel Kochmański · 9 years ago
  17. 413978d Merge git://git.denx.de/u-boot-uniphier by Tom Rini · 9 years ago
  18. 62102be ARM: UniPhier: document reference support card by Masahiro Yamada · 9 years ago
  19. f1d7945 ARM: dts: UniPhier: add I2C ch4 device node for PH1-sLD3 by Masahiro Yamada · 9 years ago
  20. 3365b4e ARM: UniPhier: add PH1-sLD3 SoC support by Masahiro Yamada · 9 years ago
  21. ad6670e ARM: UniPhier: update CONFIG_BOOTARGS by Masahiro Yamada · 9 years ago
  22. d259449 ARM: UniPhier: disable CONFIG_FIT by Masahiro Yamada · 9 years ago
  23. e037db0 ARM: UniPhier: add environment variable for TFTP boot by Masahiro Yamada · 9 years ago
  24. 421376a ARM: UniPhier: add environment sets for non-FIT Linux boot by Masahiro Yamada · 9 years ago
  25. 6b71e6d ARM: dts: UniPhier: add device-specific compatible string for EEPROM by Masahiro Yamada · 9 years ago
  26. 3c9cc70 Merge git://git.denx.de/u-boot-marvell by Tom Rini · 9 years ago
  27. 9e30b31 arm: mvebu: db-88f6820: Add SPL support with DDR init code by Stefan Roese · 10 years ago
  28. ad6ac7a arm: mvebu: a38x: Use correct PEX register access macros by Stefan Roese · 9 years ago
  29. f1df936 arm: mvebu: Add Armada 38x DDR3 training code from Marvell bin_hdr by Stefan Roese · 10 years ago
  30. ff9112d arm: mvebu: drivers/ddr: Move Armada XP DDR init code into new directory by Stefan Roese · 10 years ago
  31. edb4702 arm: mvebu: Add Armada 38x SERDES / PHY init code from Marvell bin_hdr by Stefan Roese · 10 years ago
  32. 29b103c arm: mvebu: serdes: Move Armada XP SERDES / PHY init code into new directory by Stefan Roese · 10 years ago
  33. c25012b Makefile: Fix mvebu build target to use SPL load and exe-address by Stefan Roese · 10 years ago
  34. 9f62b44 arm: mvebu: Disable MMU before changing register base address by Stefan Roese · 10 years ago
  35. e3cccf9 arm: mvebu: spl.c: Add call to board_early_init_f() by Stefan Roese · 10 years ago
  36. 2142770 arm: mvebu: Use default reg base address for SPL on A38x by Stefan Roese · 10 years ago
  37. ade741b arm: mvebu: Call timer_init early before PHY and DDR init by Stefan Roese · 9 years ago
  38. e863f7f arm: mvebu: add Armada XP SATA support by Anton Schubert · 9 years ago
  39. 6b9f9ea linux_compat: handle __GFP_ZERO in kmalloc() by Masahiro Yamada · 9 years ago
  40. ebc3328 linux_compat: move vzalloc() to header file as an inline function by Masahiro Yamada · 9 years ago
  41. 3721eaf linux_compat: remove cpu_relax() define by Masahiro Yamada · 9 years ago
  42. 5f7e310 x86: delete unneeded declarations of disable_irq() and enable_irq() by Masahiro Yamada · 9 years ago
  43. b86f795 net: Allow drivers to return -ENOSYS with the write_hwaddr() method by Simon Glass · 9 years ago
  44. fbc4b8a dm: usb: eth: Add driver-model support to the asix driver by Simon Glass · 9 years ago
  45. 2b53b07 dm: usb: Add driver-model support to ehci-pci by Simon Glass · 9 years ago
  46. 4a41cc1 x86: minnowmax: Drop the cache line size hack by Simon Glass · 9 years ago
  47. abb59cf dm: usb: Adjust the USB_DEVICE() macro naming by Simon Glass · 9 years ago
  48. c8c2797 dm: usb: eth: Support driver model with USB Ethernet by Simon Glass · 9 years ago
  49. a1ca92e dm: eth: Avoid blocking on packet reception by Simon Glass · 9 years ago
  50. 6955909 dm: usb: Avoid using USB ethernet with CONFIG_DM_USB and no DM_ETH by Simon Glass · 9 years ago
  51. b483915 dm: usb: Correct the struct usb_driver_entry comment by Simon Glass · 9 years ago
  52. 4b515e4 dm: pci: Add a function to get the BDF for a device by Simon Glass · 9 years ago
  53. d0a5a0b dm: eth: Add driver-model support to the rtl8169 driver by Simon Glass · 9 years ago
  54. aba9296 dm: pci: Add support for PCI driver matching by Simon Glass · 9 years ago
  55. e62b526 usb: Update some EHCI driver licenses to use SPDX by Simon Glass · 9 years ago
  56. 19df0bc usb: ehci: Correct a missing hypen in an error message by Simon Glass · 9 years ago
  57. 36d7cc1 dm: core: Add \n to two dm_warn() messages by Simon Glass · 9 years ago
  58. 09e7ea4 musb: Add device-model support to the musb-host u-boot glue by Hans de Goede · 9 years ago
  59. fc85d39 musb: Add musb_host_data struct to hold global data by Hans de Goede · 9 years ago
  60. 1398252 musb: Rename and wrap public functions by Hans de Goede · 9 years ago
  61. e740ca3 musb: Update usb-compat to work with struct usb_device without a parent ptr by Hans de Goede · 9 years ago
  62. 1583723 musb: Allow musb_platform_enable to return an error code by Hans de Goede · 9 years ago
  63. fd1bd21 dm: usb: Do not assume that first child is always a hub by Hans de Goede · 9 years ago
  64. b2f219b dm: usb: Allow usb host drivers to implement usb_reset_root_port by Hans de Goede · 9 years ago
  65. 9b510df dm: usb: Rename usb_find_child to usb_find_emul_child by Hans de Goede · 9 years ago
  66. 6cda369 dm: usb: Use device_unbind_children to clean up usb devs on stop by Hans de Goede · 9 years ago
  67. e5c4564 dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea by Hans de Goede · 9 years ago
  68. c27b329 dm: usb: Fix "usb tree" output by Hans de Goede · 9 years ago
  69. bb52b36 dm: Export device_remove_children / device_unbind_children by Hans de Goede · 9 years ago
  70. 8802f56 usb: Add an usb_device parameter to usb_reset_root_port by Hans de Goede · 9 years ago
  71. 682c9f8 usb: Pass device instead of portnr to usb_legacy_port_reset by Hans de Goede · 9 years ago
  72. 9eb72dd usb: usb_setup_device: Drop unneeded portnr function argument by Hans de Goede · 9 years ago
  73. 6bfe80e usb: Drop device-model specific copy of usb_legacy_port_reset by Hans de Goede · 9 years ago
  74. 04c5ee4 dm: remove redundant CONFIG_DM from driver/core/Makefile by Masahiro Yamada · 9 years ago
  75. 1f5dd47 dm: do not set DM_FLAG_ACTIVATED twice by Masahiro Yamada · 9 years ago
  76. 643e690 dm: change dm_warn() message into debug() in uclass_add() by Masahiro Yamada · 9 years ago
  77. 86075ba test: Add a test for regmap by Simon Glass · 9 years ago
  78. 9f4629b dm: core: Add device checking to syscon_get_regmap() by Simon Glass · 9 years ago
  79. 85aeda4 test: Add a macro to check that a value is not an error pointer by Simon Glass · 9 years ago
  80. 0503e82 dm: test: Add a size to each reg property by Simon Glass · 9 years ago
  81. 04035fd dm: test: Add a test for the system controller uclass by Simon Glass · 9 years ago
  82. 3c43fba dm: test: Add a test for the LED uclass by Simon Glass · 9 years ago
  83. fb8a5ff led: Return -ENODEV if the LED device cannot be found by Simon Glass · 9 years ago
  84. 8e6cc46 dm: test: Add a test for the mmc uclass by Simon Glass · 9 years ago
  85. 64ce0ca dm: test: Add a test for the ram uclass by Simon Glass · 9 years ago
  86. 201c29a dm: test: Add a test for the reset uclass by Simon Glass · 9 years ago
  87. 5010d98 sandbox: Use the reset driver to handle reset by Simon Glass · 9 years ago
  88. b9d33fa sandbox: Add a warm and cold reset driver by Simon Glass · 9 years ago
  89. 1704d08 dm: reset: Allow reset_walk() to return by Simon Glass · 9 years ago
  90. dc6f4d3 sandbox: Support multiple reset types by Simon Glass · 9 years ago
  91. 6a1c7ce dm: test: Add tests for the clk uclass by Simon Glass · 9 years ago
  92. c02790c dm: test: Allow test names to leave out the dm_test_ prefix by Simon Glass · 9 years ago
  93. 97f3ee3 dm: Add platform data advice and admonishment by Simon Glass · 9 years ago
  94. e15bb3e power: pmic: Use trailing_strtol() instead of a local function by Simon Glass · 9 years ago
  95. f26c8a8 dm: Add a clock uclass by Simon Glass · 9 years ago
  96. 30db918 zynq: Rename struct clk_ops to zynq_clk_ops by Simon Glass · 9 years ago
  97. f991745 dm: Add a system reset uclass by Simon Glass · 9 years ago
  98. 92a655c mkimage: Set up a file size parameter and keep it updated by Simon Glass · 9 years ago
  99. aea3d40 spl: Add a debug string before the jump to U-Boot by Simon Glass · 9 years ago
  100. 070d00b dm: spl: Allow device tree/driver model in board_init_f() by Simon Glass · 9 years ago