1. b851e40 net: mvpp2: Enable PHY polling mode on PPv2.2 by Stefan Roese · Thu Mar 09 12:01:57 2017 +0100
  2. c20e4e4 net: mvpp2: Add missing PHY_INTERFACE_MODE_RGMII_ID by Stefan Roese · Wed Mar 22 15:11:00 2017 +0100
  3. 0164764 net: mvpp2: Add GoP and NetC support for port 0 (SFI) by Stefan Roese · Wed Mar 22 15:09:38 2017 +0100
  4. 40e749b net: mvpp2: Add GoP and NetC support for ports 2 & 3 (RGMII & SGMII) by Stefan Roese · Wed Mar 22 15:07:30 2017 +0100
  5. 3651bfc net: mvpp2: Read phy-speed from DT to select between 1GB and 2.5GB SGMII by Stefan Roese · Wed Mar 22 14:15:40 2017 +0100
  6. 8ba5f0b net: mvpp2: Restructure probe / init functions by Stefan Roese · Wed Mar 22 14:11:16 2017 +0100
  7. f8c8cc1 net: include/phy.h: Add new PHY interface modes by Stefan Roese · Thu Feb 23 11:58:26 2017 +0100
  8. a8801ed net: mvpp2: Add RX and TX FIFO configuration for PPv2.2 by Stefan Roese · Wed Mar 01 13:09:42 2017 +0100
  9. 38801d4 net: mvpp2: Handle eth device naming in multi-CP case correctly by Stefan Roese · Fri Feb 24 10:12:41 2017 +0100
  10. 97c3ba0 arm64: mvebu: armada-7k/8k: Enable MVPP2 ethernet driver by Stefan Roese · Mon Feb 20 12:25:26 2017 +0100
  11. 24d55a6 arm64: marvell: dts: add PPv2.2 description to Armada 7K/8K by Thomas Petazzoni · Mon Feb 20 12:27:25 2017 +0100
  12. 78a112b net: mvpp2: Enable compilation for Armada 7K/8K platforms by Stefan Roese · Wed Feb 15 11:42:59 2017 +0100
  13. 4cc7541 net: mvpp2.c: Clear all buffer / descriptor areas before usage by Stefan Roese · Thu Feb 16 13:29:08 2017 +0100
  14. d017cdf net: mvpp2: Move probe function from MISC to ETH DM driver by Stefan Roese · Thu Feb 16 15:26:06 2017 +0100
  15. b71c2a3 net: mvpp2: Add MDIO support for PPv2.2 by Stefan Roese · Thu Feb 16 08:31:32 2017 +0100
  16. e595a23 net: mvpp2: finally add the PPv2.2 compatible string by Thomas Petazzoni · Mon Feb 20 11:54:31 2017 +0100
  17. 38a2328 net: mvpp2: adapt rxq distribution to PPv2.2 by Thomas Petazzoni · Thu Feb 16 09:03:16 2017 +0100
  18. f107747 net: mvpp2: rework RXQ interrupt group initialization for PPv2.2 by Thomas Petazzoni · Thu Feb 16 08:46:37 2017 +0100
  19. ca560ab net: mvpp2: add AXI bridge initialization for PPv2.2 by Thomas Petazzoni · Thu Feb 16 08:41:07 2017 +0100
  20. cc2445f net: mvpp2: handle misc PPv2.1/PPv2.2 differences by Thomas Petazzoni · Mon Feb 20 11:42:51 2017 +0100
  21. 5555f07 net: mvpp2: handle register mapping and access for PPv2.2 by Thomas Petazzoni · Thu Feb 16 08:03:37 2017 +0100
  22. 7f215c7 net: mvpp2: adjust mvpp2_{rxq,txq}_init for PPv2.2 by Thomas Petazzoni · Mon Feb 20 11:36:57 2017 +0100
  23. 58159ee net: mvpp2: adapt mvpp2_defaults_set() to PPv2.2 by Thomas Petazzoni · Thu Feb 16 06:57:24 2017 +0100
  24. 2321c92 net: mvpp2: adapt the mvpp2_rxq_*_pool_set functions to PPv2.2 by Thomas Petazzoni · Thu Feb 16 06:53:51 2017 +0100
  25. 3520a33 net: mvpp2: adjust the allocation/free of BM pools for PPv2.2 by Thomas Petazzoni · Mon Feb 20 11:29:16 2017 +0100
  26. 56563ad net: mvpp2: introduce PPv2.2 HW descriptors and adapt accessors by Thomas Petazzoni · Mon Feb 20 11:08:46 2017 +0100
  27. e3645a0 net: mvpp2: introduce an intermediate union for the TX/RX descriptors by Thomas Petazzoni · Wed Feb 15 16:25:53 2017 +0100
  28. 51ccb41 net: mvpp2: add hw_version field in "struct mvpp2" by Thomas Petazzoni · Wed Feb 15 14:08:59 2017 +0100
  29. fb3a7bb net: mvpp2: add and use accessors for TX/RX descriptors by Thomas Petazzoni · Wed Feb 15 15:35:00 2017 +0100
  30. 0983176 net: mvpp2: store physical address of buffer in rx_desc->buf_cookie by Thomas Petazzoni · Mon Feb 20 10:37:59 2017 +0100
  31. 0ff5752 net: mvpp2: remove support for buffer header by Thomas Petazzoni · Mon Feb 20 10:29:43 2017 +0100
  32. c49aff2 net: mvpp2: use "dma" instead of "phys" where appropriate by Thomas Petazzoni · Mon Feb 20 10:27:51 2017 +0100
  33. feb0b33 net: mvpp2: enable building on 64-bit platforms (more U-Boot specific) by Stefan Roese · Wed Feb 15 12:46:18 2017 +0100
  34. a3c988f net: mvpp2: enable building on 64-bit platforms by Thomas Petazzoni · Wed Feb 15 12:31:53 2017 +0100
  35. 265b3c6 net: mvpp2: simplify MVPP2_PRS_RI_* definitions by Thomas Petazzoni · Wed Feb 15 12:19:36 2017 +0100
  36. ebbe76f net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT by Thomas Petazzoni · Wed Feb 15 12:16:23 2017 +0100
  37. 5e3eaae net: mvpp2: remove unused register definitions by Thomas Petazzoni · Wed Feb 15 12:15:01 2017 +0100
  38. 1b085c5 net: mvpp2: simplify mvpp2_bm_bufs_add() by Thomas Petazzoni · Wed Feb 15 12:13:43 2017 +0100
  39. b4268e2 net: mvpp2: Round up top tx buffer boundaries for dcache ops by Stefan Roese · Thu Feb 16 13:58:37 2017 +0100
  40. 5e9aade bitops.h: Include bitsperlong.h as needed for GENMASK_ULL by Stefan Roese · Mon Feb 20 16:50:26 2017 +0100
  41. ca3e320 arc: use timer driver for ARC boards by Vlad Zakharov · Tue Mar 21 14:49:49 2017 +0300
  42. 8b62490 arc: dts: separate single axs10x.dts file by Vlad Zakharov · Tue Mar 21 14:49:48 2017 +0300
  43. 8488c90 drivers: timer: Introduce ARC timer driver by Vlad Zakharov · Tue Mar 21 14:49:47 2017 +0300
  44. 6308724 arm: mvebu: Add gdsys ControlCenter-Compact board by Dirk Eibach · Wed Feb 22 16:07:23 2017 +0100
  45. 184bb628 dm: Add callback to modify the device tree by mario.six@gdsys.cc · Wed Feb 22 16:07:22 2017 +0100
  46. 2dd4173 arm: mvebu: theadorable: Add 'pcie' test command by Stefan Roese · Fri Mar 10 15:40:32 2017 +0100
  47. 96332a9 arm: mvebu: theadorable: Add board-specific PEX detection pulse width by Stefan Roese · Fri Mar 10 15:40:31 2017 +0100
  48. 981673d arm: mvebu: AXP: Add possiblity to configure PEX detection pulse width by Stefan Roese · Fri Mar 10 15:40:30 2017 +0100
  49. c2d1c2a arm64: a37xx: Remove DM_I2C_COMPAT from the board config by Konstantin Porotchkin · Thu Feb 16 13:52:33 2017 +0200
  50. 4025e2c arm64: a37xx: Disable DB configurations on ESPRESSOBin board by Konstantin Porotchkin · Thu Feb 16 13:52:32 2017 +0200
  51. bf9fae5 arm64: mvebu: Add default config for ESPRESSOBin board by Konstantin Porotchkin · Thu Feb 16 13:52:31 2017 +0200
  52. c2f0ff9 arm64: dts: Add device tree for ESPRESSOBin board by Konstantin Porotchkin · Thu Feb 16 13:52:30 2017 +0200
  53. a18a311 mvebu: a37xx: Add init for ESPRESSBin Topaz switch by Konstantin Porotchkin · Thu Feb 16 13:52:29 2017 +0200
  54. ed446f7 mvebu: neta: a37xx: Add fixed link support to neta driver by Konstantin Porotchkin · Thu Feb 16 13:52:28 2017 +0200
  55. 9d89f01 mvebu: neta: Add support for board init function by Konstantin Porotchkin · Thu Feb 16 13:52:27 2017 +0200
  56. 73b4526 arm64: a37xx: Handle pin controls in early board init by Konstantin Porotchkin · Thu Feb 16 13:52:26 2017 +0200
  57. 1406fa9 arm64: a37xx: dts: Add pin control nodes to DT by Konstantin Porotchkin · Thu Feb 16 13:52:25 2017 +0200
  58. 78b1852 arm64: a37xx: Enable bubt command support on A3720-DB by Konstantin Porotchkin · Thu Feb 16 13:52:24 2017 +0200
  59. 7dc3be8 arm64: a37xx: Enable Marvell ETH PHY support by Konstantin Porotchkin · Thu Feb 16 13:52:23 2017 +0200
  60. 5d681d5 arm64: mvebu: Rename the db-88f3720 to armada-37xx platform by Konstantin Porotchkin · Thu Feb 16 13:52:22 2017 +0200
  61. 50ca8f2 mvebu: usb: xhci: Add VBUS regulator supply to the host driver by Konstantin Porotchkin · Sun Feb 12 11:10:30 2017 +0200
  62. ae8d34d arm64: mvebu: Add default configuraton for MACCHIATOBin board by Konstantin Porotchkin · Thu Feb 09 12:39:37 2017 +0200
  63. 6bb5b34 arm64: mvebu: dts: Add DTS file for MACCHIATOBin board by Rabeeh Khoury · Thu Feb 09 12:39:10 2017 +0200
  64. ee3964b mvebu: pcie: Add support for GPIO reset for PCIe device by Konstantin Porotchkin · Wed Feb 08 17:34:13 2017 +0200
  65. 4ca44b0 arm64: mvebu: dts: Add i2c1 pin definitions to CPM by Konstantin Porotchkin · Wed Feb 08 17:34:12 2017 +0200
  66. 0c6b0ba arm64: mvebu: gpio: Add GPIO nodes to A8K family devices by Konstantin Porotchkin · Wed Feb 08 17:34:11 2017 +0200
  67. 64f859a dtoc: make ScanTree recurse into subnodes by Philipp Tomsich · Wed Feb 22 19:06:04 2017 +0100
  68. 666f139 drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap register by Jean-Jacques Hiblot · Mon Feb 13 16:17:49 2017 +0100
  69. a213817 regmap: use fdt address translation by Jean-Jacques Hiblot · Mon Feb 13 16:17:48 2017 +0100
  70. 40a68f8 dm: core: Fix Handling of global_data moving in SPL by Lokesh Vutla · Mon Feb 13 09:21:22 2017 +0530
  71. c1f7006 mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driver by Stefan Roese · Mon Mar 20 17:00:32 2017 +0100
  72. 4c2881d mmc: drop unnecessary send_status request by Xu Ziyuan · Sun Mar 12 14:19:04 2017 +0800
  73. c8537cb mmc: sdhci: only flush cache for data command by Kevin Liu · Wed Mar 08 15:16:44 2017 +0800
  74. 853b78c mmc: tangier: Add Intel Tangier eMMC/SDHCI driver by Felipe Balbi · Mon Feb 20 14:24:14 2017 +0300
  75. c351201 mmc: pci: Add CONFIG_MMC_PCI by Felipe Balbi · Mon Feb 20 14:24:13 2017 +0300
  76. ac366d8 configs: am43xx_evm: Enable SPL_DM by Lokesh Vutla · Tue Feb 21 11:40:44 2017 +0530
  77. 493368d ARM: AM43xx: Enable DM_I2C/SPI/ETH by Lokesh Vutla · Tue Feb 21 11:40:43 2017 +0530
  78. 895bd20 ARM: dts: am43xx: Add u-boot specific dtsi by Lokesh Vutla · Tue Feb 21 11:40:42 2017 +0530
  79. 7ee789d configs: dra7xx_evm: Enable SPL_DM by Lokesh Vutla · Fri Feb 10 20:37:20 2017 +0530
  80. d13d9eb configs: am57xx_evm: Enable SPL_DM by Lokesh Vutla · Fri Feb 10 20:37:19 2017 +0530
  81. 3f33218 ARM: dts: OMAP5+: Add u-boot specific dtsi by Lokesh Vutla · Fri Feb 10 20:37:18 2017 +0530
  82. 74f1f0c ARM: OMAP2+: define _image_binary_end to fix SPL_OF_CONTROL by Lokesh Vutla · Fri Feb 10 20:37:17 2017 +0530
  83. 89ea21e spl: Correct call to spl_common_init() with SPL_STACK_R_MALLOC_SIMPLE_LEN by Tom Rini · Mon Mar 20 14:19:27 2017 -0400
  84. d59b586 board: ns2: Add support for Broadcom Northstar 2 by Jon Mason · Fri Mar 17 12:12:14 2017 -0400
  85. a49b7b3 da850: Add instructions to copy AIS image to NAND by ahaslam@baylibre.com · Fri Mar 17 16:55:23 2017 +0100
  86. 3885717 Pass empty CFLAGS on invocation of libfdt/setup.py by Max Filippov · Thu Mar 16 15:23:55 2017 -0700
  87. 7bb238e Kconfig: Don't use RSA_FREESCALE_EXP on IMX by George McCollister · Thu Mar 16 16:17:06 2017 -0500
  88. 21bc35e ARM: am43xx: fix SOC revision print outs by Tero Kristo · Thu Mar 16 09:48:54 2017 +0200
  89. 8445f73 test-fit.py: Minor grammar/spelling/clarification tweaks by Robert P. J. Day · Mon Mar 13 06:50:55 2017 -0400
  90. 842ac3f part_efi: document device-tree binding for part_efi configuration by Philipp Tomsich · Wed Mar 01 21:10:41 2017 +0100
  91. b357fe4 doc: move documentation for /config node into a separate file by Philipp Tomsich · Wed Mar 01 21:10:40 2017 +0100
  92. a3da0e9 part_efi: support padding between the GPT header and partition entries by Philipp Tomsich · Wed Mar 01 21:10:39 2017 +0100
  93. 0c61d1b net: don't override ethernet address environment by Roger Quadros · Mon Mar 13 15:04:33 2017 +0200
  94. 601ab90 ARM: k2g: setup PRU ethernet MAC addresses by Roger Quadros · Mon Mar 13 15:04:32 2017 +0200
  95. 7ff8e7c ARM: Use Kconfig for board EEPROM's I2C bus and chip address by Roger Quadros · Mon Mar 13 15:04:31 2017 +0200
  96. d0f399c board: ti: am57xx-idk: Auto detect LCD Panel by Nishanth Menon · Mon Mar 13 15:04:30 2017 +0200
  97. d2b9b02 board: ti: am571x-idk: Update pinmux for ICSS2 Ethernet by Roger Quadros · Mon Mar 13 15:04:29 2017 +0200
  98. 2613059 board: ti: am571x-idk: Support 6 port Ethernet or 4 port Ethernet with LCD by Roger Quadros · Mon Mar 13 15:04:28 2017 +0200
  99. 44c7d9a ti: common: board_detect: commodify ethaddr environment setting code by Roger Quadros · Tue Mar 14 15:04:19 2017 +0200
  100. 29f7313 ti_armv7_keystone2: Define scratch space in SRAM by Franklin S Cooper Jr · Mon Mar 13 15:04:26 2017 +0200