1. e08c559 ddr: altera: Move struct sdram_prot_rule prototype by Marek Vasut · 9 years ago
  2. 43bb47e arm: socfpga: Move sdram_config.h to board dir by Marek Vasut · 9 years ago
  3. 135cc7f driver/ddr/altera: Add the sdram calibration portion by Dinh Nguyen · 9 years ago
  4. 429642c driver/ddr/altera: Add DDR driver for Altera's SDRAM controller by Dinh Nguyen · 9 years ago
  5. 7e7e617 net: designware: Rename the driver var name to eth_designware by Marek Vasut · 9 years ago
  6. fcab73c net: designware: Add SoCFPGA GMAC DT compatible string by Marek Vasut · 9 years ago
  7. 490dfd1 arm: socfpga: Fix FPGA bitstream programming routine by Marek Vasut · 9 years ago
  8. 342ced7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  9. e3b23e2 dm: core: Add a way to set a device name by Simon Glass · 9 years ago
  10. f929c0b devres: add debug command to dump device resources by Masahiro Yamada · 9 years ago
  11. 029bfca devres: make Devres optional with CONFIG_DEVRES by Masahiro Yamada · 9 years ago
  12. b475e1f devres: add devm_kmalloc() and friends (managed memory allocators) by Masahiro Yamada · 9 years ago
  13. 8b15b16 devres: introduce Devres (Managed Device Resource) framework by Masahiro Yamada · 9 years ago
  14. bdbb5dd dm: add DM_FLAG_BOUND flag by Masahiro Yamada · 9 years ago
  15. 59b6196 dm: Support address translation for simple-bus by Simon Glass · 9 years ago
  16. 68c4197 net: smsc95xx: Add driver-model support by Simon Glass · 9 years ago
  17. 3faecae net: smsc95xx: Prepare for conversion to driver model by Simon Glass · 9 years ago
  18. ebe0e5a net: smsc95xx: Correct the error numbers by Simon Glass · 9 years ago
  19. 4d89e5b net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE by Simon Glass · 9 years ago
  20. ce48e50 net: smsc95xx: Sort the include files by Simon Glass · 9 years ago
  21. a7ea72c dm: usb: Add driver-model support to dwc2 by Simon Glass · 9 years ago
  22. e3c23a0 dm: usb: Prepare dwc2 driver for driver-model conversion by Simon Glass · 9 years ago
  23. e96ba56 dm: usb: Add an errno.h header to usb_ether.c by Simon Glass · 9 years ago
  24. 8e5efa0 dm: Make regmap and syscon optional by Simon Glass · 9 years ago
  25. aa5b66c lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type by York Sun · 9 years ago
  26. 489870e exynos: video: Remove non-device-tree code by Simon Glass · 9 years ago
  27. 3e5b40f video: Remove the old parade driver by Simon Glass · 9 years ago
  28. 66d14fc cros_ec: Remove the old tunnel code by Simon Glass · 9 years ago
  29. 50bcd1d power: Remove old TPS65090 drivers by Simon Glass · 9 years ago
  30. 230c143 dm: gpio: Check a GPIO is valid before using it by Simon Glass · 9 years ago
  31. 5e7ab07 exynos: video: Correct debug output by Simon Glass · 9 years ago
  32. d532ac6 exynos: Correct return value in exynos_mmc_init() by Simon Glass · 9 years ago
  33. 905ed0b exynos: spi: Convert the timeout to debug() by Simon Glass · 9 years ago
  34. 97dd3e5 dm: video: Add support for the NXP PTN3460 bridge by Simon Glass · 9 years ago
  35. c23a85c dm: video: Add support for the Parade PS8622/625 bridge by Simon Glass · 9 years ago
  36. be72e33 video: Work around lack of pinctrl by Simon Glass · 9 years ago
  37. 7cf1757 dm: video: Add support for video bridges by Simon Glass · 9 years ago
  38. f55c951 dm: power: Don't return an error when regulators are not autoset by Simon Glass · 9 years ago
  39. fdcc59b dm: pmic: max77686: Support all BUCK regulators by Simon Glass · 9 years ago
  40. 2ede005 dm: power: max77686: Correct BUCK register access by Simon Glass · 9 years ago
  41. 605ecd1 dm: pmic: Correct the pmic_reg_write() implementation by Simon Glass · 9 years ago
  42. 50a4926 dm: pmic: max77686: Correct a few nits by Simon Glass · 9 years ago
  43. 2336103 dm: power: Add support for S5M8767 regulators by Simon Glass · 9 years ago
  44. 0165149 dm: power: Add support for the S5M8767 PMIC by Simon Glass · 9 years ago
  45. 9fa8e9c dm: power: Add support for TPS65090 FETs by Simon Glass · 9 years ago
  46. c087111 dm: power: Add a new driver for the TPS65090 PMIC by Simon Glass · 9 years ago
  47. 8ed4bc1 exynos: Enable the debug UART in SPL by Simon Glass · 9 years ago
  48. 74afb29 exynos: Add debug UART support for Samsung S5P serial by Simon Glass · 9 years ago
  49. 405fd14 exynos: serial: Refactor init code for debug UART by Simon Glass · 9 years ago
  50. eb2cc51 cros_ec: Support the LDO access method used by spring by Simon Glass · 9 years ago
  51. 9ad07af dm: cros_ec: Convert the I2C tunnel code to use driver model by Simon Glass · 9 years ago
  52. e3b8c86 exynos: i2c: Tidy up the driver model code by Simon Glass · 9 years ago
  53. 824802d exynos: i2c: Fix code style with ReadWriteByte() by Simon Glass · 9 years ago
  54. e6346b0 i2c: Add a mux for GPIO-based I2C bus arbitration by Simon Glass · 9 years ago
  55. 2a80c40 dm: i2c: Add support for multiplexed I2C buses by Simon Glass · 9 years ago
  56. f281885 dm: i2c: Add a function to transfer messages by Simon Glass · 9 years ago
  57. a8e64c4 dm: i2c: Add a message debug function by Simon Glass · 9 years ago
  58. 75f00df dm: core: Support finding a device by phandle by Simon Glass · 9 years ago
  59. 27bce71 Tegra: clocks: Add 38.4MHz OSC support for T210 use by Tom Warren · 9 years ago
  60. 096ee30 Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  61. 9944a52 pci: Remove DEBUG from pci_compat.c by Bin Meng · 9 years ago
  62. 7bbbb3c net: asix: fix operation without eeprom by Marcel Ziswiler · 9 years ago
  63. d449dd3 usb: USB storage-specific part ifdef in uclass by Paul Kocialkowski · 9 years ago
  64. 9634fa5 musb: sunxi: Force EP0 on re-enable by Maxime Ripard · 9 years ago
  65. e16ab87 sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig by Paul Kocialkowski · 9 years ago
  66. f4865f5 usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET by Paul Kocialkowski · 9 years ago
  67. f34dfcb usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  68. 4815f8e usb: Generic USB Kconfig option, that fits both host and gadget and comments by Paul Kocialkowski · 9 years ago
  69. c580409 usb: USB_ARCH_HAS_HCD Kconfig option removal by Paul Kocialkowski · 9 years ago
  70. 4ed4cf0 usb: dwc2: Call board_usb_init() from usb_lowlevel_init() by Peter Griffin · 9 years ago
  71. be3767e x86: Gracefully disable the vesa driver when running from EFI by Simon Glass · 9 years ago
  72. 5a991bd efi: Add a serial driver by Simon Glass · 9 years ago
  73. 1c32bdb x86: Move CONFIG_X86_SERIAL to Kconfig by Simon Glass · 9 years ago
  74. a292d2a pci: Indicate prefetchable memory allocate when debugging by Simon Glass · 9 years ago
  75. 84f5733 pci: Add a constant for an invalid interrupt by Simon Glass · 9 years ago
  76. 2b9acba pci: Fix up code for CONFIG_PCI_ENUM_ONLY by Simon Glass · 9 years ago
  77. 927c104 pci: Use debug() instead of DEBUGF() in pci_auto.c by Simon Glass · 9 years ago
  78. daa93d9 x86: Add some missing global_data declarations in files that use gd by Simon Glass · 9 years ago
  79. 6664077 dm: serial: Correct logic in serial_find_console_or_panic() by Simon Glass · 9 years ago
  80. 46766df dm: core: Check for empty list in uclass_find_device() by Simon Glass · 9 years ago
  81. e751844 x86: Sanity test on vesa parameters before setting up kernel screen_info by Bin Meng · 9 years ago
  82. 02284a0 dm: pci: Allow scan bridge child devices before relocation by Bin Meng · 9 years ago
  83. 999273f drivers/ddr/fsl: Adjust bstopre value by York Sun · 9 years ago
  84. 9b39fa2 drivers/crypto/fsl: clean-up - use fdt_setprop_u32 helper by horia.geanta@freescale.com · 9 years ago
  85. 66e26aa drivers/crypto/fsl: fix snooping for write transactions by horia.geanta@freescale.com · 9 years ago
  86. 5016de2 drivers/crypto/fsl: fix "era" property value on LE platforms by horia.geanta@freescale.com · 9 years ago
  87. 5d7d24b drivers/pci/layerscape: Add EP mode support by Minghuan Lian · 9 years ago
  88. c5bc6aa drivers/pci: Add function to find an extended capability by Minghuan Lian · 9 years ago
  89. 9564df6 drivers/fsl-mc: flib changes for mc 8.0.0 by Prabhakar Kushwaha · 9 years ago
  90. befb5cb drivers/crypto/fsl: enable raw data instead of von Neumann data by Alex Porosanu · 10 years ago
  91. f8d6a7f drivers/crypto/fsl: disable RNG oscillator maximum frequency check by Alex Porosanu · 10 years ago
  92. d64f1a4 driver/qe: use strncpy instead of strcpy by Zhao Qiang · 10 years ago
  93. 7879a49 drivers/qe: transform parameter to compatible type by Zhao Qiang · 10 years ago
  94. 4a43fe9 fsl_esdhc.c: Always make check_and_invalidate_dcache_range available by Tom Rini · 9 years ago
  95. 65022b3 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  96. f5dd87e mxc: gpio add i.MX6UL support by Peng Fan · 9 years ago
  97. b577da6 sf: kconfig: add kconfig options for spi flashes by Nikita Kiryanov · 9 years ago
  98. 8184940 usb: kconfig: create a menu for usb by Nikita Kiryanov · 9 years ago
  99. 2f260fb usb: kconfig: usb keyboard kconfig by Nikita Kiryanov · 9 years ago
  100. 9924103 arm: mx6: usb: kconfig: add USB_EHCI_MX6 kconfig option by Nikita Kiryanov · 9 years ago