1. 23f62b3 ddr: altera: Clean up ugly casts in sdram_calibration_full() by Marek Vasut · 9 years ago
  2. 963bca6 ddr: altera: Minor indent fix in set_rank_and_odt_mask() by Marek Vasut · 9 years ago
  3. 7ac40d2 ddr: altera: Fix debug message format in sequencer by Marek Vasut · 9 years ago
  4. 452a81e ddr: altera: Fix typo in mp_threshold1 programming by Marek Vasut · 9 years ago
  5. 42f7ebb ddr: altera: Move struct sdram_prot_rule prototype by Marek Vasut · 9 years ago
  6. d04941c arm: socfpga: Move sdram_config.h to board dir by Marek Vasut · 9 years ago
  7. 3da4285 driver/ddr/altera: Add the sdram calibration portion by Dinh Nguyen · 9 years ago
  8. 9bbd213 driver/ddr/altera: Add DDR driver for Altera's SDRAM controller by Dinh Nguyen · 9 years ago
  9. 9f76f10 net: designware: Rename the driver var name to eth_designware by Marek Vasut · 9 years ago
  10. b962859 net: designware: Add SoCFPGA GMAC DT compatible string by Marek Vasut · 9 years ago
  11. bfa89d2 arm: socfpga: Fix FPGA bitstream programming routine by Marek Vasut · 9 years ago
  12. ae27120 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  13. f5c67ea dm: core: Add a way to set a device name by Simon Glass · 9 years ago
  14. 40b6f2d devres: add debug command to dump device resources by Masahiro Yamada · 9 years ago
  15. e2282d7 devres: make Devres optional with CONFIG_DEVRES by Masahiro Yamada · 9 years ago
  16. 2b07f68 devres: add devm_kmalloc() and friends (managed memory allocators) by Masahiro Yamada · 9 years ago
  17. 608f26c devres: introduce Devres (Managed Device Resource) framework by Masahiro Yamada · 9 years ago
  18. aed1a4d dm: add DM_FLAG_BOUND flag by Masahiro Yamada · 9 years ago
  19. f330177 dm: Support address translation for simple-bus by Simon Glass · 9 years ago
  20. 0990fcb net: smsc95xx: Add driver-model support by Simon Glass · 9 years ago
  21. 527298c net: smsc95xx: Prepare for conversion to driver model by Simon Glass · 9 years ago
  22. 25a9e98 net: smsc95xx: Correct the error numbers by Simon Glass · 9 years ago
  23. d62a1dc net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE by Simon Glass · 9 years ago
  24. a269259 net: smsc95xx: Sort the include files by Simon Glass · 9 years ago
  25. f58a41e dm: usb: Add driver-model support to dwc2 by Simon Glass · 9 years ago
  26. cc3e3a9 dm: usb: Prepare dwc2 driver for driver-model conversion by Simon Glass · 9 years ago
  27. 2e5350f dm: usb: Add an errno.h header to usb_ether.c by Simon Glass · 9 years ago
  28. 12dc8e7 dm: Make regmap and syscon optional by Simon Glass · 9 years ago
  29. fdb9f34 lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type by York Sun · 9 years ago
  30. a7a73ef exynos: video: Remove non-device-tree code by Simon Glass · 9 years ago
  31. 68964db video: Remove the old parade driver by Simon Glass · 9 years ago
  32. 24696e2 cros_ec: Remove the old tunnel code by Simon Glass · 9 years ago
  33. 05bccbc power: Remove old TPS65090 drivers by Simon Glass · 9 years ago
  34. eca4866 dm: gpio: Check a GPIO is valid before using it by Simon Glass · 9 years ago
  35. 129c942 exynos: video: Correct debug output by Simon Glass · 9 years ago
  36. c95ed7d exynos: Correct return value in exynos_mmc_init() by Simon Glass · 9 years ago
  37. c7d50e7 exynos: spi: Convert the timeout to debug() by Simon Glass · 9 years ago
  38. 048dba0 dm: video: Add support for the NXP PTN3460 bridge by Simon Glass · 9 years ago
  39. bcd5dff dm: video: Add support for the Parade PS8622/625 bridge by Simon Glass · 9 years ago
  40. 5eaeada video: Work around lack of pinctrl by Simon Glass · 9 years ago
  41. 801ab9e dm: video: Add support for video bridges by Simon Glass · 9 years ago
  42. d08504d dm: power: Don't return an error when regulators are not autoset by Simon Glass · 9 years ago
  43. 75a429f dm: pmic: max77686: Support all BUCK regulators by Simon Glass · 9 years ago
  44. 8c42870 dm: power: max77686: Correct BUCK register access by Simon Glass · 9 years ago
  45. cd367d8 dm: pmic: Correct the pmic_reg_write() implementation by Simon Glass · 9 years ago
  46. b5ffa4f dm: pmic: max77686: Correct a few nits by Simon Glass · 9 years ago
  47. f615e6a dm: power: Add support for S5M8767 regulators by Simon Glass · 9 years ago
  48. d308c01 dm: power: Add support for the S5M8767 PMIC by Simon Glass · 9 years ago
  49. 1c88b67 dm: power: Add support for TPS65090 FETs by Simon Glass · 9 years ago
  50. 151b223 dm: power: Add a new driver for the TPS65090 PMIC by Simon Glass · 9 years ago
  51. 7fb5739 exynos: Enable the debug UART in SPL by Simon Glass · 9 years ago
  52. bf6e702 exynos: Add debug UART support for Samsung S5P serial by Simon Glass · 9 years ago
  53. 89ca935 exynos: serial: Refactor init code for debug UART by Simon Glass · 9 years ago
  54. f48eaf0 cros_ec: Support the LDO access method used by spring by Simon Glass · 9 years ago
  55. cc456bd dm: cros_ec: Convert the I2C tunnel code to use driver model by Simon Glass · 9 years ago
  56. 45d9ae8 exynos: i2c: Tidy up the driver model code by Simon Glass · 9 years ago
  57. 26ea768 exynos: i2c: Fix code style with ReadWriteByte() by Simon Glass · 9 years ago
  58. b725dc4 i2c: Add a mux for GPIO-based I2C bus arbitration by Simon Glass · 9 years ago
  59. 3d1957f dm: i2c: Add support for multiplexed I2C buses by Simon Glass · 9 years ago
  60. df358c6 dm: i2c: Add a function to transfer messages 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. 3e8650c Tegra: clocks: Add 38.4MHz OSC support for T210 use by Tom Warren · 9 years ago
  64. 1a2728a Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  65. ae05182 pci: Remove DEBUG from pci_compat.c by Bin Meng · 9 years ago
  66. 1472712 net: asix: fix operation without eeprom by Marcel Ziswiler · 9 years ago
  67. 0fa5999 usb: USB storage-specific part ifdef in uclass by Paul Kocialkowski · 9 years ago
  68. 1feda63 musb: sunxi: Force EP0 on re-enable by Maxime Ripard · 9 years ago
  69. 6bed24c sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig by Paul Kocialkowski · 9 years ago
  70. 5d6c2f4 usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET by Paul Kocialkowski · 9 years ago
  71. 95de1e2 usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB by Paul Kocialkowski · 9 years ago
  72. 68f7c5d usb: Generic USB Kconfig option, that fits both host and gadget and comments by Paul Kocialkowski · 9 years ago
  73. 9ad4374 usb: USB_ARCH_HAS_HCD Kconfig option removal by Paul Kocialkowski · 9 years ago
  74. 93b9957 usb: dwc2: Call board_usb_init() from usb_lowlevel_init() by Peter Griffin · 9 years ago
  75. ad11dbf x86: Gracefully disable the vesa driver when running from EFI by Simon Glass · 9 years ago
  76. 275854b efi: Add a serial driver by Simon Glass · 9 years ago
  77. dcfe4a5 x86: Move CONFIG_X86_SERIAL to Kconfig by Simon Glass · 9 years ago
  78. 4bad2e7 pci: Indicate prefetchable memory allocate when debugging by Simon Glass · 9 years ago
  79. 5f48d79 pci: Add a constant for an invalid interrupt by Simon Glass · 9 years ago
  80. 53292ad pci: Fix up code for CONFIG_PCI_ENUM_ONLY by Simon Glass · 9 years ago
  81. da4b159 pci: Use debug() instead of DEBUGF() in pci_auto.c by Simon Glass · 9 years ago
  82. 8b09791 x86: Add some missing global_data declarations in files that use gd by Simon Glass · 9 years ago
  83. 753812c dm: serial: Correct logic in serial_find_console_or_panic() by Simon Glass · 9 years ago
  84. 2fda14a dm: core: Check for empty list in uclass_find_device() by Simon Glass · 9 years ago
  85. 1e7a047 x86: Sanity test on vesa parameters before setting up kernel screen_info by Bin Meng · 9 years ago
  86. df189d9 dm: pci: Allow scan bridge child devices before relocation by Bin Meng · 9 years ago
  87. 5684842 drivers/ddr/fsl: Adjust bstopre value by York Sun · 9 years ago
  88. 14d5547 drivers/crypto/fsl: clean-up - use fdt_setprop_u32 helper by horia.geanta@freescale.com · 9 years ago
  89. 3ef2412 drivers/crypto/fsl: fix snooping for write transactions by horia.geanta@freescale.com · 9 years ago
  90. e5d08b4 drivers/crypto/fsl: fix "era" property value on LE platforms by horia.geanta@freescale.com · 9 years ago
  91. 01cafce drivers/pci/layerscape: Add EP mode support by Minghuan Lian · 9 years ago
  92. ed5b580 drivers/pci: Add function to find an extended capability by Minghuan Lian · 9 years ago
  93. 87457d1 drivers/fsl-mc: flib changes for mc 8.0.0 by Prabhakar Kushwaha · 9 years ago
  94. c406551 drivers/crypto/fsl: enable raw data instead of von Neumann data by Alex Porosanu · 10 years ago
  95. 026a3f1 drivers/crypto/fsl: disable RNG oscillator maximum frequency check by Alex Porosanu · 10 years ago
  96. 0e0224e driver/qe: use strncpy instead of strcpy by Zhao Qiang · 10 years ago
  97. e94a8fd drivers/qe: transform parameter to compatible type by Zhao Qiang · 10 years ago
  98. e3d50d4 fsl_esdhc.c: Always make check_and_invalidate_dcache_range available by Tom Rini · 9 years ago
  99. 7a1af7a Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  100. f2753b0 mxc: gpio add i.MX6UL support by Peng Fan · 9 years ago