1. 99a8f74 rockchip: rk3188: add u-boot-specific mmc properties by Heiko Stuebner · Fri Sep 21 10:59:47 2018 +0200
  2. 52c55a2 rockchip: dwmmc: add rk2928-dw-mshc compatible by Heiko Stuebner · Fri Sep 21 10:59:46 2018 +0200
  3. 46b7a4f mmc: dw_mmc: check fifo status with a timeout in fifo mode by Heiko Stuebner · Fri Sep 21 10:59:45 2018 +0200
  4. e13e91f Prepare v2018.11-rc1 by Tom Rini · Mon Oct 01 20:32:03 2018 -0400
  5. 75ef231 MAINTAINERS: at91: update entry for at91 boards by Eugen Hristev · Mon Oct 01 17:31:53 2018 +0300
  6. b93eea7 Merge git://git.denx.de/u-boot-dm by Tom Rini · Sun Sep 30 18:16:51 2018 -0400
  7. 864d4a9 MAINTAINERS: Update some entries for missed boards by Tom Rini · Sun Sep 30 10:24:45 2018 -0400
  8. a2f9cbf fs: btrfs: Fix cache alignment bugs by Marek Vasut · Sat Sep 22 04:13:35 2018 +0200
  9. 8c09fce usb:ci_udc: don't overwrite configuration on pullup by Ramon Fried · Fri Sep 21 13:35:56 2018 +0300
  10. dbc9410 db410c: automatically launch fastboot by Ramon Fried · Fri Sep 21 13:35:55 2018 +0300
  11. ce8ea06 DB410c: Enable fastboot support by Ramon Fried · Fri Sep 21 13:35:54 2018 +0300
  12. cbee908 usb: ehci-msm: Add init_after_reset for CI_UDC by Ramon Fried · Fri Sep 21 13:35:53 2018 +0300
  13. 5d4eb84 usb:ci_udc: Introduce init_after_reset phy function by Ramon Fried · Fri Sep 21 13:35:52 2018 +0300
  14. 7b0334f ehci: msm: use init_type in probe by Ramon Fried · Fri Sep 21 13:35:51 2018 +0300
  15. 7e36596 ehci: msm: switch to generic PHY uclass by Ramon Fried · Fri Sep 21 13:35:50 2018 +0300
  16. 23774fe configs: db410c: Enable USB PHY by Ramon Fried · Fri Sep 21 13:35:49 2018 +0300
  17. e7e278c dts: db410c: Add bindings for MSM USB phy by Ramon Fried · Fri Sep 21 13:35:48 2018 +0300
  18. 019fb8c phy: db410c: Add MSM USB PHY driver by Ramon Fried · Fri Sep 21 13:35:47 2018 +0300
  19. 63596f0 db410c: serial# env using msm board serial by Ramon Fried · Fri Sep 21 13:35:46 2018 +0300
  20. d5ea5bb dts: db410c: add alias for USB by Ramon Fried · Fri Sep 21 13:35:45 2018 +0300
  21. 4383948 ehci: msm: Add missing platdata by Ramon Fried · Fri Sep 21 13:35:44 2018 +0300
  22. bc866cc8 ehci: Replace board_prepare_usb with board_usb_init by Ramon Fried · Fri Sep 21 13:35:43 2018 +0300
  23. 988de86 serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCs by Patrice Chotard · Thu Sep 20 15:14:15 2018 +0200
  24. f92c83b u-boot: align cache flushes in load_elf_image_shdr to line boundaries by Neil Stainton · Wed Sep 19 10:38:07 2018 +0100
  25. a002e04 kbuild: fix # escaping in appending U-Boot own DT by Masahiro Yamada · Wed Sep 19 11:35:57 2018 +0900
  26. c17cb56 Kbuild: fix # escaping in .cmd files for future Make by Rasmus Villemoes · Wed Sep 19 11:35:56 2018 +0900
  27. f5920d0 spl: mmc: Report device number when we fail by Alex Kiernan · Tue Sep 18 08:11:55 2018 +0000
  28. ba024e6 clk: Add support for Arm's Versatile Express OSC clock generators by Liviu Dudau · Mon Sep 17 17:50:00 2018 +0100
  29. 960a5fd cmd: env: Fix CRC calculation for 'env export -c -s' by Neil Stainton · Wed Sep 12 11:02:51 2018 +0000
  30. 6973345 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Sat Sep 29 22:28:44 2018 -0400
  31. b3b2ddb dm: test: Add "/firmware" node scan test by Rajan Vaja · Wed Sep 19 03:43:46 2018 -0700
  32. ed022eb firmware: Add FIRMWARE config prompt string by Rajan Vaja · Wed Sep 19 03:43:43 2018 -0700
  33. 8065487 sandbox: Add an explanation of the sandbox variants by Simon Glass · Tue Sep 18 18:43:28 2018 -0600
  34. aa09b36 buildman: Avoid hanging when the config changes by Simon Glass · Mon Sep 17 23:55:42 2018 -0600
  35. fd14708 include/dm.h: Remove duplicated include directive by Liviu Dudau · Mon Sep 17 17:46:07 2018 +0100
  36. 0a083b8 include/clk.h: Fix the name of the clock uclass in comment by Liviu Dudau · Mon Sep 17 17:43:08 2018 +0100
  37. 7f6a45a fdt: fdtdec_setup_memory_banksize() use livetree by Jens Wiklander · Mon Aug 20 11:09:59 2018 +0200
  38. 9254f99 cmd: clk: Add trivial implementation of clock dump for DM by Marek Vasut · Wed Aug 08 22:10:44 2018 +0200
  39. ab664ff test: Add tests for board uclass by Mario Six · Tue Jul 31 11:44:13 2018 +0200
  40. a7dfbd0 board: Add gazerbeam driver by Mario Six · Tue Jul 31 11:44:12 2018 +0200
  41. 2161e55 drivers: Add board uclass by Mario Six · Tue Jul 31 11:44:11 2018 +0200
  42. d6f6dc3 test: Add tests for dev_{enable, disable}_by_path by Mario Six · Tue Jun 26 08:46:51 2018 +0200
  43. 3bedfbe core: Add dev_{disable,enable}_by_path by Mario Six · Tue Jun 26 08:46:50 2018 +0200
  44. 058ef5b test: Add tests for DT-manipulation functions by Mario Six · Tue Jun 26 08:46:49 2018 +0200
  45. 047dafc core: Add functions to set properties in live-tree by Mario Six · Tue Jun 26 08:46:48 2018 +0200
  46. cd817d5 binman: Allow writing a map file when something goes wrong by Simon Glass · Fri Sep 14 04:57:36 2018 -0600
  47. b171423 binman: Support ELF files for U-Boot and SPL by Simon Glass · Fri Sep 14 04:57:35 2018 -0600
  48. c64aea5 binman: Correct fmap output on x86 by Simon Glass · Fri Sep 14 04:57:34 2018 -0600
  49. 7c767ad binman: Record the parent section of each section by Simon Glass · Fri Sep 14 04:57:33 2018 -0600
  50. 3fb4f42 binman: Support x86 microcode in TPL by Simon Glass · Fri Sep 14 04:57:32 2018 -0600
  51. ae7cf03 binman: Support hashing entries by Simon Glass · Fri Sep 14 04:57:31 2018 -0600
  52. 8004581 binman: Mention section attributes in docs by Simon Glass · Fri Sep 14 04:57:30 2018 -0600
  53. fa79a81 binman: Support expanding entries by Simon Glass · Fri Sep 14 04:57:29 2018 -0600
  54. ac6328c binman: Support adding files by Simon Glass · Fri Sep 14 04:57:28 2018 -0600
  55. 2a7c4b6 binman: Allow zero-size sections by Simon Glass · Fri Sep 14 04:57:27 2018 -0600
  56. 7ba3359 binman: Support compressed entries by Simon Glass · Fri Sep 14 04:57:26 2018 -0600
  57. 58be04b Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · Sat Sep 29 11:48:02 2018 -0400
  58. d8d4fca Merge tag 'mpc85xx-for-v2018.11-rc1' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · Sat Sep 29 11:47:50 2018 -0400
  59. b50374f Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Sat Sep 29 11:47:32 2018 -0400
  60. c7a8810 Convert CONFIG_DISABLE_CONSOLE to Kconfig by Christian Gmeiner · Mon Sep 10 12:43:16 2018 +0200
  61. 4a60fef ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL by Adam Ford · Wed Sep 19 16:06:49 2018 -0500
  62. 7eed61f ARM: omap3_logic: Remove non-DM MMC initialization by Adam Ford · Tue Sep 11 22:15:05 2018 -0500
  63. 9e8fee7 ARM: omap3_logic: Remove some manual pin-muxing by Adam Ford · Sun Sep 09 16:12:11 2018 -0500
  64. 01f3a63 ARM: am3517_evm: Enable TCA6416PW GPIO Expander by Adam Ford · Sun Sep 09 09:21:21 2018 -0500
  65. bb43fb2 ARM: da850evm: Pinctrl for da850evm by Adam Ford · Sun Sep 09 08:50:40 2018 -0500
  66. fbe549c ARM: da850evm: Enable CMD_DM for da850evm by Adam Ford · Sun Sep 09 08:50:39 2018 -0500
  67. 2430f07 ARM: am3517_evm: Enable Pinctrl by Adam Ford · Sun Sep 09 07:25:30 2018 -0500
  68. c4f1632 cmd: Relocate poweroff under Device access commands by Adam Ford · Sun Sep 09 07:05:57 2018 -0500
  69. 6206f87 ARM: DTS: various omap3: Remove cd-inverted from u-boot.dtsi by Adam Ford · Sat Sep 08 08:16:24 2018 -0500
  70. ac740ff mmc: omap_mmc: Remove invert references by Adam Ford · Sat Sep 08 08:16:23 2018 -0500
  71. effb40b ARM: dts: at91: sama5d4_xplained: add onewire connector for LCD eeprom by Eugen Hristev · Tue Sep 18 10:35:57 2018 +0300
  72. 7c9b568 ARM: dts: at91: sama5d2_ptc: add onewire connector for LCD eeprom by Eugen Hristev · Tue Sep 18 10:35:56 2018 +0300
  73. 25c62c7 ARM: dts: at91: sama5d27_som1_ek: add onewire connector for LCD eeprom by Eugen Hristev · Tue Sep 18 10:35:55 2018 +0300
  74. 5bdd47d ARM: dts: at91: sama5d3_xplained: add onewire connector for LCD eeprom by Eugen Hristev · Tue Sep 18 10:35:54 2018 +0300
  75. 8ab0bd7 ARM: dts: at91: sama5d2_xplained: add onewire connector for LCD eeprom by Eugen Hristev · Tue Sep 18 10:35:53 2018 +0300
  76. 4e4426e configs: sama5d4_xplained: add fdt overlay support by Eugen Hristev · Tue Sep 18 10:35:52 2018 +0300
  77. d0620de configs: sama5d27_som1_ek: add fdt overlay support by Eugen Hristev · Tue Sep 18 10:35:51 2018 +0300
  78. aada0db configs: sama5d2_ptc_ek: add fdt overlay support by Eugen Hristev · Tue Sep 18 10:35:50 2018 +0300
  79. ebd04ad configs: sama5d3_xplained: add fdt overlay support by Eugen Hristev · Tue Sep 18 10:35:49 2018 +0300
  80. ba4c76f configs: sama5d2_xplained: add fdt overlay support by Eugen Hristev · Tue Sep 18 10:35:48 2018 +0300
  81. f48c87c board: sama5d4_xplained: add pda detect call at init time by Eugen Hristev · Tue Sep 18 10:35:47 2018 +0300
  82. d8c6898 board: sama5d2_ptc_ek: add pda detect call at init time by Eugen Hristev · Tue Sep 18 10:35:46 2018 +0300
  83. aa99c20 board: sama5d27_som1_ek: add pda detect call at init time by Eugen Hristev · Tue Sep 18 10:35:45 2018 +0300
  84. be01f77 board: sama5d3_xplained: add pda detect call at init time by Eugen Hristev · Tue Sep 18 10:35:44 2018 +0300
  85. 0c9ffe3 board: sama5d2_xplained: add pda detect call at init time by Eugen Hristev · Tue Sep 18 10:35:43 2018 +0300
  86. 7d1787f board: atmel: add support for pda detection by Eugen Hristev · Tue Sep 18 10:35:42 2018 +0300
  87. 4b40701 configs: sama5d4_xplained: add onewire and eeprom drivers by Eugen Hristev · Tue Sep 18 10:35:41 2018 +0300
  88. 8b1379f configs: sama5d2_ptc_ek: add onewire and eeprom drivers by Eugen Hristev · Tue Sep 18 10:35:40 2018 +0300
  89. 19defb9 configs: sama5d27_som1_ek: add onewire and eeprom drivers by Eugen Hristev · Tue Sep 18 10:35:39 2018 +0300
  90. 8ef7e22 configs: sama5d3_xplained: add onewire and eeprom drivers by Eugen Hristev · Tue Sep 18 10:35:38 2018 +0300
  91. 2091326 configs: sama5d2_xplained: add onewire and eeprom drivers by Eugen Hristev · Tue Sep 18 10:35:37 2018 +0300
  92. 48081ef configs: sandbox: add onewire w1 and sandbox eeprom by Eugen Hristev · Tue Sep 18 10:35:36 2018 +0300
  93. fc50a80 sandbox: DTS: w1: add node for one wire interface on GPIO by Eugen Hristev · Tue Sep 18 10:35:35 2018 +0300
  94. 200e35e pinctrl: sandbox: add gpio onewire w1 group by Eugen Hristev · Tue Sep 18 10:35:34 2018 +0300
  95. b879c84 w1: add command for onewire protocol by Eugen Hristev · Tue Sep 18 10:35:33 2018 +0300
  96. 3451fc9 dt-bindings: w1-eeprom: eep_sandbox: create bindings by Eugen Hristev · Tue Sep 18 10:35:32 2018 +0300
  97. 3036948 W1-EEPROM: add sandbox driver by Eugen Hristev · Tue Sep 18 10:35:31 2018 +0300
  98. 2f071fc dt-bindings: w1-eeprom: ds24xxx: create bindings by Eugen Hristev · Tue Sep 18 10:35:30 2018 +0300
  99. 62fbdb5 W1-EEPROM: add support for Maxim DS24 eeprom families by Maxime Ripard · Tue Sep 18 10:35:29 2018 +0300
  100. 6a54612 w1: identify devices with w1-eeprom uclass by Eugen Hristev · Tue Sep 18 10:35:28 2018 +0300