1. fd619a8 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  2. 803f21a Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 10 years ago
  3. 459316b Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 10 years ago
  4. 1dce1e7 lcd: introduce lcd_set_cmap by Nikita Kiryanov · 10 years ago
  5. 967deb6 lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to mpc8xx_lcd.c by Nikita Kiryanov · 10 years ago
  6. 7f45a7e lcd: atmel: introduce lcd_logo_set_cmap by Nikita Kiryanov · 10 years ago
  7. c999bcc lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.c by Nikita Kiryanov · 10 years ago
  8. c6cc065 lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfb by Nikita Kiryanov · 10 years ago
  9. ec3685d lcd: split configuration_get_cmap by Nikita Kiryanov · 10 years ago
  10. 735326c arm, at91, wdt: make timeout configurable by Heiko Schocher · 10 years ago
  11. 1f5c089 mtd: atmel_nand: according to pmecc version to perform 0xff page correction by Wu, Josh · 10 years ago
  12. 6834865 ARM: atmel: cleanup: remove at91cap9 related code by Bo Shen · 10 years ago
  13. ba6faff x86: Add SPI support to quark/galileo by Bin Meng · 10 years ago
  14. a08ca38 x86: spi: Support ValleyView in ICH SPI driver by Simon Glass · 10 years ago
  15. 509805b x86: mmc: Move common FSP functions into a common file by Simon Glass · 10 years ago
  16. ae6223d arm: mvebu: drivers/ddr: Add DDR3 driver with training code from Marvell bin_hdr by Stefan Roese · 10 years ago
  17. f8bccd1 x86: bootstage: Add time measurement for vesa start-up by Simon Glass · 10 years ago
  18. 684818d x86: video: Allow video ROM execution to fall back to the other method by Simon Glass · 10 years ago
  19. 40ffb68 usb: pci: Add XHCI driver for PCI by Simon Glass · 10 years ago
  20. eeb1d28 usb: pci: Use pci_find_class() to find the device by Simon Glass · 10 years ago
  21. ed2d913 x86: video: Enable video for Minnowboard Max by Simon Glass · 10 years ago
  22. 62034ff pci: Add a function to find a device by class by Simon Glass · 10 years ago
  23. 865dd4c Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · 10 years ago
  24. d693b1e Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
  25. b4aa9f3 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
  26. 253d77d sunxi: mmc: Add 'sunxi_' prefix to the static functions by Siarhei Siamashka · 10 years ago
  27. 18366f7 sunxi: video: Force h/vsync active high when using ext. vga dac on some boards by Hans de Goede · 10 years ago
  28. 1945061 sunxi: rsb: Move rsb_set_device_mode() call to rsb_init() by Hans de Goede · 10 years ago
  29. e51e3a4 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 10 years ago
  30. 71eccc3 net/designware: add error message on DMA reset timeout by Alexey Brodkin · 10 years ago
  31. 2616b21 net: phy: micrel: add support for KSZ8895 switch in SMI mode by Philippe De Muyter · 11 years ago
  32. 377f39c Add MS7206SE ethernet support by Yoshinori Sato · 11 years ago
  33. fe56fec net: tsec: Fix NULL access in case init_phy() fails by Claudiu Manoil · 11 years ago
  34. d1f0b63 Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  35. f40ad9f drivers/pci/pci_rom.c: fix compile warning under 64bit mode by Minghuan Lian · 10 years ago
  36. e2e4b78 drivers/net/e1000.c: fix compile warning under 64bit mode by Minghuan Lian · 10 years ago
  37. a1f2603 dm: cros_ec: Convert cros_ec_i2c over to driver model by Simon Glass · 10 years ago
  38. 4e003c5 dm: i2c: Add two more I2C init functions to the compatibility layer by Simon Glass · 10 years ago
  39. f542841 dm: i2c: dts: Support an offset-len device tree property by Simon Glass · 10 years ago
  40. 2a4f811 dm: i2c: s3c24x0: adjust to dm-i2c api by Przemyslaw Marczak · 10 years ago
  41. 7d73708 dm: i2c-uclass-compat: fix missed argument by Przemyslaw Marczak · 10 years ago
  42. 29c1a6b DM: crypto/fsl - Add Freescale rsa DM driver by Ruchika Gupta · 10 years ago
  43. 98ebb12 DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver by Ruchika Gupta · 10 years ago
  44. 21e0c9b dm: cros_ec_spi: Remove old pre-driver-model code by Simon Glass · 10 years ago
  45. d3d9c06 dm: cros_ec: Don't require protocol 3 support by Simon Glass · 10 years ago
  46. 528b1ef dm: core: Ignore disabled devices when binding by Simon Glass · 10 years ago
  47. 713c3f0 dm: i2c: Move slave details to child platdata by Simon Glass · 10 years ago
  48. 5d2ee05 dm: spi: Move slave details to child platdata by Simon Glass · 10 years ago
  49. 82c2f50 dm: spi: Set up the spi_slave device pointer in child_pre_probe() by Simon Glass · 10 years ago
  50. 5104b98 dm: core: Allow uclass to set up a device's child before it is probed by Simon Glass · 10 years ago
  51. ef3493d dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe() by Simon Glass · 10 years ago
  52. f4c9b3e dm: core: Allow the uclass to set up a device's child after binding by Simon Glass · 10 years ago
  53. 31a4d8d dm: spi: Move the per-child data size to the uclass by Simon Glass · 10 years ago
  54. c23b428 dm: core: Allow uclasses to specify private data for a device's children by Simon Glass · 10 years ago
  55. 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  56. 98fd5d1 dm: core: Add a function to get a device's uclass ID by Simon Glass · 10 years ago
  57. a4a51a0 dm: core: Add a post_bind method for parents by Simon Glass · 10 years ago
  58. 57f9540 dm: core: Allow uclasses to specify platdata for a device's children by Simon Glass · 10 years ago
  59. 11b6173 dm: core: Allow parents to have platform data for their children by Simon Glass · 10 years ago
  60. ba75049 dm: core: Allocate platform data when binding a device by Simon Glass · 10 years ago
  61. 4ebe01b dm: core: Tidy up error handling in device_bind() by Simon Glass · 10 years ago
  62. cc7cf94 dm: core: Set device tree node for root device by Simon Glass · 10 years ago
  63. a2723ae dm: i2c: Provide an offset length parameter where needed by Simon Glass · 10 years ago
  64. 0275eb1 dm: i2c: Add a compatbility layer by Simon Glass · 10 years ago
  65. 7d72276 dm: i2c: Rename driver model I2C functions to permit compatibility by Simon Glass · 10 years ago
  66. 61d10b7 dm: spi: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  67. fec09c5 dm: usb: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  68. a30d4ba dm: mmc: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  69. 67042a2 dm: tegra: nand: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  70. 9503617 dm: tegra: video: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  71. 947beca dm: exynos: Add a GPIO translation function by Simon Glass · 10 years ago
  72. ada3b75 dm: tegra: Add a GPIO translation function by Simon Glass · 10 years ago
  73. 0d7cc47 dm: cros_ec: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  74. 120834d dm: demo: Add a simple GPIO demonstration by Simon Glass · 10 years ago
  75. 16e1040 dm: gpio: Add better functions to request GPIOs by Simon Glass · 10 years ago
  76. d3322bb dm: gpio: Add a driver GPIO translation method by Simon Glass · 10 years ago
  77. ce55529 dm: gpio: Add a native driver model API by Simon Glass · 10 years ago
  78. 4e82e5e i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controller by Masahiro Yamada · 10 years ago
  79. 96a42ed i2c: UniPhier: add driver for UniPhier i2c controller by Masahiro Yamada · 10 years ago
  80. cd5cf8e i2c: add CONFIG_DM_I2C to Kconfig by Masahiro Yamada · 10 years ago
  81. 6ad0981 omap3: mmc: add 1.8v bias setting for MMC1 by Albert ARIBAUD \(3ADEV\) · 10 years ago
  82. 131a824 ubi: reset mtd_devs when ubi part fail by Heiko Schocher · 10 years ago
  83. 172149e Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
  84. 8f1e812 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 10 years ago
  85. 0c33c0f serial: Extend structure comments with register offset by Michal Simek · 10 years ago
  86. 05b3b5c serial: zynq: Use global baudrate instead of hardcoded one by Michal Simek · 10 years ago
  87. 63a3be0 Merge branch 'master' of git://git.denx.de/u-boot-marvell by Tom Rini · 10 years ago
  88. 95acd99 kirkwood: define empty CONFIG_MVGBE_PORTS by default by Luka Perkov · 11 years ago
  89. abca5c0 x86: spi: Add device tree support by Simon Glass · 10 years ago
  90. b4ae600 x86: rtc: mc146818: Add helpers to read/write CMOS RAM by Simon Glass · 10 years ago
  91. 272da15 crypto/fsl: Add fixup for crypto node by Ruchika Gupta · 10 years ago
  92. 70acb34 arm/ls1021a: Add workaround for DDR erratum A008378 by York Sun · 10 years ago
  93. e3c6417 pci: tegra: Fix port information parsing by Sjoerd Simons · 10 years ago
  94. 6ceb7f0 x86: video: Add support for CONFIG_CONSOLE_SCROLL_LINES by Simon Glass · 10 years ago
  95. 1c1695b x86: Access the VGA ROM when needed by Simon Glass · 10 years ago
  96. b138e91 x86: ahci: Make sure interface is not busy after enabling the port by Bin Meng · 10 years ago
  97. ee313e2 x86: Drop the x86_fb driver by Simon Glass · 10 years ago
  98. 42bf3ee x86: Add a VESA video driver by Simon Glass · 10 years ago
  99. 02db217 x86: pci: Don't stop when we get a vendor/device mismatch by Simon Glass · 10 years ago
  100. c55b1c6 bios_emulator: Add some VESA interface debugging by Simon Glass · 10 years ago