1. ddad032 sound: Add sample rate as a parameter for square wave by Simon Glass · Thu Nov 15 19:56:13 2018 -0700
  2. ffefc8d sound: Correct data output in sound_create_square_wave() by Simon Glass · Thu Nov 15 19:56:12 2018 -0700
  3. 302ea78 rtc: Allow child drivers by Simon Glass · Sun Nov 18 08:14:35 2018 -0700
  4. 17b56f6 dm: sandbox: i2c: Use new emulator parent uclass by Simon Glass · Sun Nov 18 08:14:34 2018 -0700
  5. 4b0ecc6 dm: sandbox: i2c: Add a new 'emulation parent' uclass by Simon Glass · Sun Nov 18 08:14:33 2018 -0700
  6. a11341a dm: core: Add a few more specific child-finding functions by Simon Glass · Sun Nov 18 08:14:31 2018 -0700
  7. dc3efdc dm: core: Export uclass_find_device_by_phandle() by Simon Glass · Sun Nov 18 08:14:30 2018 -0700
  8. 73126ac power: pmic: Correct debug/error output by Simon Glass · Sun Nov 18 08:14:28 2018 -0700
  9. dc5a9aa mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoC by developer · Thu Nov 15 10:08:04 2018 +0800
  10. f9eea65 ram: MediaTek: add DDR3 driver for MT7629 SoC by developer · Thu Nov 15 10:08:03 2018 +0800
  11. 90af58f serial: MediaTek: add high-speed uart driver for MediaTek SoCs by developer · Thu Nov 15 10:08:02 2018 +0800
  12. 5889881 power domain: MediaTek: add power domain driver for MT7623 SoC by developer · Thu Nov 15 10:08:01 2018 +0800
  13. 8bd109d power domain: MediaTek: add power domain driver for MT7629 SoC by developer · Thu Nov 15 10:08:00 2018 +0800
  14. 5c1111c pinctrl: MediaTek: add pinctrl driver for MT7623 SoC by developer · Thu Nov 15 10:07:59 2018 +0800
  15. 84c7a63 pinctrl: MediaTek: add pinctrl driver for MT7629 SoC by developer · Thu Nov 15 10:07:58 2018 +0800
  16. 93053be watchdog: MediaTek: add watchdog driver for MediaTek SoCs by developer · Thu Nov 15 10:07:57 2018 +0800
  17. 4a34735 timer: MediaTek: add timer driver for MediaTek SoCs by developer · Thu Nov 15 10:07:56 2018 +0800
  18. d1b1ffa clk: MediaTek: add clock driver for MT7623 SoC. by developer · Thu Nov 15 10:07:55 2018 +0800
  19. 2186c98 clk: MediaTek: add clock driver for MT7629 SoC. by developer · Thu Nov 15 10:07:54 2018 +0800
  20. 87efc1b Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Tue Nov 27 14:01:45 2018 -0500
  21. f57ceb5 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Mon Nov 26 15:52:51 2018 -0500
  22. 9f35218 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Mon Nov 26 15:52:47 2018 -0500
  23. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · Wed Nov 21 08:43:56 2018 +0100
  24. 8416c6a usb: Remove CMD_USB dependency for common code by Sven Schwermer · Wed Nov 21 08:43:55 2018 +0100
  25. 469e0f7 usb: Introduce CONFIG_SPL_DM_USB by Sven Schwermer · Wed Nov 21 08:43:53 2018 +0100
  26. 592d5b9 spl: Support hash, input, pch, pci, rtc, tpm in SPL by Simon Glass · Thu Nov 15 18:43:55 2018 -0700
  27. 525dc44 sun8i_emac: add support for setting EMAC TX/RX delay by Icenowy Zheng · Fri Nov 23 00:37:48 2018 +0100
  28. a4e8dd9 sunxi-mmc: use new mode on both controllers on A64 by Vasily Khoruzhick · Fri Nov 09 20:41:46 2018 -0800
  29. b6a005a sunxi-mmc: don't double clock for new mode unconditionally by Vasily Khoruzhick · Fri Nov 09 20:41:45 2018 -0800
  30. b198e2c sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH option by Vasily Khoruzhick · Fri Nov 09 20:41:44 2018 -0800
  31. 36eee8c sf: Add a method to obtain the block-protect setting by Simon Glass · Tue Nov 06 15:21:41 2018 -0700
  32. 587dc40 misc: Update read() and write() methods to return bytes xfered by Simon Glass · Tue Nov 06 15:21:39 2018 -0700
  33. 2b063b8 video: Update video_set_default_colors() to support invert by Simon Glass · Tue Nov 06 15:21:36 2018 -0700
  34. 2b45c48 sandbox: tpm: Allow debugging of data packages by Simon Glass · Tue Nov 06 15:21:23 2018 -0700
  35. 153f252 cros_ec: Add new features for events and power by Simon Glass · Tue Nov 06 15:21:22 2018 -0700
  36. 134022a cros_ec: Align uclass data to a cache boundary by Simon Glass · Tue Nov 06 15:21:21 2018 -0700
  37. 411661d cros_ec: Fail if we cannot determine the flash burst size by Simon Glass · Tue Nov 06 15:21:20 2018 -0700
  38. a77024d cros_ec: Add error logging on a few commands by Simon Glass · Tue Nov 06 15:21:19 2018 -0700
  39. 3a23951 cros_ec: Use uint instead of u8 for parameters by Simon Glass · Tue Nov 06 15:21:18 2018 -0700
  40. a942e1a dm: spi: prevent setting a speed of 0 Hz by Simon Goldschmidt · Tue Oct 30 21:09:48 2018 +0100
  41. 764cae5 dm: core: Widen the dump tree to show more of the driver's name. by Liviu Dudau · Mon Oct 15 10:03:06 2018 +0100
  42. fb862b05 dm/pci: Change the first CFG read to Vendor ID in enumeration by Hou Zhiqiang · Mon Oct 08 16:35:47 2018 +0800
  43. 0107c61 clk: meson: fix clk81 divider calculation by Jerome Brunet · Tue Nov 13 11:38:38 2018 +0100
  44. b341a43 dm: adc: add uclass's mask and conversion helpers by Fabrice Gasnier · Mon Nov 12 14:03:58 2018 +0100
  45. bbd6fe4 gpio: Add MT7621 GPIO support by Stefan Roese · Mon Oct 08 12:38:01 2018 +0200
  46. 8456969 wdt: Add MT7621 watchdog driver by Stefan Roese · Thu Oct 04 13:39:07 2018 +0200
  47. c3c6930 dm: video: correctly set the cursor position by Heinrich Schuchardt · Sat Nov 10 19:55:48 2018 +0100
  48. 0bc2085 misc: fs_loader: Fix compiler warning by Keerthy · Mon Nov 05 11:34:54 2018 +0530
  49. b5cdbd8 misc: fs_loader: Use device_get_global_by_ofnode to get to node by Keerthy · Mon Nov 05 11:34:53 2018 +0530
  50. ba2d0aa serial: ns16550: add setconfig support by Simon Goldschmidt · Fri Nov 02 21:28:08 2018 +0100
  51. c49bffb ram: Introduce K3 AM654 DDR Sub System driver by Lokesh Vutla · Fri Nov 02 19:51:02 2018 +0530
  52. bf832e5 i2c: stm32f7: change setup struct to const by Patrick Delaunay · Mon Oct 29 15:31:56 2018 +0100
  53. b13ab6f i2c: stm32f7: cosmetic: clean the driver by Patrick Delaunay · Mon Oct 29 15:31:55 2018 +0100
  54. 3cd1f33 pinctrl: sandbox: Add get_pin_muxing ops support by Patrice Chotard · Wed Oct 24 14:10:22 2018 +0200
  55. 1056123 gpio: stm32f7: Add ops get_function by Patrice Chotard · Wed Oct 24 14:10:21 2018 +0200
  56. a46fb39 pinctrl: stm32: Add get_pin_muxing() ops by Patrice Chotard · Wed Oct 24 14:10:20 2018 +0200
  57. 881e867 pinctrl: stm32: Add get_pin_name() ops by Patrice Chotard · Wed Oct 24 14:10:19 2018 +0200
  58. aaf68e8 pinctrl: stm32: Add get_pins_count() ops by Patrice Chotard · Wed Oct 24 14:10:18 2018 +0200
  59. 4dff178 dm: uclass: Add uclass_next_device_err() to return a valid device by Patrice Chotard · Wed Oct 24 14:10:15 2018 +0200
  60. fbf8082 dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count by Patrice Chotard · Wed Oct 24 14:10:14 2018 +0200
  61. 74ba3f2 dm: pinctrl: Add get_pin_muxing() ops by Patrice Chotard · Wed Oct 24 14:10:13 2018 +0200
  62. 2e461ef w1-eeprom: Add support for Maxim DS2502 add only memory by Martin Fuzzey · Wed Oct 24 10:21:19 2018 +0200
  63. 9abf625 mtd: nand: lpc32xx slc: disable DMA support in SPL builds by Vladimir Zapolskiy · Fri Oct 19 03:21:18 2018 +0300
  64. 5670237 mtd: nand: lpc32xx mlc: predefine number of NAND chips to support by Vladimir Zapolskiy · Fri Oct 19 03:21:05 2018 +0300
  65. fd8caa3 gpio: pca953x: Clear the polarity invert register at init by Ye Li · Thu Oct 18 16:16:46 2018 +0200
  66. 89d1b08 clk: Allow clock defaults to be set also during re-reloc state by Andreas Dannenberg · Wed Oct 17 13:43:14 2018 +0530
  67. 0371dec serial: bcm6858: add serial support by Philippe Reynes · Thu Oct 11 18:31:57 2018 +0200
  68. 0509c4e arm: at91: wdt: Convert watchdog driver to dm/dt by Prasanthi Chellakumar · Tue Oct 09 11:46:40 2018 -0700
  69. b559d75 Merge tag 'pull-14nov18' of git://git.denx.de/u-boot-dm by Tom Rini · Fri Nov 16 08:37:50 2018 -0500
  70. 6a5dc98 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Wed Nov 14 18:25:34 2018 -0500
  71. dd29425 watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:39 2018 -0700
  72. 162c29a video: simplefb: Remove DM_FLAG_PRE_RELOC flag by Bin Meng · Wed Oct 24 06:36:38 2018 -0700
  73. 8204f50 sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:37 2018 -0700
  74. bdb33d8 serial: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:36 2018 -0700
  75. c96bebd timer: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:35 2018 -0700
  76. f15d6e5 ram: bmips: Remove DM_FLAG_PRE_RELOC flag by Bin Meng · Wed Oct 24 06:36:34 2018 -0700
  77. c2908c6 pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:33 2018 -0700
  78. 793260a mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check by Bin Meng · Wed Oct 24 06:36:32 2018 -0700
  79. a61b962 i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check by Bin Meng · Wed Oct 24 06:36:31 2018 -0700
  80. b508ee5 gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:30 2018 -0700
  81. c826a09 clk: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:29 2018 -0700
  82. e559cd6 serial: ns16550: fix debug uart putc called before init by Simon Goldschmidt · Thu Aug 09 21:04:19 2018 +0200
  83. 6f38622 uclass: Use uclass_foreach_dev() macro instead of open coding by Liviu Dudau · Fri Sep 28 14:12:55 2018 +0100
  84. 51a2e0e virtio: Add a Sandbox transport driver by Bin Meng · Mon Oct 15 02:21:25 2018 -0700
  85. 422b34d virtio: net: Support non-legacy device by Bin Meng · Mon Oct 15 02:21:24 2018 -0700
  86. c85a5be virtio: pci: Support non-legacy PCI transport device by Bin Meng · Mon Oct 15 02:21:23 2018 -0700
  87. b59b369 test: dm: pci: Add cases for finding next PCI capability APIs by Bin Meng · Mon Oct 15 02:21:22 2018 -0700
  88. 631f348 dm: pci: Add APIs to find next capability and extended capability by Bin Meng · Mon Oct 15 02:21:21 2018 -0700
  89. a8cfa46 virtio: Add virtio over pci transport driver by Bin Meng · Mon Oct 15 02:21:17 2018 -0700
  90. 2b3b9e9 virtio: Add block driver support by Tuomas Tynkkynen · Mon Oct 15 02:21:11 2018 -0700
  91. d458006 blk: Introduce IF_TYPE_VIRTIO by Tuomas Tynkkynen · Mon Oct 15 02:21:10 2018 -0700
  92. fd5eda7 blk: Make blk_next_free_devnum() public by Bin Meng · Mon Oct 15 02:21:09 2018 -0700
  93. e086801 blk: Drop blk_prepare_device() by Bin Meng · Mon Oct 15 02:21:08 2018 -0700
  94. cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · Mon Oct 15 02:21:07 2018 -0700
  95. 311f800 sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data by Bin Meng · Mon Oct 15 02:21:05 2018 -0700
  96. e98c833 virtio: Add net driver support by Tuomas Tynkkynen · Mon Oct 15 02:21:03 2018 -0700
  97. 5c1a3e6 virtio: Add virtio over mmio transport driver by Bin Meng · Mon Oct 15 02:21:02 2018 -0700
  98. d58269f virtio: Add codes for virtual queue/ring management by Tuomas Tynkkynen · Mon Oct 15 02:21:01 2018 -0700
  99. db7ca2e dm: Add a new uclass driver for VirtIO transport devices by Bin Meng · Mon Oct 15 02:21:00 2018 -0700
  100. 30569cf dm: core: Allow uclass to set up a device's child after it is probed by Bin Meng · Mon Oct 15 02:20:57 2018 -0700