1. a1818b1 net: macb: Fix check for little-endian system in gmac_configure_dma() by Anup Patel · Wed Jul 24 04:09:37 2019 +0000
  2. 88799a6 net: macb: Extend MACB driver for SiFive Unleashed board by Anup Patel · Wed Jul 24 04:09:32 2019 +0000
  3. e5332ba Add support for the NXP LS1021A-TSN board by Jianchao Wang · Fri Jul 19 00:30:01 2019 +0300
  4. 0d5bd07 configs: ls1021atwr: Fix distro_bootcmd for QSPI boot by Vladimir Oltean · Fri Jul 19 00:30:00 2019 +0300
  5. 19c0460 arm: ls1021atwr: Convert to use driver model TSEC driver by Bin Meng · Fri Jul 19 00:29:59 2019 +0300
  6. 7c043ea net: tsec: Change compatible strings to match Linux by Vladimir Oltean · Fri Jul 19 00:29:58 2019 +0300
  7. 9953c79 net: tsec: Common handling of MAC station address for DM_ETH by Vladimir Oltean · Fri Jul 19 00:29:57 2019 +0300
  8. 8ec8eaa net: tsec: Make errors visible by Vladimir Oltean · Fri Jul 19 00:29:56 2019 +0300
  9. a11c89d net: tsec: Reverse Christmas tree notation by Vladimir Oltean · Fri Jul 19 00:29:55 2019 +0300
  10. 3095e34 net: tsec: Fix offset of MDIO registers for DM_ETH by Vladimir Oltean · Fri Jul 19 00:29:54 2019 +0300
  11. d639220 net: tsec: Refactor the readout of the tbi-handle property by Vladimir Oltean · Fri Jul 19 00:29:53 2019 +0300
  12. 377d19d net/macb: increase RX buffer size for GEM by Ramon Fried · Sun Jul 14 18:25:14 2019 +0300
  13. b40501f net: macb: apply sane DMA configuration by Ramon Fried · Tue Jul 16 22:04:36 2019 +0300
  14. 834040c net: macb: add dma_burst_length config by Ramon Fried · Tue Jul 16 22:04:35 2019 +0300
  15. 588a5b7 net: macb: add support for SGMII phy interface by Ramon Fried · Tue Jul 16 22:04:34 2019 +0300
  16. 6402fb19 net: macb: use bit access macro from header file by Ramon Fried · Tue Jul 16 22:04:33 2019 +0300
  17. b1b9b4f net: macb: add support for faster clk rates by Ramon Fried · Tue Jul 16 22:04:32 2019 +0300
  18. 94e6bd8 net: macb: sync header definitions as taken from Linux by Ramon Fried · Tue Jul 16 22:03:00 2019 +0300
  19. 8d95dfb doc: bindings: Add binding for register driven MDIO muxes by Alex Marginean · Tue Jul 16 11:21:18 2019 +0300
  20. 7e69339 drivers: net: driver for MDIO muxes controlled over I2C by Alex Marginean · Tue Jul 16 11:21:17 2019 +0300
  21. e1922c7 net: designware: use 'phy_connect' instead of open coded by Simon Goldschmidt · Mon Jul 15 21:53:05 2019 +0200
  22. 41a7ac5 drivers: net: fsl_enetc: add support for SGMII 2500 by Alex Marginean · Mon Jul 15 11:48:47 2019 +0300
  23. 74609f9 configs: ls1028a: enable networking options in rdb, qds defconfig by Alex Marginean · Wed Jul 03 12:11:44 2019 +0300
  24. 3be715e arm: dts: ls1028a updates for network interfaces by Alex Marginean · Wed Jul 03 12:11:43 2019 +0300
  25. 38882ae drivers: net: apply serdes configuration for ENETC Ethernet interfaces by Alex Marginean · Wed Jul 03 12:11:42 2019 +0300
  26. 0215539 drivers: net: add NXP ENETC MDIO driver by Alex Marginean · Wed Jul 03 12:11:41 2019 +0300
  27. 7a910c1 drivers: net: add NXP ENETC ethernet driver by Alex Marginean · Wed Jul 03 12:11:40 2019 +0300
  28. 3a91873 include: configs: ls1028a: set SYS_RX_ETH_BUFFER to 8 by Alex Marginean · Wed Jul 03 12:11:39 2019 +0300
  29. ac754ca Merge branch '2019-07-24-master-imports' by Tom Rini · Wed Jul 24 14:15:51 2019 -0400
  30. 9c59d86 psci: Fix warnings when compiling with W=1 by Patrick Delaunay · Mon Jul 22 14:19:20 2019 +0200
  31. 9bee9e5 distro_bootcmd: refactor virtio to support PCI block devices by David Abdurachmanov · Mon Jul 22 11:38:11 2019 +0300
  32. 9a53cbf remoteproc: Fix potential build issues with SPL remoteproc by Suman Anna · Fri Jul 19 10:27:56 2019 -0500
  33. 6afbde4 doc: fitImage: Cosmetics break lines by Mickaël Tansorier · Wed Jul 17 17:57:29 2019 +0200
  34. b3c15b0 doc: fitImage: Fix conf number incrementation by Mickaël Tansorier · Wed Jul 17 17:57:16 2019 +0200
  35. 91bcc22 doc: Add the U-Boot logo to the html doc by Bin Meng · Tue Jul 16 09:39:20 2019 -0700
  36. 9c93a30 doc: Add .gitignore for the Sphinx build output directory by Bin Meng · Tue Jul 16 09:39:19 2019 -0700
  37. c9eff6a spl: sata: support U-Boot load from raw sata disk by Baruch Siach · Sun Jul 14 17:54:21 2019 +0300
  38. 14864d6 scripts/kernel-doc: fix parsing of function pointers by Heinrich Schuchardt · Sun Jul 14 11:30:23 2019 +0200
  39. 2b0a6ea scripts/kernel-doc: update script from Linux 5.2 by Heinrich Schuchardt · Sun Jul 14 11:30:22 2019 +0200
  40. 96a156f doc: Cope with Sphinx logging deprecations by Jonathan Corbet · Sun Jul 14 10:35:45 2019 +0200
  41. 0655b26 env: am57xx: Implement A/B boot process by Ruslan Trofymenko · Fri Jul 05 15:37:36 2019 +0300
  42. 68ff769 doc: android: Add simple guide for A/B updates by Ruslan Trofymenko · Fri Jul 05 15:37:35 2019 +0300
  43. ec264b4 test/py: Add base test case for A/B updates by Ruslan Trofymenko · Fri Jul 05 15:37:34 2019 +0300
  44. a24f9b4 cmd: Add 'ab_select' command by Ruslan Trofymenko · Fri Jul 05 15:37:33 2019 +0300
  45. 3b7dc91 common: Implement A/B metadata by Ruslan Trofymenko · Fri Jul 05 15:37:32 2019 +0300
  46. 5e171ef disk: part: Extend API to get partition info by Ruslan Trofymenko · Fri Jul 05 15:37:31 2019 +0300
  47. cb10fc9 cmd: bcb: Apply non-functional refinements by Eugeniu Rosca · Fri Jul 19 23:26:14 2019 +0200
  48. 9bb6283 cmd: bcb: Use strcmp() instead of strncmp() for string literals by Eugeniu Rosca · Fri Jul 19 23:26:13 2019 +0200
  49. 2b921bb cmd: bcb: Fix duplicated handling in two case-branches by Eugeniu Rosca · Fri Jul 19 23:26:12 2019 +0200
  50. c37e68f treewide: Fix stale references of Android docs by Eugeniu Rosca · Fri Jul 19 23:26:11 2019 +0200
  51. 7326858 image: android: allow to wrap uImage into the Android boot image by Roman Stratiienko · Mon Jun 03 15:38:13 2019 +0300
  52. 9686a93 menu: don't bother going interactive with just one menu item by Leon Yu · Fri Jun 21 12:12:39 2019 +0800
  53. db9bd636 cmd: part: Add 'number' sub-command by Ruslan Trofymenko · Fri Jun 14 17:01:26 2019 +0300
  54. 9611d14 Merge branch '2019-07-24-doc-html-cleanup' by Tom Rini · Wed Jul 24 13:15:19 2019 -0400
  55. ec4ebee doc: Remove README.blackfin by Bin Meng · Thu Jul 18 00:34:35 2019 -0700
  56. 35839f0 doc: arch: Convert README.xtensa to reST by Bin Meng · Thu Jul 18 00:34:34 2019 -0700
  57. 25a7456 doc: arch: Convert README.sandbox to reST by Bin Meng · Thu Jul 18 00:34:33 2019 -0700
  58. b317126 doc: arch: Convert README.sh to reST by Bin Meng · Thu Jul 18 00:34:32 2019 -0700
  59. 53a184b doc: arch: Convert README.m68k to reST by Bin Meng · Thu Jul 18 00:34:31 2019 -0700
  60. fef1353 doc: arch: Convert README.ARC to reST by Bin Meng · Thu Jul 18 00:34:30 2019 -0700
  61. 83788aa doc: arch: Convert README.nios2 to reST by Bin Meng · Thu Jul 18 00:34:29 2019 -0700
  62. 80af9e5 doc: arch: Convert README.NDS32 to reST by Bin Meng · Thu Jul 18 00:34:28 2019 -0700
  63. dde9c78 doc: arch: Convert README.arm64 to reST by Bin Meng · Thu Jul 18 00:34:27 2019 -0700
  64. 89ad2bb doc: arch: Convert README.x86 to reST by Bin Meng · Thu Jul 18 00:34:26 2019 -0700
  65. 6a1e239 doc: board: Convert README.zynq to reST by Bin Meng · Thu Jul 18 00:34:25 2019 -0700
  66. 215007a doc: board: Convert README.b4860qds to reST by Bin Meng · Thu Jul 18 00:34:24 2019 -0700
  67. 503a27b doc: board: Convert README.at91 to reST by Bin Meng · Thu Jul 18 00:34:23 2019 -0700
  68. 1333392 doc: board: Convert README.sh7753evb to reST by Bin Meng · Thu Jul 18 00:34:22 2019 -0700
  69. 6cae6a3 doc: board: Convert README.sh7752evb to reST by Bin Meng · Thu Jul 18 00:34:21 2019 -0700
  70. d7079dd doc: board: Convert README.sifive-fu540 to reST by Bin Meng · Thu Jul 18 00:34:20 2019 -0700
  71. ec969fa doc: board: Convert README.ag101p to reST by Bin Meng · Thu Jul 18 00:34:19 2019 -0700
  72. 8658998 doc: board: Add AndesTech ax25-ae350 board doc by Bin Meng · Thu Jul 18 00:34:18 2019 -0700
  73. 475d4bd doc: board: Convert README.qemu-mips to reST by Bin Meng · Thu Jul 18 00:34:17 2019 -0700
  74. f712f2a doc: board: Convert README.qemu-riscv to reST by Bin Meng · Thu Jul 18 00:34:16 2019 -0700
  75. ddec5e9 doc: board: Convert README.qemu-arm to reST by Bin Meng · Thu Jul 18 00:34:15 2019 -0700
  76. 46b9d6c doc: board: Add QEMU x86 board doc by Bin Meng · Thu Jul 18 00:34:14 2019 -0700
  77. 3b29948 doc: board: Add coreboot board doc by Bin Meng · Thu Jul 18 00:34:13 2019 -0700
  78. 4024a7b doc: board: Add Google Chromebook Samus board doc by Bin Meng · Thu Jul 18 00:34:12 2019 -0700
  79. f3be85d doc: board: Add Google Chromebook Link board doc by Bin Meng · Thu Jul 18 00:34:11 2019 -0700
  80. 04b21cf doc: board: Add Intel Galileo board doc by Bin Meng · Thu Jul 18 00:34:10 2019 -0700
  81. dec93f3 doc: board: Add Intel Edison board doc by Bin Meng · Thu Jul 18 00:34:09 2019 -0700
  82. 402d0ff doc: board: Add Intel Cougar Canyon 2 board doc by Bin Meng · Thu Jul 18 00:34:08 2019 -0700
  83. 899237b doc: board: Add Intel Cherry Hill board doc by Bin Meng · Thu Jul 18 00:34:07 2019 -0700
  84. 09360af doc: board: Add Intel Bay Trail based board docs by Bin Meng · Thu Jul 18 00:34:06 2019 -0700
  85. 375b8ce doc: board: Add Intel Crown Bay board doc by Bin Meng · Thu Jul 18 00:34:05 2019 -0700
  86. c2c82cb doc: Add board specific info to Sphinx TOC tree by Bin Meng · Thu Jul 18 00:34:04 2019 -0700
  87. 2f4d6bd doc: arch: Convert README.mips to reST by Bin Meng · Thu Jul 18 00:34:03 2019 -0700
  88. 1ba396e doc: Add architecture specific info to Sphinx TOC tree by Bin Meng · Thu Jul 18 00:34:02 2019 -0700
  89. 8db0d92 doc: driver-model: Convert usb-info.txt to reST by Bin Meng · Thu Jul 18 00:34:01 2019 -0700
  90. 839782b doc: driver-model: Convert spi-howto.txt to reST by Bin Meng · Thu Jul 18 00:34:00 2019 -0700
  91. e1bed0a doc: driver-model: Convert serial-howto.txt to reST by Bin Meng · Thu Jul 18 00:33:59 2019 -0700
  92. bcb8e22 doc: driver-model: Convert remoteproc-framework.txt to reST by Bin Meng · Thu Jul 18 00:33:58 2019 -0700
  93. d5f8cea doc: driver-model: Convert pmic-framework.txt to reST by Bin Meng · Thu Jul 18 00:33:57 2019 -0700
  94. db9595a doc: driver-model: Convert pci-info.txt to reST by Bin Meng · Thu Jul 18 00:33:56 2019 -0700
  95. ae25869 doc: driver-model: Convert of-plat.txt to reST by Bin Meng · Thu Jul 18 00:33:55 2019 -0700
  96. 5a59347 doc: driver-model: Convert livetree.txt to reST by Bin Meng · Thu Jul 18 00:33:54 2019 -0700
  97. dfb789e doc: driver-model: Convert i2c-howto.txt to reST by Bin Meng · Thu Jul 18 00:33:53 2019 -0700
  98. 3d45f2d doc: driver-model: Convert fs_firmware_loader.txt to reST by Bin Meng · Thu Jul 18 00:33:52 2019 -0700
  99. aa66be6 doc: driver-model: Convert fdt-fixup.txt to reST by Bin Meng · Thu Jul 18 00:33:51 2019 -0700
  100. c1bfac6 doc: driver-model: Convert MIGRATION.txt to reST by Bin Meng · Thu Jul 18 00:33:50 2019 -0700