1. 661d5de video: bridge: Allow GPIOs to be optional by Simon Glass · Thu Jan 21 19:44:53 2016 -0700
  2. 6463538 video: Add a function to control cache flushing by Simon Glass · Thu Jan 21 19:44:52 2016 -0700
  3. 798ff50 video: Name consoles by their number by Simon Glass · Thu Jan 21 19:44:51 2016 -0700
  4. f5330a4 gpio: Warn about invalid GPIOs used with the 'gpio' command by Simon Glass · Thu Jan 21 19:44:50 2016 -0700
  5. c5667f4 stdio: Correct a build error with driver model by Simon Glass · Thu Jan 21 19:44:49 2016 -0700
  6. cf88b7c rockchip: jerry: Enable the Chrome OS EC by Simon Glass · Thu Jan 21 19:44:13 2016 -0700
  7. c45aec9 rockchip: spi: Remove the explicit pinctrl setting by Simon Glass · Thu Jan 21 19:44:12 2016 -0700
  8. 2c9693c rockchip: spi: Correct chip-enable code by Simon Glass · Thu Jan 21 19:44:11 2016 -0700
  9. 58a52e8 rockchip: spi: Implement the delays by Simon Glass · Thu Jan 21 19:44:10 2016 -0700
  10. 9c73e74 rockchip: gpio: Implement the get_function() method by Simon Glass · Thu Jan 21 19:44:09 2016 -0700
  11. c8d7240 rockchip: gpio: Read the GPIO value correctly by Simon Glass · Thu Jan 21 19:44:08 2016 -0700
  12. 5ec58d2 rockchip: pinctrl: Implement the get_gpio_mux() method by Simon Glass · Thu Jan 21 19:44:07 2016 -0700
  13. 15a4322 rockchip: pinctrl: Reduce the size for SPL by Simon Glass · Thu Jan 21 19:44:06 2016 -0700
  14. 410d45c rockchip: clk: Make rkclk_get_clk() SoC-specific by Simon Glass · Thu Jan 21 19:44:05 2016 -0700
  15. f9ed818 rockchip: spi: Correct the bus init code by Simon Glass · Thu Jan 21 19:44:04 2016 -0700
  16. 30508e9 rockchip: spi: Remember the last speed to avoid re-setting it by Simon Glass · Thu Jan 21 19:44:03 2016 -0700
  17. 50e7689 rockchip: reset: Use the rk_clr/setreg() interface by Simon Glass · Thu Jan 21 19:44:02 2016 -0700
  18. a7376f0 rockchip: sdram: Use the rk_clr/setreg() interface by Simon Glass · Thu Jan 21 19:44:01 2016 -0700
  19. 508c077 dm: clk: Add a simple version of clk_get_by_index() by Simon Glass · Thu Jan 21 19:44:00 2016 -0700
  20. d6eddad dm: power: Allow regulators to not implement all operations by Simon Glass · Thu Jan 21 19:43:59 2016 -0700
  21. 46ad8cb dm: power: Tidy up debugging output and return values by Simon Glass · Thu Jan 21 19:43:58 2016 -0700
  22. 96f0444 dm: core: Export uclass_find_device_by_of_offset() by Simon Glass · Thu Jan 21 19:43:57 2016 -0700
  23. 2d4fa3c dm: pinctrl: Add a way for a GPIO driver to obtain a pin function by Simon Glass · Thu Jan 21 19:43:56 2016 -0700
  24. c8db7b4 dm: power: Allow regulators to be omitted from SPL by Simon Glass · Thu Jan 21 19:43:55 2016 -0700
  25. 0f5c269 spi: Correct device tree usage in spi_flash_decode_fdt() by Simon Glass · Thu Jan 21 19:43:54 2016 -0700
  26. 6e4666b dm: i2c: Allow muxes to be enabled for SPL separately by Simon Glass · Thu Jan 21 19:43:53 2016 -0700
  27. 2096af6 cros_ec: Disable the Chrome OS EC in SPL by Simon Glass · Thu Jan 21 19:43:52 2016 -0700
  28. 8aba11d gpio: Allow 's' as an abbreviation for 'status' by Simon Glass · Thu Jan 21 19:43:51 2016 -0700
  29. fa0ced1 rockchip: jerry: Drop unused options by Simon Glass · Thu Jan 21 19:43:50 2016 -0700
  30. 70bad91 rockchip: Disable simple-bus in SPL for firefly-rk3288, jerry by Simon Glass · Thu Jan 21 19:43:49 2016 -0700
  31. 99ac701 rockchip: jerry: Enable the RK808 PMIC and regulator by Simon Glass · Thu Jan 21 19:43:48 2016 -0700
  32. 279d749 rockchip: Move firefly and jerry to use the full pinctrl by Simon Glass · Thu Jan 21 19:43:47 2016 -0700
  33. 253ea25 rockchip: pinctrl: Add a full pinctrl driver by Simon Glass · Thu Jan 21 19:43:46 2016 -0700
  34. d4a8a68 rockchip: mmc: Update the driver to use the new clock ID by Simon Glass · Thu Jan 21 19:43:45 2016 -0700
  35. f2e033f rockchip: spi: Avoid setting the pinctrl twice by Simon Glass · Thu Jan 21 19:43:44 2016 -0700
  36. a95049e rockchip: spi: Update the driver to use the new clock ID by Simon Glass · Thu Jan 21 19:43:43 2016 -0700
  37. 3d15605 rockchip: i2c: Update the driver to use the new clock ID by Simon Glass · Thu Jan 21 19:43:42 2016 -0700
  38. 344f366 rockchip: clock: Add a function to find a clock by ID by Simon Glass · Thu Jan 21 19:43:41 2016 -0700
  39. 398ced1 rockchip: clk: Add a function to get a peripheral clock rate by Simon Glass · Thu Jan 21 19:43:40 2016 -0700
  40. afe0cb0 rockchip: clock: Rename the general clock variable to gclk_rate by Simon Glass · Thu Jan 21 19:43:39 2016 -0700
  41. 8d32f4b rockchip: Use a separate clock ID for clocks by Simon Glass · Thu Jan 21 19:43:38 2016 -0700
  42. 930ec98 rockchip: jerry: Disable pmic-int-1 setup to avoid a hang by Simon Glass · Thu Jan 21 19:43:37 2016 -0700
  43. af0b744 rockchip: Use pwrseq for MMC start-up on jerry by Simon Glass · Thu Jan 21 19:43:36 2016 -0700
  44. 3b4057b rockchip: Correct the defconfig order by Simon Glass · Thu Jan 21 19:43:35 2016 -0700
  45. 947fd98 rockchip: mmc: Use a pwrseq device if available by Simon Glass · Thu Jan 21 19:43:34 2016 -0700
  46. d2ce62b rockchip: Convert the PMU IOMUX registers into an array by Simon Glass · Thu Jan 21 19:43:33 2016 -0700
  47. 873220a rockchip: Avoid using MMC code when not booting from MMC by Simon Glass · Thu Jan 21 19:43:32 2016 -0700
  48. c979517 dm: Add a power sequencing uclass by Simon Glass · Thu Jan 21 19:43:31 2016 -0700
  49. adecfef power: Add support for RK808 regulators by Simon Glass · Thu Jan 21 19:43:30 2016 -0700
  50. a8bd2ac power: Add base support for the RK808 PMIC by Simon Glass · Thu Jan 21 19:43:29 2016 -0700
  51. dea7f2e dts: Bring in pinctrl device tree binding by Simon Glass · Thu Jan 21 19:43:28 2016 -0700
  52. 0875f24 dm: pmic: Add 'reg status' to show all regulators by Simon Glass · Thu Jan 21 19:43:27 2016 -0700
  53. a098447 dm: pinctrl: Add a function to parse PIN_CONFIG flags by Simon Glass · Thu Jan 21 19:43:26 2016 -0700
  54. 27ce962 dm: core: Don't set pinctrl for pinctrl devices by Simon Glass · Thu Jan 21 19:43:25 2016 -0700
  55. 3e43a3e rockchip: kylin: Store env in emmc by Jeffy Chen · Thu Jan 14 10:19:41 2016 +0800
  56. a32d009 rockchip: kylin: Check fastboot request by Jeffy Chen · Thu Jan 14 10:19:40 2016 +0800
  57. 4d533cd rockchip: kylin: Add default gpt partition table by Jeffy Chen · Thu Jan 14 10:19:38 2016 +0800
  58. 70ddfcf rockchip: rk3036: Bind GPIO banks by Jeffy Chen · Thu Jan 14 10:19:37 2016 +0800
  59. 113094e ARM: bootm: Try to use relocated ramdisk by Jeffy Chen · Thu Jan 14 10:19:36 2016 +0800
  60. 0342bd2 dm: clk: Add support for decoding clocks from the device tree by Simon Glass · Wed Jan 20 19:43:02 2016 -0700
  61. 31adfc2 clk: add fixed rate clock driver by Masahiro Yamada · Tue Jan 19 13:55:28 2016 +0900
  62. 420c8f2 Merge git://git.denx.de/u-boot-dm by Tom Rini · Thu Jan 21 11:49:49 2016 -0500
  63. cd21371 Merge branch 'master' of git://git.denx.de/u-boot-i2c; branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · Thu Jan 21 09:12:22 2016 -0500
  64. 8d3d7c1 sunxi: Add support for the I2C controller which is part of the PRCM by Jelle van der Waa · Thu Jan 14 14:06:26 2016 +0100
  65. 6b703e0 i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs by Hans de Goede · Thu Jan 14 14:06:25 2016 +0100
  66. 687f1f8 nds32: Fix compile error. by rick · Tue Jan 19 13:52:10 2016 +0800
  67. 7a1cb29 dm: video: test: Test that bitmap display works correctly by Simon Glass · Mon Jan 18 19:52:28 2016 -0700
  68. a0f1efe dm: video: test: Add tests for rotated consoles by Simon Glass · Mon Jan 18 19:52:27 2016 -0700
  69. 90b6fef dm: video: test: Add tests for the video uclass by Simon Glass · Mon Jan 18 19:52:26 2016 -0700
  70. 38a2ae2 dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · Mon Jan 18 19:52:25 2016 -0700
  71. 161eea7 sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig by Simon Glass · Mon Jan 18 19:52:24 2016 -0700
  72. 0005cb2 dm: stdio: video: Plumb the video uclass into stdio by Simon Glass · Mon Jan 18 19:52:23 2016 -0700
  73. 68b2627 dm: video: Implement the bmp command for driver model by Simon Glass · Mon Jan 18 19:52:22 2016 -0700
  74. fce58f5 dm: common: Add memory reservation for the video uclass by Simon Glass · Mon Jan 18 19:52:21 2016 -0700
  75. 1008da0 common: Move LCD and video memory reservation together by Simon Glass · Mon Jan 18 19:52:20 2016 -0700
  76. 87aae88 dm: video: Add a driver for a rotated text console by Simon Glass · Mon Jan 18 19:52:19 2016 -0700
  77. 23825a9 dm: video: Add a 'normal' text console driver by Simon Glass · Mon Jan 18 19:52:18 2016 -0700
  78. 84c7fb3 dm: video: Add a uclass for the text console by Simon Glass · Mon Jan 18 19:52:17 2016 -0700
  79. 68f5bf3 dm: lcd: Avoid using the lcd.h header file with driver model by Simon Glass · Mon Jan 18 19:52:16 2016 -0700
  80. 623d28f dm: video: Add a video uclass by Simon Glass · Mon Jan 18 19:52:15 2016 -0700
  81. 24b9c46 arm: ls1021atwr: Enable driver model lpuart serial driver by Bin Meng · Wed Jan 13 19:39:06 2016 -0800
  82. 4951af5 arm: ls1021atwr: Split off board device tree by Bin Meng · Wed Jan 13 19:39:05 2016 -0800
  83. 8a70d6d serial: lpuart: Add driver model serial support by Bin Meng · Wed Jan 13 19:39:04 2016 -0800
  84. 6338fbd serial: lpuart: Prepare the driver for DM conversion by Bin Meng · Wed Jan 13 19:39:03 2016 -0800
  85. a08d0bd serial: lpuart: Call local version of setbrg and putc directly by Bin Meng · Wed Jan 13 19:39:02 2016 -0800
  86. a8cc172 serial: lpuart: Fix several cosmetic issues by Bin Meng · Wed Jan 13 19:39:01 2016 -0800
  87. 4409dcf serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig by Bin Meng · Wed Jan 13 19:39:00 2016 -0800
  88. 06229a9 arm: ls1021atwr: Convert to driver model and enable serial support by Bin Meng · Wed Jan 13 19:38:59 2016 -0800
  89. b819911 Revert "fdt_support: Add multi-serial support for stdout fixup" by Bin Meng · Wed Jan 13 19:38:58 2016 -0800
  90. 6818820 test/py: add a test for the sleep command by Stephen Warren · Fri Jan 15 11:15:31 2016 -0700
  91. df278bb test/py: test the ums command by Stephen Warren · Fri Jan 15 11:15:30 2016 -0700
  92. 47a2ca7 test/py: test the shell if command by Stephen Warren · Fri Jan 15 11:15:29 2016 -0700
  93. 9367d4d test/py: add test of basic shell functionality by Stephen Warren · Fri Jan 15 11:15:28 2016 -0700
  94. 819f23b test/py: test the md/mw commands by Stephen Warren · Fri Jan 15 11:15:27 2016 -0700
  95. d631062 test/py: add test of setenv/printenv/echo by Stephen Warren · Fri Jan 15 11:15:26 2016 -0700
  96. f8826ef test/py: test that sandbox exits when asked by Stephen Warren · Fri Jan 15 11:15:25 2016 -0700
  97. 10e5063 test/py: Implement pytest infrastructure by Stephen Warren · Fri Jan 15 11:15:24 2016 -0700
  98. 80c2ebc patman: Add --thread option by Mateusz Kulikowski · Thu Jan 14 20:37:41 2016 +0100
  99. 67c2295 clk: add API to enable clock by Masahiro Yamada · Wed Jan 13 13:16:12 2016 +0900
  100. ecf20f6 clk: add static qualifier to local functions by Masahiro Yamada · Wed Jan 13 13:16:10 2016 +0900