1. fe4ee97 video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD by Simon Glass · Tue Feb 16 18:09:19 2016 -0700
  2. d5f3613 tegra: video: Clean up the old LCD/PWM driver code by Simon Glass · Sat Jan 30 16:38:02 2016 -0700
  3. d8af3c9 tegra: video: Move LCD driver to use the DM PWM driver by Simon Glass · Sat Jan 30 16:38:01 2016 -0700
  4. 264c7f7 tegra: video: Move LCD enums into the driver by Simon Glass · Sat Jan 30 16:37:58 2016 -0700
  5. e865ef3 tegra: video: Convert tegra20 LCD driver to driver model by Simon Glass · Sat Jan 30 16:37:56 2016 -0700
  6. 923128f tegra: video: Merge the two config structures together by Simon Glass · Sat Jan 30 16:37:55 2016 -0700
  7. d8fc3c5 tegra: video: Merge the display driver into one file by Simon Glass · Sat Jan 30 16:37:53 2016 -0700
  8. e31a2a5 tegra: dts: Sync tegra20.dtsi with Linux v4.4 by Simon Glass · Sat Jan 30 16:37:52 2016 -0700
  9. 89c0346 tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20 by Simon Glass · Sat Jan 30 16:37:51 2016 -0700
  10. 3e2b2d9 tegra: Allow CONFIG_DM_VIDEO to be used as well as CONFIG_LCD by Simon Glass · Sat Jan 30 16:37:49 2016 -0700
  11. eb21083 tegra: Allow driver model to be used for the PWM by Simon Glass · Sat Jan 30 16:37:48 2016 -0700
  12. 118d11f tegra: lcd: Merge tegra124-lcd.c into display.c by Simon Glass · Sat Jan 30 16:37:47 2016 -0700
  13. 97f6c52 tegra: pwm: Add a driver for the tegra PWM by Simon Glass · Sat Jan 30 16:37:46 2016 -0700
  14. ce81f40 tegra: dts: Sync up nyan-big files with Linux by Simon Glass · Sat Jan 30 16:37:44 2016 -0700
  15. 74c2571 tegra: dts: Sync up the tegra124 device tree files with Linux by Simon Glass · Sat Jan 30 16:37:43 2016 -0700
  16. 718cb61 arm: build some file(s) as ARM mode only by David Müller (ELSOFT AG) · Tue Feb 09 16:48:30 2016 +0100
  17. f963bb7 arm: the ARM920T is THUMB capable, so select the appropriate ISA by David Müller (ELSOFT AG) · Tue Feb 09 16:48:29 2016 +0100
  18. 408a12d arm: make sure board_init_r() is being called using the right mode (ARM / THUMB) by David Müller (ELSOFT AG) · Tue Feb 09 16:48:28 2016 +0100
  19. 2bb6872 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · Sun Feb 14 08:39:32 2016 -0500
  20. 40efc4f ARM: uniphier: add support for PH1-Pro4 Ace and Sanji boards by Masahiro Yamada · Fri Feb 12 20:27:02 2016 +0900
  21. 5b1e397 ARM: dts: uniphier: enable I2C channel 2 of ProXstream2 Gentil board by Masahiro Yamada · Fri Feb 12 20:27:01 2016 +0900
  22. 1723586 ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board by Masahiro Yamada · Fri Feb 12 20:27:00 2016 +0900
  23. 26a2fb0 ARM: uniphier: adjust DDR clock delay line for ProXstream2 by Masahiro Yamada · Fri Feb 05 13:21:07 2016 +0900
  24. 3c8c35c ARM: uniphier: move cmd_ddrmphy.c to fix build error by Masahiro Yamada · Fri Feb 05 13:20:32 2016 +0900
  25. 1b6f03a ARM: uniphier: fix makefiles to build cmd_ddr(m)phy.c by Masahiro Yamada · Fri Feb 05 13:20:31 2016 +0900
  26. ebddfae ARM: uniphier: remove unused header mio-regs.h by Masahiro Yamada · Tue Feb 02 21:51:41 2016 +0900
  27. 7b539fe ARM: uniphier: drop unneeded EHCI pin mux settings by Masahiro Yamada · Tue Feb 02 21:11:40 2016 +0900
  28. d544ef4 ARM: uniphier: switch over to generic EHCI driver by Masahiro Yamada · Tue Feb 02 21:11:39 2016 +0900
  29. cf4280a ARM: dts: uniphier: add clocks properties to EHCI nodes by Masahiro Yamada · Tue Feb 02 21:11:37 2016 +0900
  30. 1d5df7b ARM: dts: uniphier: add device nodes for MIO control block by Masahiro Yamada · Tue Feb 02 21:11:36 2016 +0900
  31. 8095183 ARM: dts: uniphier: add device nodes for Peripheral control block by Masahiro Yamada · Tue Feb 02 21:11:35 2016 +0900
  32. e84513b ARM: dts: uniphier: add device nodes for System Control blocks by Masahiro Yamada · Tue Feb 02 21:11:34 2016 +0900
  33. 224e2f7 ARM: dts: uniphier: add reference clock nodes by Masahiro Yamada · Tue Feb 02 21:11:33 2016 +0900
  34. e4dfb05 clk: uniphier: add Media I/O clock driver for UniPhier SoCs by Masahiro Yamada · Tue Feb 02 21:11:32 2016 +0900
  35. 5fe0e33 ARM: uniphier: support USB boot mode for ProXstream2 / PH1-LD6b SoC by Masahiro Yamada · Tue Feb 02 21:11:31 2016 +0900
  36. 7a5a5b9 ARM: uniphier: add missing static qualifier by Masahiro Yamada · Tue Feb 02 21:11:30 2016 +0900
  37. 1c1646a ARM: uniphier: create early page table at run-time by Masahiro Yamada · Tue Feb 02 21:11:29 2016 +0900
  38. 4a16289 ARM: uniphier: change stack pointer address for SPL by Masahiro Yamada · Tue Feb 02 21:11:28 2016 +0900
  39. 90c5605 spl: define BOOT_DEVICE_USB by Masahiro Yamada · Tue Feb 02 19:12:31 2016 +0900
  40. e55dfd1 ARM: uniphier: support some more DRAM use cases on PH1-Pro4 boards by Masahiro Yamada · Thu Jan 21 14:57:30 2016 +0900
  41. 937ad76 zynqmp: nand: Add Nand driver support for zynqmp by Siva Durga Prasad Paladugu · Tue Nov 17 14:30:09 2015 +0530
  42. f4a63c9 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Thu Feb 11 18:18:15 2016 -0500
  43. 669933b video: tegra: Enable the 'lcd' env variable work-around by Simon Glass · Sat Feb 06 14:31:38 2016 -0700
  44. fe6fbf3 Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. by David Müller (ELSOFT AG) · Sat Feb 06 07:57:25 2016 +0100
  45. 3784cc2 ARM: dts: k2g: Add keystone net dts files by Mugunthan V N · Tue Feb 02 15:51:37 2016 +0530
  46. de2e887 OMAP3_LOGIC: Setup defconfig to enable SPL and NAND booting by Adam Ford · Sat Jan 30 06:43:59 2016 -0600
  47. 931a7a5 serial: serial_stm32: move clock config from driver to board by Vikas Manocha · Tue Jan 26 18:12:20 2016 -0800
  48. 3d93c94 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · Mon Feb 08 09:48:04 2016 -0500
  49. b3345be Merge branch 'master' of git://git.denx.de/u-boot-nios by Tom Rini · Mon Feb 08 09:39:54 2016 -0500
  50. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  51. a92c6152 nios2: set up the debug UART early by Thomas Chou · Wed Dec 30 20:29:18 2015 +0800
  52. cc2a370 x86: Drop pci_type1.c and DEFINE_PCI_DEVICE_TABLE by Bin Meng · Tue Feb 02 05:58:09 2016 -0800
  53. cf0635e x86: Disable DM_PCI_COMPAT by Bin Meng · Tue Feb 02 05:58:08 2016 -0800
  54. 5d8a820 x86: quark: Use Quark's own PCI config APIs by Bin Meng · Tue Feb 02 05:58:02 2016 -0800
  55. bc35d34 x86: pci: Drop legacy PCI APIs by Bin Meng · Mon Feb 01 01:40:58 2016 -0800
  56. 8df0181 x86: pci: Use DM PCI APIs in pci_assign_irqs() by Bin Meng · Mon Feb 01 01:40:57 2016 -0800
  57. 5fecada x86: qemu: Convert to use DM PCI API by Bin Meng · Mon Feb 01 01:40:56 2016 -0800
  58. 4f6c577 x86: tnc: Remove IGD and SDVO devices from driver model by Bin Meng · Mon Feb 01 01:40:55 2016 -0800
  59. e0ff4b2 x86: tnc: Use DM PCI API in disable_igd() by Bin Meng · Mon Feb 01 01:40:54 2016 -0800
  60. f041c56 x86: tnc: Change disable_igd() to have a return value by Bin Meng · Mon Feb 01 01:40:53 2016 -0800
  61. bfe20b7 x86: irq: Convert to use DM PCI API by Bin Meng · Mon Feb 01 01:40:52 2016 -0800
  62. a5a2003 x86: irq: Move irq_router to a per driver priv by Bin Meng · Mon Feb 01 01:40:51 2016 -0800
  63. 5cf803a x86: irq: Get irq_router's bdf via dm_pci_get_bdf() by Bin Meng · Mon Feb 01 01:40:50 2016 -0800
  64. 95bae0d x86: minnowmax: Drop io-base property in the pch_pinctrl node by Bin Meng · Mon Feb 01 01:40:49 2016 -0800
  65. 9570d1f x86: Drop asm/arch/gpio.h by Bin Meng · Mon Feb 01 01:40:48 2016 -0800
  66. 6e916cc x86: ich6_gpio: Convert to use proper DM API by Bin Meng · Mon Feb 01 01:40:47 2016 -0800
  67. fd2afdf x86: pch: Implement get_gpio_base op by Bin Meng · Mon Feb 01 01:40:44 2016 -0800
  68. 06d66af dm: pch: Rename get_sbase op to get_spi_base by Bin Meng · Mon Feb 01 01:40:42 2016 -0800
  69. 1124562 dm: pch: Remove pch_get_version op by Bin Meng · Mon Feb 01 01:40:41 2016 -0800
  70. 5a8ba7a x86: quark: Drop unprotect_spi_flash() by Bin Meng · Mon Feb 01 01:40:40 2016 -0800
  71. 81ca881 x86: tnc: Drop unprotect_spi_flash() by Bin Meng · Mon Feb 01 01:40:39 2016 -0800
  72. d940667 spi: ich: Use compatible strings to distinguish controller version by Bin Meng · Mon Feb 01 01:40:37 2016 -0800
  73. 850dbca imx: mx6: implement mmc_get_env_dev by Peng Fan · Thu Jan 28 16:51:26 2016 +0800
  74. 6c9d8fb imx: mx7dsabresd: move mmc_get_env_devno to soc code by Peng Fan · Thu Jan 28 16:51:25 2016 +0800
  75. 60cee04 arm: pcm052: Add device tree file's by Bhuvanchandra DV · Wed Jan 27 10:31:49 2016 +0530
  76. 0f22494 arm: vf610-twr: Add device tree file's by Bhuvanchandra DV · Wed Jan 27 10:31:48 2016 +0530
  77. 0e8ad89 arm: colibri-vf: Enable serial support by Bhuvanchandra DV · Wed Jan 27 10:31:47 2016 +0530
  78. 682f078 arm: vybrid: Update the license string by Bhuvanchandra DV · Wed Jan 27 10:31:46 2016 +0530
  79. 263d470 arm: vybrid: Enable lpuart support by Bhuvanchandra DV · Wed Jan 27 10:31:45 2016 +0530
  80. 7b9f20a imx: mx6ul/sx: Fix issue in LCDIF clock dividers calculation by Ye Li · Tue Jan 26 22:01:58 2016 +0800
  81. e9534c3 imx: mx6sx: Fix issue in LCDIF clock enablement by Ye Li · Tue Jan 26 22:01:57 2016 +0800
  82. b3d60d5 imx: mx6sxsabreauto: Add support for mx6sx SABREAUTO board by Ye Li · Mon Feb 01 10:41:32 2016 +0800
  83. d5d8bf7 mx6: soc: Add ENET2 mac address support by Ye Li · Mon Feb 01 10:41:31 2016 +0800
  84. ab257ed arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL by Marek Vasut · Wed Dec 16 15:40:06 2015 +0100
  85. 59c88d8 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · Tue Feb 02 07:24:52 2016 -0500
  86. 29a47af Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Feb 02 06:51:05 2016 -0500
  87. 3acd9cc board: atmel: sama5d2_xplained: add SPL support by Wenyou Yang · Mon Feb 01 18:18:21 2016 +0800
  88. 2dd7da9 arm: at91/spl: mpddrc: use IP version to check configuration by Wenyou Yang · Mon Feb 01 18:12:17 2016 +0800
  89. 0b32638 arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization by Wenyou Yang · Mon Feb 01 18:12:16 2016 +0800
  90. aa0a58d arm: at91/spl: mpddrc: add struct atmel_mpddrc_config by Wenyou Yang · Mon Feb 01 18:12:15 2016 +0800
  91. b01bbb7 arm8: ls2080: Move the core errata defines out of board specific file by Ashish kumar · Fri Jan 29 16:40:08 2016 +0530
  92. e2c09ad Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · Mon Feb 01 16:58:46 2016 -0500
  93. 9c6d33c armv8: ls2080a: Implement workaround for core errata 829520, 833471 by Ashish kumar · Wed Jan 27 18:09:32 2016 +0530
  94. d319148 board: Enable ethernet, tftpboot support to pic32mzdask board. by Purna Chandra Mandal · Thu Jan 28 15:30:22 2016 +0530
  95. 85491f5 board: add SDHCI support for PIC32MZDASK board. by Purna Chandra Mandal · Thu Jan 28 15:30:19 2016 +0530
  96. 745dd32 board: Add Microchip PIC32MZ[DA]-Starter-Kit board. by Purna Chandra Mandal · Thu Jan 28 15:30:17 2016 +0530
  97. 5c2dcd2 MIPS: Add support for Microchip PIC32MZ[DA] SoC family. by Purna Chandra Mandal · Thu Jan 28 15:30:16 2016 +0530
  98. e80d11f drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32. by Purna Chandra Mandal · Thu Jan 28 15:30:15 2016 +0530
  99. 825b321 MIPS: initial infrastructure for Microchip PIC32 architecture by Purna Chandra Mandal · Thu Jan 28 15:30:10 2016 +0530
  100. 8d6600b MIPS: Support dynamic I/O port base address by Paul Burton · Fri Jan 29 13:54:52 2016 +0000