1. 9a6a2c9 net: dm: fec: Support the phy-supply binding by Martin Fuzzey · Thu Oct 04 19:59:20 2018 +0200
  2. 185e3b8 net: dm: fec: Fix phy-reset-duration clamping and defaults by Martin Fuzzey · Thu Oct 04 19:59:19 2018 +0200
  3. 9c3f97a net: dm: fec: Fix time unit error in phy-reset-duration by Martin Fuzzey · Thu Oct 04 19:59:18 2018 +0200
  4. 6ce0dd8 net: phy: aquantia: autodetect if firmware needs to be loaded by Jeremy Gebben · Tue Sep 18 15:49:37 2018 -0600
  5. e662c0d net: phy: aquantia: add firmware loading support by Jeremy Gebben · Tue Sep 18 15:49:36 2018 -0600
  6. abe3edf configs: migrate CONFIG_PHY_AQUANTIA to Kconfig by Jeremy Gebben · Tue Sep 18 15:49:35 2018 -0600
  7. eabfa91 Merge git://git.denx.de/u-boot-x86 by Tom Rini · Mon Oct 22 13:56:10 2018 -0400
  8. cb466db watchdog: aspeed: restore default value of reset_mask by Cédric Le Goater · Tue Oct 16 13:57:11 2018 +0200
  9. 455ef43 nand: atmel: Initialize pmecc smu with correct size by Bin Meng · Mon Oct 08 02:27:44 2018 -0700
  10. 855e657 x86: tsc: Introduce config option for early timer frequency by Bin Meng · Sat Oct 13 20:52:10 2018 -0700
  11. 6abd89b Enable CONFIG_TIMER_EARLY with bootstage by Simon Glass · Sun Sep 02 17:02:24 2018 -0600
  12. b453579 pci: Support parsing PCI controller DT subnodes by Marek Vasut · Wed Oct 10 21:27:06 2018 +0200
  13. 76da1b2 Convert CONFIG_FLASH_CFI_DRIVER et al to Kconfig by Adam Ford · Sun Oct 14 15:10:50 2018 -0500
  14. 6ae0ded bootcount: Make bootcount magic configurable by Marek Vasut · Thu Oct 11 00:13:54 2018 +0200
  15. d323d53 Merge git://git.denx.de/u-boot-microblaze by Tom Rini · Tue Oct 16 13:57:23 2018 -0400
  16. 2874b2a net: gem: Do not setup any clock for Xilinx SoC Versal by Michal Simek · Wed Aug 22 16:18:34 2018 +0200
  17. 4b066a1 arm64: versal: Add support for new Xilinx Versal ACAPs by Michal Simek · Wed Aug 22 14:55:27 2018 +0200
  18. ffbbed6 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Tue Oct 16 07:25:28 2018 -0400
  19. d3a8d2b Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Fri Oct 12 11:54:13 2018 -0400
  20. 13da625 ldpaa_eth.c: Fix warning when PHYLIB is not enabled by Tom Rini · Thu Oct 11 20:07:48 2018 -0400
  21. 7cab738 sf: Add MICRON manufacturer id by Ashish Kumar · Tue Sep 25 14:11:33 2018 +0530
  22. a37c196 i2c: fix: Add support for the Arm's Versatile Express I2C controller by Heiko Schocher · Thu Oct 11 07:26:33 2018 +0200
  23. dacfde8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Oct 11 15:28:32 2018 -0400
  24. 50adb5e driver: net: fsl-mc: Add support of multiple phys for dpmac by Pankaj Bansal · Wed Oct 10 14:08:34 2018 +0530
  25. 7987ab7 driver: net: fsl-mc: initialize dpmac irrespective of phy by Pankaj Bansal · Wed Oct 10 14:08:33 2018 +0530
  26. e031d26 driver: net: fsl-mc: Modify the dpmac link detection method by Pankaj Bansal · Wed Oct 10 14:08:32 2018 +0530
  27. ff076d7 driver: net: fsl-mc: fix error handing in init_phy by Pankaj Bansal · Wed Oct 10 14:08:31 2018 +0530
  28. 1c2289d driver: net: fsl-mc: remove unused strcture elements by Pankaj Bansal · Wed Oct 10 14:08:30 2018 +0530
  29. cf26c09 Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm by Tom Rini · Wed Oct 10 13:35:17 2018 -0400
  30. cc40260 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Wed Oct 10 13:35:14 2018 -0400
  31. 6d9e7a8 gpio: da8xx: Push generic defines of gpio.h out of mach-davinci by Keerthy · Wed Oct 03 17:55:14 2018 +0530
  32. 0e9265c gpio: da8xx: Add k2g compatible by Keerthy · Wed Oct 03 17:55:13 2018 +0530
  33. d24b128 driver: net: fsl-mc: modify the label name by Pankaj Bansal · Wed Oct 10 14:08:29 2018 +0530
  34. 9716dc1 test: eth: Add a test for the target being pinged by Joe Hershberger · Wed Sep 26 16:49:01 2018 -0500
  35. 54418d0 test: eth: Add a test for ARP requests by Joe Hershberger · Wed Sep 26 16:49:00 2018 -0500
  36. 11b8503 net: sandbox: Add a priv ptr for tests to use by Joe Hershberger · Wed Sep 26 16:48:59 2018 -0500
  37. 46d2b6e net: sandbox: Allow fake eth to handle more than 1 packet response by Joe Hershberger · Wed Sep 26 16:48:57 2018 -0500
  38. c136307 net: sandbox: Share the priv structure with tests by Joe Hershberger · Wed Sep 26 16:48:56 2018 -0500
  39. 2260f13 net: sandbox: Make the fake eth driver response configurable by Joe Hershberger · Wed Sep 26 16:48:55 2018 -0500
  40. 878123d net: sandbox: Refactor sandbox send function by Joe Hershberger · Wed Sep 26 16:48:54 2018 -0500
  41. e4411ec net: sandbox: Move disabled flag into priv struct by Joe Hershberger · Wed Sep 26 16:48:53 2018 -0500
  42. 1c2ba09 net: phy: ti: Add binding for the CLK_OUT pin muxing by Janine Hagemann · Tue Aug 28 08:25:39 2018 +0200
  43. b3dd2ed net: phy: ti: Recover from "port mirroring" N/A MODE4 by Janine Hagemann · Tue Aug 28 08:25:38 2018 +0200
  44. ed51bfc net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driver by Janine Hagemann · Tue Aug 28 08:25:37 2018 +0200
  45. 2ccb8b0 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · Tue Jul 31 02:55:22 2018 -0700
  46. a147f66 spi: davinci: Add platdata support by Jagan Teki · Mon Sep 03 23:00:23 2018 +0530
  47. 931ae35 mtd: uboot: Fix hanging during mtd list command by Adam Ford · Mon Oct 08 14:13:03 2018 -0500
  48. f939043 net: pch_gbe: Make probe/remove static by Bin Meng · Sun Jul 29 00:11:22 2018 -0700
  49. 5efc2c4 linux/compat.h: Add netdev_### log macros by Bin Meng · Thu Jul 26 03:15:58 2018 -0700
  50. 967db0e mmc: tmio: Limit DMA to 32bit on R-Car Gen3 by Marek Vasut · Wed Oct 03 00:46:24 2018 +0200
  51. c7da6e34 mmc: tmio: Pass full address to tmio_sd_addr_is_dmaable() by Marek Vasut · Wed Oct 03 00:44:37 2018 +0200
  52. 59f4421 video: at91: Adjust vidconsole_position_cursor() to use char pos by Simon Glass · Mon Oct 01 12:22:47 2018 -0600
  53. 07fbba5 sysreset: Add a way to find the last reset by Simon Glass · Mon Oct 01 12:22:46 2018 -0600
  54. b8b4d2a sysreset: Tidy up a few comments and logging by Simon Glass · Mon Oct 01 12:22:45 2018 -0600
  55. baac4eb pci: Add a little more debugging to pci_rom by Simon Glass · Mon Oct 01 12:22:44 2018 -0600
  56. 126f0d2 ctags: Minor changes to fix ctags output by Simon Glass · Mon Oct 01 12:22:42 2018 -0600
  57. fe68a45 panel: Expand the backlight support by Simon Glass · Mon Oct 01 12:22:41 2018 -0600
  58. 5620cf8 test: panel: Add a test for the panel uclass by Simon Glass · Mon Oct 01 12:22:40 2018 -0600
  59. 4ed88a5 cros_ec: Add support for v3 messages on LPC by Simon Glass · Mon Oct 01 12:22:39 2018 -0600
  60. 9456490 cros_ec: Update cros_ec_read_hash() to specify the image by Simon Glass · Mon Oct 01 12:22:38 2018 -0600
  61. 2c1e550 cros: Update ec_commands to latest version by Simon Glass · Mon Oct 01 12:22:36 2018 -0600
  62. 1a82542 tpm: Use livetree and allow children by Simon Glass · Mon Oct 01 12:22:27 2018 -0600
  63. 5534312 video: Adjust video_clear() to return an error by Simon Glass · Mon Oct 01 12:22:26 2018 -0600
  64. 00d9990 dm: spi: Add logging of some return values by Simon Glass · Mon Oct 01 12:22:24 2018 -0600
  65. bed4352 cros: Update cros_ec code to use struct udevice by Simon Glass · Mon Oct 01 12:22:22 2018 -0600
  66. 6057392 serial: Allow serial to be absent in TPL by Simon Glass · Mon Oct 01 12:22:20 2018 -0600
  67. 93a45b1 tpm: Add support for SPL and TPL by Simon Glass · Mon Oct 01 12:22:19 2018 -0600
  68. 23f2284 fdt: Allow indicating a node is for U-Boot proper only by Simon Glass · Mon Oct 01 12:22:18 2018 -0600
  69. 39c9422 rtc: Allow use of RTC in SPL and TPL by Simon Glass · Mon Oct 01 12:22:15 2018 -0600
  70. 9be963e Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig by Simon Glass · Mon Oct 01 12:22:14 2018 -0600
  71. a19f730 blk: Support block drivers in TPL by Simon Glass · Mon Oct 01 12:22:13 2018 -0600
  72. f56afda spl: input: Allow input in SPL and TPL by Simon Glass · Mon Oct 01 12:22:10 2018 -0600
  73. 342eb81 sf: Avoid allocating memory on every read operation by Simon Glass · Mon Oct 01 12:22:09 2018 -0600
  74. 699c9ca dm: core: Update ofnode to read binman-style flash entry by Simon Glass · Mon Oct 01 12:22:08 2018 -0600
  75. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · Mon Oct 01 12:22:07 2018 -0600
  76. 2e5e5ec dm: core: Update some functions to use const by Simon Glass · Mon Oct 01 12:22:06 2018 -0600
  77. 7ebd13d dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · Mon Oct 01 12:22:05 2018 -0600
  78. ae50ec7 sandbox: Restore blocking I/O on exit by Simon Glass · Mon Oct 01 11:55:20 2018 -0600
  79. 8e8963b dm: spi: Clean up detection of sandbox SPI emulator by Simon Glass · Mon Oct 01 11:55:19 2018 -0600
  80. f99c329 sandbox: tpm: Enhance to support the latest Chromium OS by Simon Glass · Mon Oct 01 11:55:18 2018 -0600
  81. 5ff3f16 sandbox: tpm: Tidy up enums and return values by Simon Glass · Mon Oct 01 11:55:17 2018 -0600
  82. 15421f3 serial: sandbox: Allow serial output without device tree by Simon Glass · Mon Oct 01 11:55:16 2018 -0600
  83. e3057f3 sandbox: Add a debug UART by Simon Glass · Mon Oct 01 11:55:15 2018 -0600
  84. 0806dcc sandbox: video: Speed up video output by Simon Glass · Mon Oct 01 11:55:14 2018 -0600
  85. 3b4b340 sandbox: spi: Add more logging by Simon Glass · Mon Oct 01 11:55:13 2018 -0600
  86. fd5259a sandbox: spi: Drop command-line SPI option by Simon Glass · Mon Oct 01 11:55:09 2018 -0600
  87. 702c08b rtc: Add read8 and write8 support to isl1208 driver by Trent Piepho · Thu May 31 11:14:44 2018 -0700
  88. a9dac49 ofnode: Add missing address translation into ofnode_get_addr_size() by Marek Vasut · Mon Oct 01 12:37:20 2018 +0200
  89. 1638c17 ofnode: Replace of_n_addr_cells with of_n_size_cells by Marek Vasut · Mon Oct 01 12:37:19 2018 +0200
  90. f1edae9 Kconfig: sandbox: enable cmd_avb and dependencies by Jens Wiklander · Tue Sep 25 16:40:23 2018 +0200
  91. c7b443a tee: add sandbox driver by Jens Wiklander · Tue Sep 25 16:40:18 2018 +0200
  92. 8ebf55f tee: optee: support AVB trusted application by Jens Wiklander · Tue Sep 25 16:40:15 2018 +0200
  93. f1420dd optee: support routing of rpmb data frames to mmc by Jens Wiklander · Tue Sep 25 16:40:14 2018 +0200
  94. 2b7216b tee: add OP-TEE driver by Jens Wiklander · Tue Sep 25 16:40:11 2018 +0200
  95. 1429044 Add UCLASS_TEE for Trusted Execution Environment by Jens Wiklander · Tue Sep 25 16:40:09 2018 +0200
  96. d489839 mmc: rpmb: add mmc_rpmb_route_frames() by Jens Wiklander · Tue Sep 25 16:40:08 2018 +0200
  97. 651a836 dm: fdt: scan for devices under /firmware too by Jens Wiklander · Tue Sep 25 16:40:05 2018 +0200
  98. 688db7f misc: Add support for the Arm Versatile Express config bus by Liviu Dudau · Fri Sep 28 13:43:31 2018 +0100
  99. a1f05a9 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Fri Oct 05 21:17:35 2018 -0400
  100. c26f751 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Fri Oct 05 21:17:21 2018 -0400