1. 13da625 ldpaa_eth.c: Fix warning when PHYLIB is not enabled by Tom Rini · Thu Oct 11 20:07:48 2018 -0400
  2. dacfde8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Thu Oct 11 15:28:32 2018 -0400
  3. 50adb5e driver: net: fsl-mc: Add support of multiple phys for dpmac by Pankaj Bansal · Wed Oct 10 14:08:34 2018 +0530
  4. 7987ab7 driver: net: fsl-mc: initialize dpmac irrespective of phy by Pankaj Bansal · Wed Oct 10 14:08:33 2018 +0530
  5. e031d26 driver: net: fsl-mc: Modify the dpmac link detection method by Pankaj Bansal · Wed Oct 10 14:08:32 2018 +0530
  6. ff076d7 driver: net: fsl-mc: fix error handing in init_phy by Pankaj Bansal · Wed Oct 10 14:08:31 2018 +0530
  7. 1c2289d driver: net: fsl-mc: remove unused strcture elements by Pankaj Bansal · Wed Oct 10 14:08:30 2018 +0530
  8. cf26c09 Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm by Tom Rini · Wed Oct 10 13:35:17 2018 -0400
  9. cc40260 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Wed Oct 10 13:35:14 2018 -0400
  10. 6d9e7a8 gpio: da8xx: Push generic defines of gpio.h out of mach-davinci by Keerthy · Wed Oct 03 17:55:14 2018 +0530
  11. 0e9265c gpio: da8xx: Add k2g compatible by Keerthy · Wed Oct 03 17:55:13 2018 +0530
  12. d24b128 driver: net: fsl-mc: modify the label name by Pankaj Bansal · Wed Oct 10 14:08:29 2018 +0530
  13. 9716dc1 test: eth: Add a test for the target being pinged by Joe Hershberger · Wed Sep 26 16:49:01 2018 -0500
  14. 54418d0 test: eth: Add a test for ARP requests by Joe Hershberger · Wed Sep 26 16:49:00 2018 -0500
  15. 11b8503 net: sandbox: Add a priv ptr for tests to use by Joe Hershberger · Wed Sep 26 16:48:59 2018 -0500
  16. 46d2b6e net: sandbox: Allow fake eth to handle more than 1 packet response by Joe Hershberger · Wed Sep 26 16:48:57 2018 -0500
  17. c136307 net: sandbox: Share the priv structure with tests by Joe Hershberger · Wed Sep 26 16:48:56 2018 -0500
  18. 2260f13 net: sandbox: Make the fake eth driver response configurable by Joe Hershberger · Wed Sep 26 16:48:55 2018 -0500
  19. 878123d net: sandbox: Refactor sandbox send function by Joe Hershberger · Wed Sep 26 16:48:54 2018 -0500
  20. e4411ec net: sandbox: Move disabled flag into priv struct by Joe Hershberger · Wed Sep 26 16:48:53 2018 -0500
  21. 1c2ba09 net: phy: ti: Add binding for the CLK_OUT pin muxing by Janine Hagemann · Tue Aug 28 08:25:39 2018 +0200
  22. b3dd2ed net: phy: ti: Recover from "port mirroring" N/A MODE4 by Janine Hagemann · Tue Aug 28 08:25:38 2018 +0200
  23. 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
  24. 2ccb8b0 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · Tue Jul 31 02:55:22 2018 -0700
  25. f939043 net: pch_gbe: Make probe/remove static by Bin Meng · Sun Jul 29 00:11:22 2018 -0700
  26. 5efc2c4 linux/compat.h: Add netdev_### log macros by Bin Meng · Thu Jul 26 03:15:58 2018 -0700
  27. 967db0e mmc: tmio: Limit DMA to 32bit on R-Car Gen3 by Marek Vasut · Wed Oct 03 00:46:24 2018 +0200
  28. c7da6e34 mmc: tmio: Pass full address to tmio_sd_addr_is_dmaable() by Marek Vasut · Wed Oct 03 00:44:37 2018 +0200
  29. 59f4421 video: at91: Adjust vidconsole_position_cursor() to use char pos by Simon Glass · Mon Oct 01 12:22:47 2018 -0600
  30. 07fbba5 sysreset: Add a way to find the last reset by Simon Glass · Mon Oct 01 12:22:46 2018 -0600
  31. b8b4d2a sysreset: Tidy up a few comments and logging by Simon Glass · Mon Oct 01 12:22:45 2018 -0600
  32. baac4eb pci: Add a little more debugging to pci_rom by Simon Glass · Mon Oct 01 12:22:44 2018 -0600
  33. 126f0d2 ctags: Minor changes to fix ctags output by Simon Glass · Mon Oct 01 12:22:42 2018 -0600
  34. fe68a45 panel: Expand the backlight support by Simon Glass · Mon Oct 01 12:22:41 2018 -0600
  35. 5620cf8 test: panel: Add a test for the panel uclass by Simon Glass · Mon Oct 01 12:22:40 2018 -0600
  36. 4ed88a5 cros_ec: Add support for v3 messages on LPC by Simon Glass · Mon Oct 01 12:22:39 2018 -0600
  37. 9456490 cros_ec: Update cros_ec_read_hash() to specify the image by Simon Glass · Mon Oct 01 12:22:38 2018 -0600
  38. 2c1e550 cros: Update ec_commands to latest version by Simon Glass · Mon Oct 01 12:22:36 2018 -0600
  39. 1a82542 tpm: Use livetree and allow children by Simon Glass · Mon Oct 01 12:22:27 2018 -0600
  40. 5534312 video: Adjust video_clear() to return an error by Simon Glass · Mon Oct 01 12:22:26 2018 -0600
  41. 00d9990 dm: spi: Add logging of some return values by Simon Glass · Mon Oct 01 12:22:24 2018 -0600
  42. bed4352 cros: Update cros_ec code to use struct udevice by Simon Glass · Mon Oct 01 12:22:22 2018 -0600
  43. 6057392 serial: Allow serial to be absent in TPL by Simon Glass · Mon Oct 01 12:22:20 2018 -0600
  44. 93a45b1 tpm: Add support for SPL and TPL by Simon Glass · Mon Oct 01 12:22:19 2018 -0600
  45. 23f2284 fdt: Allow indicating a node is for U-Boot proper only by Simon Glass · Mon Oct 01 12:22:18 2018 -0600
  46. 39c9422 rtc: Allow use of RTC in SPL and TPL by Simon Glass · Mon Oct 01 12:22:15 2018 -0600
  47. 9be963e Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig by Simon Glass · Mon Oct 01 12:22:14 2018 -0600
  48. a19f730 blk: Support block drivers in TPL by Simon Glass · Mon Oct 01 12:22:13 2018 -0600
  49. f56afda spl: input: Allow input in SPL and TPL by Simon Glass · Mon Oct 01 12:22:10 2018 -0600
  50. 342eb81 sf: Avoid allocating memory on every read operation by Simon Glass · Mon Oct 01 12:22:09 2018 -0600
  51. 699c9ca dm: core: Update ofnode to read binman-style flash entry by Simon Glass · Mon Oct 01 12:22:08 2018 -0600
  52. b775e87 dm: core: Add a function to find the first inactive child by Simon Glass · Mon Oct 01 12:22:07 2018 -0600
  53. 2e5e5ec dm: core: Update some functions to use const by Simon Glass · Mon Oct 01 12:22:06 2018 -0600
  54. 7ebd13d dm: core: Alloc uclass-private data to be cache-aligned by Simon Glass · Mon Oct 01 12:22:05 2018 -0600
  55. ae50ec7 sandbox: Restore blocking I/O on exit by Simon Glass · Mon Oct 01 11:55:20 2018 -0600
  56. 8e8963b dm: spi: Clean up detection of sandbox SPI emulator by Simon Glass · Mon Oct 01 11:55:19 2018 -0600
  57. f99c329 sandbox: tpm: Enhance to support the latest Chromium OS by Simon Glass · Mon Oct 01 11:55:18 2018 -0600
  58. 5ff3f16 sandbox: tpm: Tidy up enums and return values by Simon Glass · Mon Oct 01 11:55:17 2018 -0600
  59. 15421f3 serial: sandbox: Allow serial output without device tree by Simon Glass · Mon Oct 01 11:55:16 2018 -0600
  60. e3057f3 sandbox: Add a debug UART by Simon Glass · Mon Oct 01 11:55:15 2018 -0600
  61. 0806dcc sandbox: video: Speed up video output by Simon Glass · Mon Oct 01 11:55:14 2018 -0600
  62. 3b4b340 sandbox: spi: Add more logging by Simon Glass · Mon Oct 01 11:55:13 2018 -0600
  63. fd5259a sandbox: spi: Drop command-line SPI option by Simon Glass · Mon Oct 01 11:55:09 2018 -0600
  64. 702c08b rtc: Add read8 and write8 support to isl1208 driver by Trent Piepho · Thu May 31 11:14:44 2018 -0700
  65. a9dac49 ofnode: Add missing address translation into ofnode_get_addr_size() by Marek Vasut · Mon Oct 01 12:37:20 2018 +0200
  66. 1638c17 ofnode: Replace of_n_addr_cells with of_n_size_cells by Marek Vasut · Mon Oct 01 12:37:19 2018 +0200
  67. f1edae9 Kconfig: sandbox: enable cmd_avb and dependencies by Jens Wiklander · Tue Sep 25 16:40:23 2018 +0200
  68. c7b443a tee: add sandbox driver by Jens Wiklander · Tue Sep 25 16:40:18 2018 +0200
  69. 8ebf55f tee: optee: support AVB trusted application by Jens Wiklander · Tue Sep 25 16:40:15 2018 +0200
  70. f1420dd optee: support routing of rpmb data frames to mmc by Jens Wiklander · Tue Sep 25 16:40:14 2018 +0200
  71. 2b7216b tee: add OP-TEE driver by Jens Wiklander · Tue Sep 25 16:40:11 2018 +0200
  72. 1429044 Add UCLASS_TEE for Trusted Execution Environment by Jens Wiklander · Tue Sep 25 16:40:09 2018 +0200
  73. d489839 mmc: rpmb: add mmc_rpmb_route_frames() by Jens Wiklander · Tue Sep 25 16:40:08 2018 +0200
  74. 651a836 dm: fdt: scan for devices under /firmware too by Jens Wiklander · Tue Sep 25 16:40:05 2018 +0200
  75. 688db7f misc: Add support for the Arm Versatile Express config bus by Liviu Dudau · Fri Sep 28 13:43:31 2018 +0100
  76. a1f05a9 Merge branch 'master' of git://git.denx.de/u-boot-sh by Tom Rini · Fri Oct 05 21:17:35 2018 -0400
  77. c26f751 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · Fri Oct 05 21:17:21 2018 -0400
  78. eab8e23 Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchip by Tom Rini · Fri Oct 05 10:16:46 2018 -0400
  79. b6a6dc8 net: gmac_rockchip: Add handling for RGMII_ID/RXID/TXID by Janine Hagemann · Tue Aug 28 08:25:05 2018 +0200
  80. 714f70a net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii by Janine Hagemann · Tue Aug 28 08:25:04 2018 +0200
  81. e51fced Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Thu Oct 04 09:18:30 2018 -0400
  82. 8adb8cb spi: Add SPI driver for MT76xx SoCs by Stefan Roese · Thu Aug 16 10:48:48 2018 +0200
  83. cdb295c mtd: nand: spi: Add Gigadevice SPI NAND support by Stefan Roese · Thu Aug 16 18:05:08 2018 +0200
  84. 72191c7 sf: Add XMC xm25qh64a and xm25qh128a entries by Stefan Roese · Mon Aug 06 16:33:19 2018 +0200
  85. f59a467 Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchip by Tom Rini · Wed Oct 03 12:09:19 2018 -0400
  86. 16a48f5 gpio: dwapb_gpio: Change to use devm_kcalloc() by Ley Foon Tan · Wed Sep 19 16:26:33 2018 +0800
  87. c31c4b1 phy: rcar: Add R-Car Gen3 PHY driver by Marek Vasut · Tue Oct 02 22:31:47 2018 +0200
  88. 6cdeb49 i2c: Add support for the Arm's Versatile Express I2C controller. by Liviu Dudau · Fri Sep 28 13:46:48 2018 +0100
  89. ac3de90 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · Tue Oct 02 13:02:22 2018 -0400
  90. d2da045 spi: sh_qspi: Add DM support to SH QSPI driver by Marek Vasut · Sat Aug 25 19:34:24 2018 +0200
  91. 63f7711 driver/spi: fsl_qspi: Remove non-DM stuff by Ashish Kumar · Fri Sep 07 09:49:34 2018 +0530
  92. fc3382d spi: designware_spi: Add reset ctrl to driver by Ley Foon Tan · Fri Sep 07 14:25:29 2018 +0800
  93. 741f4c7 cmd: mtd: add 'mtd' command by Miquel Raynal · Sat Sep 29 12:58:28 2018 +0200
  94. 6382e0c mtd: mtdpart: implement proper partition handling by Miquel Raynal · Sat Sep 29 12:58:27 2018 +0200
  95. 1a08e99 mtd: uboot: search for an equivalent MTD name with the mtdids by Miquel Raynal · Sat Sep 29 12:58:26 2018 +0200
  96. 6f381d5 mtd: mtdpart: add a generic mtdparts-like parser by Miquel Raynal · Sat Sep 29 12:58:25 2018 +0200
  97. aa168ac mtd: uclass: add probe function by Miquel Raynal · Sat Sep 29 12:58:24 2018 +0200
  98. 52c55a2 rockchip: dwmmc: add rk2928-dw-mshc compatible by Heiko Stuebner · Fri Sep 21 10:59:46 2018 +0200
  99. 46b7a4f mmc: dw_mmc: check fifo status with a timeout in fifo mode by Heiko Stuebner · Fri Sep 21 10:59:45 2018 +0200
  100. b93eea7 Merge git://git.denx.de/u-boot-dm by Tom Rini · Sun Sep 30 18:16:51 2018 -0400