1. 83c4c3b Merge branch '2018-12-15-master-imports' by Tom Rini · Sat Dec 15 17:47:28 2018 -0500
  2. 8a5a8a7 syscon: update syscon_node_to_regmap to use the DM functions by Patrick Delaunay · Wed Oct 31 16:49:03 2018 +0100
  3. e7722de tools: mtk_image: replace strncpy(d, s, sizeof(d)) with snprintf() by Andy Shevchenko · Tue Dec 11 16:41:43 2018 +0200
  4. 4d6701e serial: serial_stm32: Add reset support by Patrice Chotard · Tue Dec 04 14:11:36 2018 +0100
  5. 9bbb50d poplar: fix boot failure caused by serial driver change by Shawn Guo · Wed Dec 12 15:24:44 2018 +0800
  6. 5bc6f48 poplar: add a co-maintainer for poplar board by Shawn Guo · Thu Dec 13 17:10:43 2018 +0800
  7. e2fa4ca tools: add a generic config for native tools building by Otavio Salvador · Fri Dec 07 19:00:41 2018 -0500
  8. 74fd547 test: Only descend into test/ when CONFIG_UNIT_TEST is enabled by Tom Rini · Fri Dec 07 19:00:40 2018 -0500
  9. 40e0945 cmd: Move the "dm" command from test/dm/ to cmd/ by Tom Rini · Fri Dec 07 19:00:39 2018 -0500
  10. 1f0f1bd hashtable: fix length calculation in hexport_r by AKASHI Takahiro · Fri Dec 14 18:42:51 2018 +0900
  11. 57816e0 tee: change return code for REE FS supplicant cmd by Igor Opaniuk · Tue Dec 04 14:37:19 2018 +0200
  12. de1fb0d Merge tag 'dm-pull-14dec18' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Dec 14 14:18:47 2018 -0500
  13. 51aa860 dm: sound: Use the correct number of channels for sound by Simon Glass · Mon Dec 10 10:37:51 2018 -0700
  14. 658a874 dm: sandbox: Allow selection of sample rate and channels by Simon Glass · Mon Dec 10 10:37:50 2018 -0700
  15. ad2a5e3 dm: sound: max98095: Tidy up error codes by Simon Glass · Mon Dec 10 10:37:49 2018 -0700
  16. c301445 dm: sound: Fix license headers by Simon Glass · Mon Dec 10 10:37:48 2018 -0700
  17. ab6dbe6 dm: sound: Complete migration to driver model by Simon Glass · Mon Dec 10 10:37:47 2018 -0700
  18. eaee9d2 dm: exynos: Drop CONFIG_DM_I2C_COMPAT by Simon Glass · Mon Dec 10 10:37:46 2018 -0700
  19. 3e61017 dm: sandbox: sound: Convert to use driver model by Simon Glass · Mon Dec 10 10:37:45 2018 -0700
  20. 38d0bb3 dm: exynos: sound: Convert to use driver model by Simon Glass · Mon Dec 10 10:37:44 2018 -0700
  21. 803f6b5 dm: sound: exynos: Add support for max98090 by Simon Glass · Mon Dec 10 10:37:43 2018 -0700
  22. 504a790 dm: sound: Move common code out of maxim98095 by Simon Glass · Mon Dec 10 10:37:42 2018 -0700
  23. 12d70f4 exynos: Add support for exynos5420 i2s pinmux by Simon Glass · Mon Dec 10 10:37:41 2018 -0700
  24. 8d451b4 exynos: Add proid_is_exynos542x() for common 542x by Simon Glass · Mon Dec 10 10:37:40 2018 -0700
  25. 4070ba6 dm: sound: Add conversion to driver model by Simon Glass · Mon Dec 10 10:37:39 2018 -0700
  26. 927a371 dm: sound: Start i2c IDs from 0 by Simon Glass · Mon Dec 10 10:37:38 2018 -0700
  27. 6df01f9 dm: core: Add a function to read into a unsigned int by Simon Glass · Mon Dec 10 10:37:37 2018 -0700
  28. 76072ac dm: sound: Create a uclass for sound by Simon Glass · Mon Dec 10 10:37:36 2018 -0700
  29. 0d22f41 dm: sandbox: Update sound to use two buffers by Simon Glass · Mon Dec 10 10:37:35 2018 -0700
  30. c953aaf dm: sound: Create a uclass for i2s by Simon Glass · Mon Dec 10 10:37:34 2018 -0700
  31. ed96cde dm: sound: Create a uclass for audio codecs by Simon Glass · Mon Dec 10 10:37:33 2018 -0700
  32. aaa650c dm: sound: Rename samsung_i2s_priv to i2s_uc_priv by Simon Glass · Mon Dec 10 10:37:32 2018 -0700
  33. 799b29b dm: sound: Create an option to use driver model for sound by Simon Glass · Mon Dec 10 10:37:31 2018 -0700
  34. 15a94be dm: sound: exynos: Correct codec bus addresses by Simon Glass · Mon Dec 10 10:37:30 2018 -0700
  35. f222236 dm: sound: Fix up header ordering by Simon Glass · Mon Dec 03 04:37:34 2018 -0700
  36. 21f2a48 dm: sound: wm8994: Drop wm8994_i2c_init() by Simon Glass · Mon Dec 03 04:37:33 2018 -0700
  37. 860b11c dm: sound: max98095: Drop g_codec_info and g_max98095_info by Simon Glass · Mon Dec 03 04:37:32 2018 -0700
  38. 2947db1 dm: sound: wm8994: Drop g_codec_info and g_wm8994_info by Simon Glass · Mon Dec 03 04:37:31 2018 -0700
  39. 77c0434 dm: sound: max98095: Drop global i2c-address variable by Simon Glass · Mon Dec 03 04:37:30 2018 -0700
  40. 49471d8 dm: sound: wm8994: Drop global i2c-address variable by Simon Glass · Mon Dec 03 04:37:29 2018 -0700
  41. e1458f6 dm: sound: max98095: Split out interface setup code by Simon Glass · Mon Dec 03 04:37:28 2018 -0700
  42. 378b23a dm: sound: wm899c: Split out interface setup code by Simon Glass · Mon Dec 03 04:37:27 2018 -0700
  43. 998f4d8 dm: sound: wm8994: Create a new common init function by Simon Glass · Mon Dec 03 04:37:26 2018 -0700
  44. fd7d697 dm: sound: max98095: Pass private data to internal functions by Simon Glass · Mon Dec 03 04:37:25 2018 -0700
  45. e9be4cf dm: sound: wm8994: Pass private data to internal functions by Simon Glass · Mon Dec 03 04:37:24 2018 -0700
  46. 1073d2e dm: sound: Drop codec_type by Simon Glass · Mon Dec 03 04:37:23 2018 -0700
  47. 302eea4 dm: sound: samsung: Rename i2stx_info to samsung_i2s_priv by Simon Glass · Mon Dec 03 04:37:22 2018 -0700
  48. 6e5faf0 dm: sound: Drop unused pre-device-tree code by Simon Glass · Mon Dec 03 04:37:21 2018 -0700
  49. 5cf327b dm: sound: Rename en_sound_codec to sound_codec by Simon Glass · Mon Dec 03 04:37:20 2018 -0700
  50. 3f1bd87 dm: sound: samsung: Make local function static by Simon Glass · Mon Dec 03 04:37:19 2018 -0700
  51. 97ebdd4 snow: Expand U-Boot size by Simon Glass · Mon Dec 03 04:37:18 2018 -0700
  52. b24fdd4 sandbox: Increase the pre-relocation memory by Simon Glass · Mon Dec 03 04:37:17 2018 -0700
  53. c52300e Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Thu Dec 13 09:36:55 2018 -0500
  54. 3e214cf Merge branch '2018-12-12-master-imports' by Tom Rini · Wed Dec 12 19:45:07 2018 -0500
  55. 382948c am3517_evm: Use ttyS2 instead of ttyO2 by Adam Ford · Mon Dec 10 14:56:36 2018 -0600
  56. c4f983e firmware: psci: introduce SPL_ARM_PSCI_FW by Peng Fan · Sun Dec 09 12:45:45 2018 +0000
  57. a418900 test: overlay: NULL passed as fdt by Heinrich Schuchardt · Sat Dec 08 09:53:05 2018 +0100
  58. 68e93a5 ARM: omap3logic: Remove legacy USB code in favor of DM_USB by Adam Ford · Fri Dec 07 17:28:03 2018 -0600
  59. d95e72a ARM: omap3_logic/omap35_logic: Move to DM_USB by Adam Ford · Fri Dec 07 14:38:33 2018 -0600
  60. 813742e arm: am335x-pdu001: Move from embedded to separate DTB by Felix Brack · Fri Dec 07 15:01:55 2018 +0100
  61. 9108d92 spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT by Sekhar Nori · Thu Dec 06 15:40:08 2018 +0530
  62. ef552cd defconfigs: am335x_hs_evm: Sync HS and non-HS defconfigs by Andrew F. Davis · Wed Dec 05 12:33:33 2018 -0600
  63. b28ec14 fdt: Add warning about CONFIG_OF_EMBED by Simon Glass · Wed Dec 05 06:57:08 2018 -0700
  64. 1794ae6 blk: Rework guard around part_init call by Tom Rini · Wed Dec 05 08:23:38 2018 -0500
  65. d6b825c test: hexdump: fix misplaced return by Simon Goldschmidt · Tue Dec 04 21:30:08 2018 +0100
  66. 9b614ea qemu-arm: Add persistent environment support by Sumit Garg · Mon Nov 26 16:50:17 2018 +0530
  67. c960663 qemu-arm: Enable VirtIO distro target by Sumit Garg · Tue Nov 13 10:21:24 2018 +0530
  68. 33c226c i2c: tegra: Fix regression by implementing a dummy probe_chip() callback by Jean-Jacques Hiblot · Tue Dec 11 19:56:34 2018 +0100
  69. 03e9c4e ARM: davinci: Orphan Spectrum Digital AM18xx EVM by Adam Ford · Tue Dec 11 07:41:03 2018 -0600
  70. da75cc6 travis: Add check for configs without MAINTAINERS entries by Tom Rini · Thu Dec 06 16:39:43 2018 -0500
  71. 3f829b8 Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Mon Dec 10 17:12:52 2018 -0500
  72. 32c603a Merge tag 'mips-fixes-for-2019.01' of git://git.denx.de/u-boot-mips by Tom Rini · Mon Dec 10 17:12:28 2018 -0500
  73. 592d9ff bmips: bcm6838: fix device tree warning by Álvaro Fernández Rojas · Mon Dec 10 17:42:58 2018 +0100
  74. b0347f3 bmips: swapping IO space isn't required by Álvaro Fernández Rojas · Sun Dec 09 10:41:27 2018 +0100
  75. cfad8a4 Merge tag 'for-master-20181210' of git://git.denx.de/u-boot-rockchip by Tom Rini · Mon Dec 10 10:19:09 2018 -0500
  76. d914c09 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Mon Dec 10 07:16:33 2018 -0500
  77. 688238d Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Mon Dec 10 07:15:55 2018 -0500
  78. c2b718a Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Mon Dec 10 07:15:41 2018 -0500
  79. aeed611 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Mon Dec 10 07:15:12 2018 -0500
  80. c6ea553 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Mon Dec 10 07:14:48 2018 -0500
  81. d47f7c7 rockchip: rk3399-puma: enable fan53555 regulators in DTS by Philipp Tomsich · Fri Nov 30 20:00:10 2018 +0100
  82. 3baf440 rockchip: rk3399-puma: defconfig: enable FAN53555 regulator driver by Philipp Tomsich · Fri Nov 30 20:00:09 2018 +0100
  83. b7f57e1 power: add FAN53555 family support by Philipp Tomsich · Fri Nov 30 20:00:08 2018 +0100
  84. 57be882 bootcount: add a DM RTC backing store for bootcount by Philipp Tomsich · Tue Nov 27 23:00:19 2018 +0100
  85. ce86031 bootcount: add uclass for bootcount by Philipp Tomsich · Tue Nov 27 23:00:18 2018 +0100
  86. 35f635c rockchip: rk322x: ram: enable DRAM init in SPL instead of TPL by Kever Yang · Tue Dec 04 17:49:58 2018 +0800
  87. fc574be cmd: i2c: Fix help output of i2c command. by Christoph Muellner · Tue Dec 04 11:27:18 2018 +0100
  88. 651201b dra7: Allow selecting a new dtb after board detection. by Jean-Jacques Hiblot · Fri Dec 07 14:50:55 2018 +0100
  89. 272b67d drivers: core: nullify gd->dm_root after dm_uninit() by Jean-Jacques Hiblot · Fri Dec 07 14:50:54 2018 +0100
  90. 00b2988 drivers: core: Add the option SPL_DM_DEVICE_REMOVE to the Kconfig by Jean-Jacques Hiblot · Fri Dec 07 14:50:53 2018 +0100
  91. 7c530e3 lib: fdtdec: Add function re-setup the fdt more effeciently by Jean-Jacques Hiblot · Fri Dec 07 14:50:52 2018 +0100
  92. 6ba3921 configs: dra7xx-evm: increase the size of the malloc's pool before relocation by Jean-Jacques Hiblot · Fri Dec 07 14:50:51 2018 +0100
  93. 184ec9a am57xx: remove non-DM I2C code by Jean-Jacques Hiblot · Fri Dec 07 14:50:50 2018 +0100
  94. 52a5151 ti: remove usage of DM_I2C_COMPAT and don't disable DM_I2C in SPL by Jean-Jacques Hiblot · Fri Dec 07 14:50:49 2018 +0100
  95. 70109bb configs: am335x_pdu001: remove CONFIG_DM_I2C_COMPAT by Jean-Jacques Hiblot · Fri Dec 07 14:50:48 2018 +0100
  96. e315a66 ti: common: board_detect: Allow DM I2C without CONFIG_DM_I2C_COMPAT by Andreas Dannenberg · Fri Dec 07 14:50:47 2018 +0100
  97. 77a1397 power: make most tps drivers and the twl4030 driver compatible with DM_I2C by Jean-Jacques Hiblot · Fri Dec 07 14:50:46 2018 +0100
  98. 3a502f6 omap: detect the board after DM is available by Jean-Jacques Hiblot · Fri Dec 07 14:50:45 2018 +0100
  99. 424d6aa dts: am43x: omap5: Add node for I2C in SPL by Jean-Jacques Hiblot · Fri Dec 07 14:50:44 2018 +0100
  100. bf92626 am335x: Register the I2C controllers if DM_I2C is used. by Jean-Jacques Hiblot · Fri Dec 07 14:50:43 2018 +0100