1. 25a9e98 net: smsc95xx: Correct the error numbers by Simon Glass · 9 years ago
  2. d62a1dc net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE by Simon Glass · 9 years ago
  3. a269259 net: smsc95xx: Sort the include files by Simon Glass · 9 years ago
  4. f58a41e dm: usb: Add driver-model support to dwc2 by Simon Glass · 9 years ago
  5. cc3e3a9 dm: usb: Prepare dwc2 driver for driver-model conversion by Simon Glass · 9 years ago
  6. 2e5350f dm: usb: Add an errno.h header to usb_ether.c by Simon Glass · 9 years ago
  7. 12dc8e7 dm: Make regmap and syscon optional by Simon Glass · 9 years ago
  8. 28445aa lib/fdtdec: Fix fdt_addr_t and fdt_size_t typedef by York Sun · 9 years ago
  9. fdb9f34 lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type by York Sun · 9 years ago
  10. d1de41d exynos: Add support for spring by Simon Glass · 9 years ago
  11. a7a73ef exynos: video: Remove non-device-tree code by Simon Glass · 9 years ago
  12. 5ae3a5e dts: Drop unused compatible ID for the NXP video bridge by Simon Glass · 9 years ago
  13. 68964db video: Remove the old parade driver by Simon Glass · 9 years ago
  14. 24696e2 cros_ec: Remove the old tunnel code by Simon Glass · 9 years ago
  15. 05bccbc power: Remove old TPS65090 drivers by Simon Glass · 9 years ago
  16. 54abb00 exynos: Drop old exynos5250-specific board code by Simon Glass · 9 years ago
  17. c512123 exynos: Drop old exynos5420-specific board code by Simon Glass · 9 years ago
  18. bf637ea exynos: config: Move common options to the common headers and tidy up by Simon Glass · 9 years ago
  19. bae3433 exynos: Remove unneeded device tree control #ifdefs by Simon Glass · 9 years ago
  20. d4061aa exynos: Enable new features for exynos5 boards by Simon Glass · 9 years ago
  21. c65dc7d exynos: Add common board code for exynos5 boards that use device tree by Simon Glass · 9 years ago
  22. 8bba6cc exynos: dts: Drop the old TPS65090 I2C node by Simon Glass · 9 years ago
  23. fa9ec45 dts: exynos: snow: Add a new node for the NXP video bridge driver by Simon Glass · 9 years ago
  24. 48b6c32 dts: exynos: pit: Add a new node for the parade video bridge driver by Simon Glass · 9 years ago
  25. 59408eb dts: exynos: snow: Add memory layout description by Simon Glass · 9 years ago
  26. eca4866 dm: gpio: Check a GPIO is valid before using it by Simon Glass · 9 years ago
  27. 71db634 exynos: Tidy up CPU frequency display by Simon Glass · 9 years ago
  28. 129c942 exynos: video: Correct debug output by Simon Glass · 9 years ago
  29. a507454 exynos: Add support for the DisplayPort hotplug detect by Simon Glass · 9 years ago
  30. c95ed7d exynos: Correct return value in exynos_mmc_init() by Simon Glass · 9 years ago
  31. c7d50e7 exynos: spi: Convert the timeout to debug() by Simon Glass · 9 years ago
  32. 048dba0 dm: video: Add support for the NXP PTN3460 bridge by Simon Glass · 9 years ago
  33. bcd5dff dm: video: Add support for the Parade PS8622/625 bridge by Simon Glass · 9 years ago
  34. 5eaeada video: Work around lack of pinctrl by Simon Glass · 9 years ago
  35. 801ab9e dm: video: Add support for video bridges by Simon Glass · 9 years ago
  36. 224d1dd dm: pmic: Display the regulator limits on error by Simon Glass · 9 years ago
  37. d08504d dm: power: Don't return an error when regulators are not autoset by Simon Glass · 9 years ago
  38. 75a429f dm: pmic: max77686: Support all BUCK regulators by Simon Glass · 9 years ago
  39. 8c42870 dm: power: max77686: Correct BUCK register access by Simon Glass · 9 years ago
  40. cd367d8 dm: pmic: Correct the pmic_reg_write() implementation by Simon Glass · 9 years ago
  41. b5ffa4f dm: pmic: max77686: Correct a few nits by Simon Glass · 9 years ago
  42. f615e6a dm: power: Add support for S5M8767 regulators by Simon Glass · 9 years ago
  43. d308c01 dm: power: Add support for the S5M8767 PMIC by Simon Glass · 9 years ago
  44. 1c88b67 dm: power: Add support for TPS65090 FETs by Simon Glass · 9 years ago
  45. 151b223 dm: power: Add a new driver for the TPS65090 PMIC by Simon Glass · 9 years ago
  46. 7fb5739 exynos: Enable the debug UART in SPL by Simon Glass · 9 years ago
  47. bf6e702 exynos: Add debug UART support for Samsung S5P serial by Simon Glass · 9 years ago
  48. 89ca935 exynos: serial: Refactor init code for debug UART by Simon Glass · 9 years ago
  49. f48eaf0 cros_ec: Support the LDO access method used by spring by Simon Glass · 9 years ago
  50. cc456bd dm: cros_ec: Convert the I2C tunnel code to use driver model by Simon Glass · 9 years ago
  51. a0942a6 exynos: dts: Support EC tunnel and main TPS65090 regulator by Simon Glass · 9 years ago
  52. 1a17c39 exynos: dts: Add PMIC and regulator definitions by Simon Glass · 9 years ago
  53. f1ac35b exynos: dts: Sync up I2C ports with the kernel by Simon Glass · 9 years ago
  54. 45d9ae8 exynos: i2c: Tidy up the driver model code by Simon Glass · 9 years ago
  55. 26ea768 exynos: i2c: Fix code style with ReadWriteByte() by Simon Glass · 9 years ago
  56. b725dc4 i2c: Add a mux for GPIO-based I2C bus arbitration by Simon Glass · 9 years ago
  57. 3d1957f dm: i2c: Add support for multiplexed I2C buses by Simon Glass · 9 years ago
  58. df358c6 dm: i2c: Add a function to transfer messages by Simon Glass · 9 years ago
  59. 7fc65bc dm: i2c: Move definitions to the top of the header file by Simon Glass · 9 years ago
  60. 25a0fb4 dm: i2c: Correct comment nits in dm_i2c_reg_read/write() by Simon Glass · 9 years ago
  61. 7d7db22 dm: i2c: Add a message debug function by Simon Glass · 9 years ago
  62. d82ba4c dm: core: Support finding a device by phandle by Simon Glass · 9 years ago
  63. 389f185 dm: usb: fix USB Ethernet without CONFIG_DM_ETH regression by Marcel Ziswiler · 9 years ago
  64. a5325cd configs: Remove CONFIG_SERIAL_MULTI by Stephen Warren · 9 years ago
  65. 1a2728a Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  66. 12c7510 x86: Document how to write PIRQ information in the device tree by Bin Meng · 9 years ago
  67. ae05182 pci: Remove DEBUG from pci_compat.c by Bin Meng · 9 years ago
  68. dcc7dbc usb: Fix device detection code by Marek Vasut · 9 years ago
  69. 1472712 net: asix: fix operation without eeprom by Marcel Ziswiler · 9 years ago
  70. ab27f30 sunxi: Drop our own copy of the USB_KEYBOARD options by Hans de Goede · 9 years ago
  71. 0fa5999 usb: USB storage-specific part ifdef in uclass by Paul Kocialkowski · 9 years ago
  72. b21144e sunxi: MUSB gadget config provisions, with fastboot and USB mass storage support by Paul Kocialkowski · 9 years ago
  73. 1feda63 musb: sunxi: Force EP0 on re-enable by Maxime Ripard · 9 years ago
  74. 2582ca0 sunxi: config update to stick with Kconfig changes by Paul Kocialkowski · 9 years ago
  75. 6bed24c sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig by Paul Kocialkowski · 9 years ago
  76. 5d6c2f4 usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET by Paul Kocialkowski · 9 years ago
  77. 95de1e2 usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  78. 68f7c5d usb: Generic USB Kconfig option, that fits both host and gadget and comments by Paul Kocialkowski · 9 years ago
  79. 9ad4374 usb: USB_ARCH_HAS_HCD Kconfig option removal by Paul Kocialkowski · 9 years ago
  80. 93b9957 usb: dwc2: Call board_usb_init() from usb_lowlevel_init() by Peter Griffin · 9 years ago
  81. 1aa5e93 efi: Add a README to explain how things work by Simon Glass · 9 years ago
  82. ad11dbf x86: Gracefully disable the vesa driver when running from EFI by Simon Glass · 9 years ago
  83. eeae510 x86: qemu: Support operation as an EFI payload by Simon Glass · 9 years ago
  84. b430258 x86: baytrail: Support operation as an EFI payload by Simon Glass · 9 years ago
  85. 8e36650 x86: Add helper code for running from EFI by Simon Glass · 9 years ago
  86. e49ccea x86: Handle running as EFI payload by Simon Glass · 9 years ago
  87. f1a0baf efi: Add a command to display the memory map by Simon Glass · 9 years ago
  88. 16c220d efi: Add functions for decoding the EFI tables by Simon Glass · 9 years ago
  89. 42fde305 x86: Add support for passing tables into U-Boot by Simon Glass · 9 years ago
  90. 96a8d40 efi: Add 64-bit payload support by Simon Glass · 9 years ago
  91. 6f92ed8 x86: Add a way to call 32-bit code from 64-bit mode by Simon Glass · 9 years ago
  92. 7dfe8bd x86: Add an enum for some commonly-used GDT bits by Simon Glass · 9 years ago
  93. b997abd x86: Support building the EFI stub by Simon Glass · 9 years ago
  94. 476476e efi: Add support for loading U-Boot through an EFI stub by Simon Glass · 9 years ago
  95. 465a67c x86: Add relocation and link script for a 64-bit EFI application by Simon Glass · 9 years ago
  96. cd326a3 x86: Add definitions for the x86-efi board and plumb it in by Ben Stoltz · 9 years ago
  97. a42bfe0 x86: Allow relocation code to build without text base by Simon Glass · 9 years ago
  98. d6c099c x86: dts: Add a device tree file for EFI by Simon Glass · 9 years ago
  99. 3e9aa32 x86: Add EFI board code by Ben Stoltz · 9 years ago
  100. 3dcdd17 x86: Add support for U-Boot as an EFI application by Ben Stoltz · 9 years ago