1. 09921ac cpu: Add DM_FLAG_PRE_RELOC flag to various cpu drivers by Bin Meng · Sun Oct 14 01:07:19 2018 -0700
  2. 88dada7 dm: doc: Update description of pre-relocation support by Bin Meng · Wed Oct 24 06:36:40 2018 -0700
  3. dd29425 watchdog: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:39 2018 -0700
  4. 162c29a video: simplefb: Remove DM_FLAG_PRE_RELOC flag by Bin Meng · Wed Oct 24 06:36:38 2018 -0700
  5. 8204f50 sysreset: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:37 2018 -0700
  6. bdb33d8 serial: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:36 2018 -0700
  7. c96bebd timer: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:35 2018 -0700
  8. f15d6e5 ram: bmips: Remove DM_FLAG_PRE_RELOC flag by Bin Meng · Wed Oct 24 06:36:34 2018 -0700
  9. c2908c6 pinctrl: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:33 2018 -0700
  10. 793260a mmc: omap: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check by Bin Meng · Wed Oct 24 06:36:32 2018 -0700
  11. a61b962 i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check by Bin Meng · Wed Oct 24 06:36:31 2018 -0700
  12. b508ee5 gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:30 2018 -0700
  13. c826a09 clk: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · Wed Oct 24 06:36:29 2018 -0700
  14. 162cf92 arm: stm32mp: Remove DM_FLAG_PRE_RELOC flag by Bin Meng · Wed Oct 24 06:36:28 2018 -0700
  15. e559cd6 serial: ns16550: fix debug uart putc called before init by Simon Goldschmidt · Thu Aug 09 21:04:19 2018 +0200
  16. 6f38622 uclass: Use uclass_foreach_dev() macro instead of open coding by Liviu Dudau · Fri Sep 28 14:12:55 2018 +0100
  17. f170edf doc: Document virtio support by Bin Meng · Mon Oct 15 02:21:27 2018 -0700
  18. 1bb290d test: dm: virtio: Add test cases for virtio uclass by Bin Meng · Mon Oct 15 02:21:26 2018 -0700
  19. 51a2e0e virtio: Add a Sandbox transport driver by Bin Meng · Mon Oct 15 02:21:25 2018 -0700
  20. 422b34d virtio: net: Support non-legacy device by Bin Meng · Mon Oct 15 02:21:24 2018 -0700
  21. c85a5be virtio: pci: Support non-legacy PCI transport device by Bin Meng · Mon Oct 15 02:21:23 2018 -0700
  22. b59b369 test: dm: pci: Add cases for finding next PCI capability APIs by Bin Meng · Mon Oct 15 02:21:22 2018 -0700
  23. 631f348 dm: pci: Add APIs to find next capability and extended capability by Bin Meng · Mon Oct 15 02:21:21 2018 -0700
  24. dfdd17a x86: qemu: Imply virtio PCI transport and device drivers by Bin Meng · Mon Oct 15 02:21:20 2018 -0700
  25. a94f6a0 arm: qemu: Enumerate virtio bus during early boot by Bin Meng · Mon Oct 15 02:21:19 2018 -0700
  26. 5329042 arm: qemu: Add a Kconfig in the board directory by Bin Meng · Mon Oct 15 02:21:18 2018 -0700
  27. a8cfa46 virtio: Add virtio over pci transport driver by Bin Meng · Mon Oct 15 02:21:17 2018 -0700
  28. 59c4aa4 x86: Implement arch-specific io accessor routines by Bin Meng · Mon Oct 15 02:21:16 2018 -0700
  29. b95e9db kconfig: Introduce HAVE_ARCH_IOMAP by Bin Meng · Mon Oct 15 02:21:15 2018 -0700
  30. f08aa02 riscv: qemu: Include some useful commands by Bin Meng · Mon Oct 15 02:21:14 2018 -0700
  31. 184eadb riscv: qemu: Enumerate virtio bus during early boot by Bin Meng · Mon Oct 15 02:21:13 2018 -0700
  32. 10a60d2 virtio: cmd: Add virtio command for virtio devices by Tuomas Tynkkynen · Mon Oct 15 02:21:12 2018 -0700
  33. 2b3b9e9 virtio: Add block driver support by Tuomas Tynkkynen · Mon Oct 15 02:21:11 2018 -0700
  34. d458006 blk: Introduce IF_TYPE_VIRTIO by Tuomas Tynkkynen · Mon Oct 15 02:21:10 2018 -0700
  35. fd5eda7 blk: Make blk_next_free_devnum() public by Bin Meng · Mon Oct 15 02:21:09 2018 -0700
  36. e086801 blk: Drop blk_prepare_device() by Bin Meng · Mon Oct 15 02:21:08 2018 -0700
  37. cbc3da8 blk: Call part_init() in the post_probe() method by Bin Meng · Mon Oct 15 02:21:07 2018 -0700
  38. 9193863 efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver data by Bin Meng · Mon Oct 15 02:21:06 2018 -0700
  39. 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
  40. 8122dd1 test: dm: blk: Correct blk_base test case by Bin Meng · Mon Oct 15 02:21:04 2018 -0700
  41. e98c833 virtio: Add net driver support by Tuomas Tynkkynen · Mon Oct 15 02:21:03 2018 -0700
  42. 5c1a3e6 virtio: Add virtio over mmio transport driver by Bin Meng · Mon Oct 15 02:21:02 2018 -0700
  43. d58269f virtio: Add codes for virtual queue/ring management by Tuomas Tynkkynen · Mon Oct 15 02:21:01 2018 -0700
  44. db7ca2e dm: Add a new uclass driver for VirtIO transport devices by Bin Meng · Mon Oct 15 02:21:00 2018 -0700
  45. 635a253 riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux() by Bin Meng · Mon Oct 15 02:20:59 2018 -0700
  46. d9bad17 test: dm: core: Add test case for uclass driver's child_post_probe() by Bin Meng · Mon Oct 15 02:20:58 2018 -0700
  47. 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
  48. 318937e regmap: Add overview documentation by Mario Six · Mon Oct 15 09:24:15 2018 +0200
  49. e5a3d5b regmap: Add endianness support by Mario Six · Mon Oct 15 09:24:14 2018 +0200
  50. 460212e test: regmap: Add test for regmap_{set, get} by Mario Six · Mon Oct 15 09:24:13 2018 +0200
  51. 83ceba2 regmap: Define regmap_{get,set} by Mario Six · Mon Oct 15 09:24:12 2018 +0200
  52. 2f00997 regmap: Support reading from specific range by Mario Six · Mon Oct 15 09:24:11 2018 +0200
  53. a4fd59e regmap: Add raw read/write functions by Mario Six · Mon Oct 15 09:24:10 2018 +0200
  54. b960be1 mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8 by Mario Six · Mon Oct 15 09:24:09 2018 +0200
  55. 6e96ba2 regmap: Add error output by Mario Six · Mon Oct 15 09:24:08 2018 +0200
  56. 5159c0c regmap: Introduce init_range by Mario Six · Mon Oct 15 09:24:07 2018 +0200
  57. d9eb9f0 buildman: Add a --boards option to specify particular boards to build by Simon Glass · Mon Jun 11 23:26:46 2018 -0600
  58. 57ba942 sandbox: Try to start the RAM buffer at a particular address by Simon Glass · Sun Jun 17 08:57:43 2018 -0600
  59. 95e885d core: ofnode: Fix mem leak in error path by Mario Six · Thu Oct 04 09:22:24 2018 +0200
  60. 1a9d43f misc: Add IHS FPGA driver by Mario Six · Thu Oct 04 09:00:55 2018 +0200
  61. 8862f45 misc: Add gdsys_soc driver by Mario Six · Thu Oct 04 09:00:54 2018 +0200
  62. bceb7bc misc: Sort Makefile entries by Mario Six · Thu Oct 04 09:00:53 2018 +0200
  63. 1232116 regmap: Improve error handling by Mario Six · Thu Oct 04 09:00:43 2018 +0200
  64. 0aa5299 regmap: Add documentation by Mario Six · Thu Oct 04 09:00:42 2018 +0200
  65. 1d67cfb regmap: Fix documentation by Mario Six · Thu Oct 04 09:00:41 2018 +0200
  66. e3f59f4 test: regmap: Increase size of syscon0 memory by Mario Six · Thu Oct 04 09:00:40 2018 +0200
  67. 19f88b2 timer: Sort Kconfig driver entries by Bin Meng · Wed Oct 10 22:07:02 2018 -0700
  68. d9d2478 test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag by Bin Meng · Wed Oct 10 22:07:01 2018 -0700
  69. c596a59 dm: core: Mirror the chosen node parse logic in the livetree scanning by Bin Meng · Wed Oct 10 22:07:00 2018 -0700
  70. 004323a dm: Correct pre_reloc_only parameter description in several APIs' comments by Bin Meng · Wed Oct 10 22:06:59 2018 -0700
  71. 9a9b074 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · Wed Oct 10 22:06:58 2018 -0700
  72. dddc3a8 dm: util: Add a livetree equivalent API of dm_fdt_pre_reloc() by Bin Meng · Wed Oct 10 22:06:57 2018 -0700
  73. a8fa410 cpu: mpc83xx: Remove unnecessary characters in the description string by Bin Meng · Wed Oct 10 22:06:56 2018 -0700
  74. be2269f dm: cpu: Fix print_cpuinfo() output by Bin Meng · Wed Oct 10 22:06:55 2018 -0700
  75. 97bbb60 board_f: Use static print_cpuinfo if CONFIG_CPU is active by Mario Six · Mon Aug 06 10:23:41 2018 +0200
  76. ed2dd4e Merge branch 'next' by Tom Rini · Wed Nov 14 11:30:07 2018 -0500
  77. 71aaa9b Prepare v2018.11 by Tom Rini · Wed Nov 14 11:10:06 2018 -0500
  78. 313d9e3 gpio: pca953x_gpio: fix DT GPIO flags translation by Anatolij Gustschin · Thu Oct 18 16:15:39 2018 +0200
  79. 2b62b91 configs: Migrate and re-enabled CONFIG_CMD_MTDPARTS by Tom Rini · Tue Nov 13 19:54:45 2018 -0500
  80. 10a8635 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Tue Nov 13 19:50:01 2018 -0500
  81. c17c281 configs: Resync with savedefconfig by Tom Rini · Tue Nov 13 19:44:53 2018 -0500
  82. fe656dd mtd: Drop duplicate MTD_PARTITIONS Kconfig option by Boris Brezillon · Tue Nov 13 12:43:13 2018 +0100
  83. 5c9cc8e cmd: ubi: Remove useless call to mtdparts_init() by Boris Brezillon · Tue Nov 13 12:43:12 2018 +0100
  84. 45c2320 mtd: Make {MTDIDS, MTDPARTS}_DEFAULT visible when MTD_PARTITIONS is selected by Boris Brezillon · Tue Nov 13 12:43:11 2018 +0100
  85. 41fc0ad dfu: nand: Add missing dependency on CMD_MTDPARTS by Boris Brezillon · Tue Nov 13 12:43:10 2018 +0100
  86. 7899afc mtd: Use default mtdparts/mtids when not defined in the environment by Boris Brezillon · Tue Nov 13 12:43:09 2018 +0100
  87. 956dfac Merge tag 'u-boot-imx-20181112' of git://git.denx.de/u-boot-imx by Tom Rini · Mon Nov 12 08:06:34 2018 -0500
  88. 7cc36f9 imx: mkimage: add size check to the u-boot.imx make target by Marcel Ziswiler · Fri Nov 09 15:31:17 2018 +0100
  89. 3f83e22 board: toradex: colibri_vf: drop SPI support by Marcel Ziswiler · Fri Nov 09 15:31:16 2018 +0100
  90. ad17bae board: toradex: colibri_vf: unset CONFIG_CMDLINE_EDITING by Marcel Ziswiler · Fri Nov 09 15:31:15 2018 +0100
  91. 17a65e9 board: toradex: colibri_vf: efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION by Marcel Ziswiler · Fri Nov 09 15:31:14 2018 +0100
  92. a6d9199 mmc: dw_mmc: Add RCRC handling by Marek Vasut · Tue Nov 06 23:42:11 2018 +0100
  93. 06bc2da common: build ymodem only on need by Jun Nie · Tue Feb 13 16:07:55 2018 +0800
  94. 3fb6083 common: Compile error with CONFIG_MULTI_DTB_FIT and not SPL by Lars Povlsen · Tue Oct 23 10:21:25 2018 +0200
  95. 84139bc dm: Fix typo - missed semicolon by Andy Shevchenko · Mon Nov 05 18:24:03 2018 +0200
  96. 1ddade6 spl: fix debug prints for tiny printf by Simon Goldschmidt · Fri Nov 02 21:49:52 2018 +0100
  97. 157370e MAINTAINERS: Update stm32mp entry by Patrick Delaunay · Thu Nov 08 17:52:21 2018 +0100
  98. da0af04 fit: Add missing CR in debug output in fit_find_config_node() by Stefan Roese · Thu Nov 08 07:00:31 2018 +0100
  99. 2082ebf imx: imx6: perform gpr_init only on suitable cpu types by Christoph Niedermaier · Fri Oct 19 17:40:54 2018 +0200
  100. b66d3ca Merge branch 'master' of git://git.denx.de/u-boot-ubi by Tom Rini · Thu Nov 08 07:15:29 2018 -0500