1. 6d064ee serial: Remove serial_putc_raw_dev by Tom Rini · Wed Jan 20 07:23:05 2016 -0500
  2. 9afcd96 x86: ivybridge: Use the I2C driver to perform SMbus init by Simon Glass · Sun Jan 17 16:11:45 2016 -0700
  3. 5e66fdc x86: i2c: Add a stub driver for Intel I2C/SMbus by Simon Glass · Sun Jan 17 16:11:44 2016 -0700
  4. cfe85a8 ahci: Add a disk-controller uclass by Simon Glass · Sun Jan 17 16:11:34 2016 -0700
  5. d3e0c8f dm: pci: Convert bios_emu to use the driver model PCI API by Simon Glass · Sun Jan 17 16:11:09 2016 -0700
  6. 6d5579c dm: syscon: Allow finding devices by driver data by Simon Glass · Sun Jan 17 16:11:08 2016 -0700
  7. 9470c72 dm: usb: Add a compatible string for PCI EHCI controller by Simon Glass · Sun Jan 17 16:11:07 2016 -0700
  8. cb2bc54 dm: core: Display the error number when driver binding fails by Simon Glass · Sun Jan 17 16:11:06 2016 -0700
  9. 3276163 dm: x86: spi: Convert ICH SPI driver to driver model PCI API by Simon Glass · Mon Jan 18 20:19:21 2016 -0700
  10. fcac1dd spi: ich: Separate out the read/write trace from normal debugging by Simon Glass · Mon Jan 18 20:19:20 2016 -0700
  11. b5d00de dm: x86: Add a driver for Intel PCH9 by Simon Glass · Mon Jan 18 20:19:19 2016 -0700
  12. 567696b dm: x86: Add a driver for Intel PCH7 by Simon Glass · Mon Jan 18 20:19:18 2016 -0700
  13. 68a2423 dm: Expand the uclass for Platform Controller Hubs (PCH) by Simon Glass · Mon Jan 18 20:19:17 2016 -0700
  14. 4af3dc1 dm: pci: Avoid using pci_bus_to_hose() in the uclass by Simon Glass · Mon Jan 18 20:19:16 2016 -0700
  15. e2b6b56 dm: pci: Add a function to write a BAR by Simon Glass · Mon Jan 18 20:19:15 2016 -0700
  16. 2e4e443 dm: pci: Move pci_bus_to_hose() to compatibility by Simon Glass · Mon Jan 18 20:19:14 2016 -0700
  17. 94906e4 rockchip: spl: Support full-speed CPU in SPL by Simon Glass · Thu Jan 21 19:45:17 2016 -0700
  18. 4ef01fc rockchip: rk3288: pinctrl: Fix HDMI pinctrl by Simon Glass · Thu Jan 21 19:45:16 2016 -0700
  19. e6a682b rockchip: rk3288: clock: Fix various minor errors by Simon Glass · Thu Jan 21 19:45:15 2016 -0700
  20. e421bb8 rockchip: video: Add a video-output driver by Simon Glass · Thu Jan 21 19:45:05 2016 -0700
  21. 9160b4c rockchip: video: Add a display driver for rockchip eDP by Simon Glass · Thu Jan 21 19:45:04 2016 -0700
  22. 0139ae6 rockchip: video: Add a display driver for rockchip HDMI by Simon Glass · Thu Jan 21 19:45:03 2016 -0700
  23. 273afb2 rockchip: clk: Add support for clocks needed by the displays by Simon Glass · Thu Jan 21 19:45:02 2016 -0700
  24. 5562bf1 rockchip: Rename the CRU_MODE_CON fields by Simon Glass · Thu Jan 21 19:45:01 2016 -0700
  25. 7d3d776 dm: video: Repurpose the 'displayport' uclass to 'display' by Simon Glass · Thu Jan 21 19:45:00 2016 -0700
  26. 6aa801b video: panel: Add a simple panel driver by Simon Glass · Thu Jan 21 19:44:59 2016 -0700
  27. 14d1c8e dm: panel: Add a panel uclass by Simon Glass · Thu Jan 21 19:44:58 2016 -0700
  28. 37211bf dm: backlight: Add a driver for a PWM backlight by Simon Glass · Thu Jan 21 19:44:57 2016 -0700
  29. 8f79048 dm: backlight: Add a backlight uclass by Simon Glass · Thu Jan 21 19:44:56 2016 -0700
  30. c5915f7 pwm: rockchip: Add a PWM driver for Rockchip SoCs by Simon Glass · Thu Jan 21 19:44:55 2016 -0700
  31. b3f0756 dm: pwm: Add a PWM uclass by Simon Glass · Thu Jan 21 19:44:54 2016 -0700
  32. 661d5de video: bridge: Allow GPIOs to be optional by Simon Glass · Thu Jan 21 19:44:53 2016 -0700
  33. 6463538 video: Add a function to control cache flushing by Simon Glass · Thu Jan 21 19:44:52 2016 -0700
  34. 798ff50 video: Name consoles by their number by Simon Glass · Thu Jan 21 19:44:51 2016 -0700
  35. c45aec9 rockchip: spi: Remove the explicit pinctrl setting by Simon Glass · Thu Jan 21 19:44:12 2016 -0700
  36. 2c9693c rockchip: spi: Correct chip-enable code by Simon Glass · Thu Jan 21 19:44:11 2016 -0700
  37. 58a52e8 rockchip: spi: Implement the delays by Simon Glass · Thu Jan 21 19:44:10 2016 -0700
  38. 9c73e74 rockchip: gpio: Implement the get_function() method by Simon Glass · Thu Jan 21 19:44:09 2016 -0700
  39. c8d7240 rockchip: gpio: Read the GPIO value correctly by Simon Glass · Thu Jan 21 19:44:08 2016 -0700
  40. 5ec58d2 rockchip: pinctrl: Implement the get_gpio_mux() method by Simon Glass · Thu Jan 21 19:44:07 2016 -0700
  41. 15a4322 rockchip: pinctrl: Reduce the size for SPL by Simon Glass · Thu Jan 21 19:44:06 2016 -0700
  42. 410d45c rockchip: clk: Make rkclk_get_clk() SoC-specific by Simon Glass · Thu Jan 21 19:44:05 2016 -0700
  43. f9ed818 rockchip: spi: Correct the bus init code by Simon Glass · Thu Jan 21 19:44:04 2016 -0700
  44. 30508e9 rockchip: spi: Remember the last speed to avoid re-setting it by Simon Glass · Thu Jan 21 19:44:03 2016 -0700
  45. 508c077 dm: clk: Add a simple version of clk_get_by_index() by Simon Glass · Thu Jan 21 19:44:00 2016 -0700
  46. d6eddad dm: power: Allow regulators to not implement all operations by Simon Glass · Thu Jan 21 19:43:59 2016 -0700
  47. 46ad8cb dm: power: Tidy up debugging output and return values by Simon Glass · Thu Jan 21 19:43:58 2016 -0700
  48. 96f0444 dm: core: Export uclass_find_device_by_of_offset() by Simon Glass · Thu Jan 21 19:43:57 2016 -0700
  49. 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
  50. c8db7b4 dm: power: Allow regulators to be omitted from SPL by Simon Glass · Thu Jan 21 19:43:55 2016 -0700
  51. 0f5c269 spi: Correct device tree usage in spi_flash_decode_fdt() by Simon Glass · Thu Jan 21 19:43:54 2016 -0700
  52. 6e4666b dm: i2c: Allow muxes to be enabled for SPL separately by Simon Glass · Thu Jan 21 19:43:53 2016 -0700
  53. 2096af6 cros_ec: Disable the Chrome OS EC in SPL by Simon Glass · Thu Jan 21 19:43:52 2016 -0700
  54. 253ea25 rockchip: pinctrl: Add a full pinctrl driver by Simon Glass · Thu Jan 21 19:43:46 2016 -0700
  55. d4a8a68 rockchip: mmc: Update the driver to use the new clock ID by Simon Glass · Thu Jan 21 19:43:45 2016 -0700
  56. f2e033f rockchip: spi: Avoid setting the pinctrl twice by Simon Glass · Thu Jan 21 19:43:44 2016 -0700
  57. a95049e rockchip: spi: Update the driver to use the new clock ID by Simon Glass · Thu Jan 21 19:43:43 2016 -0700
  58. 3d15605 rockchip: i2c: Update the driver to use the new clock ID by Simon Glass · Thu Jan 21 19:43:42 2016 -0700
  59. 344f366 rockchip: clock: Add a function to find a clock by ID by Simon Glass · Thu Jan 21 19:43:41 2016 -0700
  60. 398ced1 rockchip: clk: Add a function to get a peripheral clock rate by Simon Glass · Thu Jan 21 19:43:40 2016 -0700
  61. afe0cb0 rockchip: clock: Rename the general clock variable to gclk_rate by Simon Glass · Thu Jan 21 19:43:39 2016 -0700
  62. 8d32f4b rockchip: Use a separate clock ID for clocks by Simon Glass · Thu Jan 21 19:43:38 2016 -0700
  63. 947fd98 rockchip: mmc: Use a pwrseq device if available by Simon Glass · Thu Jan 21 19:43:34 2016 -0700
  64. d2ce62b rockchip: Convert the PMU IOMUX registers into an array by Simon Glass · Thu Jan 21 19:43:33 2016 -0700
  65. c979517 dm: Add a power sequencing uclass by Simon Glass · Thu Jan 21 19:43:31 2016 -0700
  66. adecfef power: Add support for RK808 regulators by Simon Glass · Thu Jan 21 19:43:30 2016 -0700
  67. a8bd2ac power: Add base support for the RK808 PMIC by Simon Glass · Thu Jan 21 19:43:29 2016 -0700
  68. a098447 dm: pinctrl: Add a function to parse PIN_CONFIG flags by Simon Glass · Thu Jan 21 19:43:26 2016 -0700
  69. 27ce962 dm: core: Don't set pinctrl for pinctrl devices by Simon Glass · Thu Jan 21 19:43:25 2016 -0700
  70. 70ddfcf rockchip: rk3036: Bind GPIO banks by Jeffy Chen · Thu Jan 14 10:19:37 2016 +0800
  71. 0342bd2 dm: clk: Add support for decoding clocks from the device tree by Simon Glass · Wed Jan 20 19:43:02 2016 -0700
  72. 31adfc2 clk: add fixed rate clock driver by Masahiro Yamada · Tue Jan 19 13:55:28 2016 +0900
  73. 420c8f2 Merge git://git.denx.de/u-boot-dm by Tom Rini · Thu Jan 21 11:49:49 2016 -0500
  74. 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
  75. 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
  76. 90b6fef dm: video: test: Add tests for the video uclass by Simon Glass · Mon Jan 18 19:52:26 2016 -0700
  77. 38a2ae2 dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · Mon Jan 18 19:52:25 2016 -0700
  78. 161eea7 sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig by Simon Glass · Mon Jan 18 19:52:24 2016 -0700
  79. 68b2627 dm: video: Implement the bmp command for driver model by Simon Glass · Mon Jan 18 19:52:22 2016 -0700
  80. 87aae88 dm: video: Add a driver for a rotated text console by Simon Glass · Mon Jan 18 19:52:19 2016 -0700
  81. 23825a9 dm: video: Add a 'normal' text console driver by Simon Glass · Mon Jan 18 19:52:18 2016 -0700
  82. 84c7fb3 dm: video: Add a uclass for the text console by Simon Glass · Mon Jan 18 19:52:17 2016 -0700
  83. 623d28f dm: video: Add a video uclass by Simon Glass · Mon Jan 18 19:52:15 2016 -0700
  84. 8a70d6d serial: lpuart: Add driver model serial support by Bin Meng · Wed Jan 13 19:39:04 2016 -0800
  85. 6338fbd serial: lpuart: Prepare the driver for DM conversion by Bin Meng · Wed Jan 13 19:39:03 2016 -0800
  86. a08d0bd serial: lpuart: Call local version of setbrg and putc directly by Bin Meng · Wed Jan 13 19:39:02 2016 -0800
  87. a8cc172 serial: lpuart: Fix several cosmetic issues by Bin Meng · Wed Jan 13 19:39:01 2016 -0800
  88. 4409dcf serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig by Bin Meng · Wed Jan 13 19:39:00 2016 -0800
  89. 67c2295 clk: add API to enable clock by Masahiro Yamada · Wed Jan 13 13:16:12 2016 +0900
  90. ecf20f6 clk: add static qualifier to local functions by Masahiro Yamada · Wed Jan 13 13:16:10 2016 +0900
  91. 92b8c2f clk: move Kconfig options into sub-menu by Masahiro Yamada · Tue Jan 12 16:36:38 2016 +0900
  92. 4faff28 timer: sandbox: work without device tree by Stephen Warren · Wed Jan 06 10:33:04 2016 -0700
  93. 023ddfe dm: timer: refuse timers with zero clock_rate by Stephen Warren · Wed Jan 06 10:33:03 2016 -0700
  94. 286863d dm: core: Call uclass post_bind() after the driver's bind() method by Simon Glass · Tue Jan 05 09:30:59 2016 -0700
  95. 9cefa47 pinctrl: Avoid binding all pinconfig nodes before relocation by Simon Glass · Tue Dec 29 05:22:52 2015 -0700
  96. 547cb34 dm: mmc: Try to honour the sequence order by Simon Glass · Tue Dec 29 05:22:49 2015 -0700
  97. ee8a3d9 dm: gpio: Allow the uclass to work without printf() by Simon Glass · Tue Dec 29 05:22:48 2015 -0700
  98. afae370 drivers: timer: omap_timer: add timer driver for omap devices based on dm by Mugunthan V N · Thu Dec 24 16:08:07 2015 +0530
  99. 5d0f01f dm: timer: uclass: Add flag to control sequence numbering by Mugunthan V N · Thu Dec 24 16:08:06 2015 +0530
  100. 6f89d04 dm: timer: uclass: add timer init in uclass driver to add timer device by Mugunthan V N · Sat Jan 16 21:33:58 2016 +0530