All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1484926030.26620.80.camel@baylibre.com>

diff --git a/a/content_digest b/N1/content_digest
index eda1266..f34e86e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,7 +3,7 @@
  "From\0jbrunet@baylibre.com (Jerome Brunet)\0"
  "Subject\0[PATCH v3 0/9] meson-gx: reset RGMII PHYs and configure TX delay\0"
  "Date\0Fri, 20 Jan 2017 16:27:10 +0100\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, 2017-01-20 at 16:22 +0100, Martin Blumenstingl wrote:\n"
@@ -108,4 +108,4 @@
  "\n"
  >
 
-aa231cf129fc7ddcee8448c8ba6b4e5c4d4161a7e65ad88ce7af1f0569b648e8
+4eaeea3073469e4bbd549a1680633b31c33a2cd471cae858283c1f2c37ed16c8

diff --git a/a/1.txt b/N2/1.txt
index 32f8fbf..92e5d75 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -26,34 +26,34 @@ On Fri, 2017-01-20 at 16:22 +0100, Martin Blumenstingl wrote:
 > Changes since v2:
 > - fixed patch #2 to really update the P200 board (as it's the P200
 > which
-> ? actually uses a Micrel KSZ9031 RGMII PHY). Thanks to Neil Armstrong
+>   actually uses a Micrel KSZ9031 RGMII PHY). Thanks to Neil Armstrong
 > for
-> ? spotting this huge mistake!
+>   spotting this huge mistake!
 > - instead of dropping ethernet support for P201 we simply re-
 > configure it
-> ? to RMII mode (replaces patch #7) without a MDIO node (which keeps
+>   to RMII mode (replaces patch #7) without a MDIO node (which keeps
 > PHY
-> ? auto-scanning enabled). This got Neil Armstrong's ACK off-list
+>   auto-scanning enabled). This got Neil Armstrong's ACK off-list
 > already
 > 
 > Changes since v1:
 > - do not move the MDIO bus to meson-gx as this disables PHY auto-
 > scanning
-> ? in the stmmac driver (this drops patch #1 from v1)
+>   in the stmmac driver (this drops patch #1 from v1)
 > - add the ethernet PHY reset GPIO for nexbox a95x which was forgotten
 > in
-> ? v1
+>   v1
 > - add the ethernet PHY reset GPIO for boards which were added since
 > v1
-> ? (wetek hub and wetek play2)
+>   (wetek hub and wetek play2)
 > - rebased to apply against the current v4.11/dt64 branch
 > - new in v2 (patch #7): disabled ethernet support for the P200 board
 > (see
-> ? the commit description for more information). this patch is
+>   the commit description for more information). this patch is
 > optional
 > - new in v2 (patch #9): removed the phy-mode property from meson-gx
 > (see
-> ? the commit description for more information). this patch is
+>   the commit description for more information). this patch is
 > optional
 > 
 > 
@@ -63,39 +63,44 @@ On Fri, 2017-01-20 at 16:22 +0100, Martin Blumenstingl wrote:
 > 001834.html
 > 
 > Martin Blumenstingl (9):
-> ? ARM64: dts: meson-gxbb-odroidc2: add the ethernet PHY's reset GPIO
-> ? ARM64: dts: meson-gxbb-p200: add the ethernet PHY's reset GPIO
-> ? ARM64: dts: meson-gxbb-vega-s95: add the ethernet PHY's reset GPIO
-> ? ARM64: dts: meson-gxbb-nexbox-a95x: add the ethernet PHY's reset
+>   ARM64: dts: meson-gxbb-odroidc2: add the ethernet PHY's reset GPIO
+>   ARM64: dts: meson-gxbb-p200: add the ethernet PHY's reset GPIO
+>   ARM64: dts: meson-gxbb-vega-s95: add the ethernet PHY's reset GPIO
+>   ARM64: dts: meson-gxbb-nexbox-a95x: add the ethernet PHY's reset
 > GPIO
-> ? ARM64: dts: meson-gxbb-wetek-hub: add the ethernet PHY's reset GPIO
-> ? ARM64: dts: meson-gxbb-wetek-play2: add the ethernet PHY's reset
+>   ARM64: dts: meson-gxbb-wetek-hub: add the ethernet PHY's reset GPIO
+>   ARM64: dts: meson-gxbb-wetek-play2: add the ethernet PHY's reset
 > GPIO
-> ? ARM64: dts: meson-gxbb-p201: fix ethernet support
-> ? ARM64: dts: amlogic: add the ethernet TX delay configuration
-> ? ARM64: dts: meson-gx: remove the phy-mode property from meson-gx
+>   ARM64: dts: meson-gxbb-p201: fix ethernet support
+>   ARM64: dts: amlogic: add the ethernet TX delay configuration
+>   ARM64: dts: meson-gx: remove the phy-mode property from meson-gx
 > 
-> ?arch/arm64/boot/dts/amlogic/meson-gx.dtsi??????????|??1 -
-> ?.../boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts????| 17
+>  arch/arm64/boot/dts/amlogic/meson-gx.dtsi          |  1 -
+>  .../boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts    | 17
 > ++++++++++++++
-> ?.../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts |??7 ++++++
-> ?arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts????| 26
+>  .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts |  7 ++++++
+>  arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts    | 26
 > ++++++++++++++++++++++
-> ?arch/arm64/boot/dts/amlogic/meson-gxbb-p201.dts????| 11 +++++++++
-> ?arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi???|??6 -----
-> ?.../boot/dts/amlogic/meson-gxbb-vega-s95.dtsi??????| 20
+>  arch/arm64/boot/dts/amlogic/meson-gxbb-p201.dts    | 11 +++++++++
+>  arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi   |  6 -----
+>  .../boot/dts/amlogic/meson-gxbb-vega-s95.dtsi      | 20
 > +++++++++++++++++
-> ?.../boot/dts/amlogic/meson-gxbb-wetek-hub.dts??????| 26
+>  .../boot/dts/amlogic/meson-gxbb-wetek-hub.dts      | 26
 > ++++++++++++++++++++++
-> ?.../boot/dts/amlogic/meson-gxbb-wetek-play2.dts????| 26
+>  .../boot/dts/amlogic/meson-gxbb-wetek-play2.dts    | 26
 > ++++++++++++++++++++++
-> ?.../boot/dts/amlogic/meson-gxl-s905d-p230.dts??????|??2 ++
-> ?.../arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts |??2 ++
-> ?arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts?????|??2 ++
-> ?12 files changed, 139 insertions(+), 7 deletions(-)
+>  .../boot/dts/amlogic/meson-gxl-s905d-p230.dts      |  2 ++
+>  .../arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts |  2 ++
+>  arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts     |  2 ++
+>  12 files changed, 139 insertions(+), 7 deletions(-)
 
 Looks good.
 
 Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
 
->
+> 
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N2/content_digest
index eda1266..b974535 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,19 @@
  "ref\020170120132650.9784-1-martin.blumenstingl@googlemail.com\0"
  "ref\020170120152232.13943-1-martin.blumenstingl@googlemail.com\0"
- "From\0jbrunet@baylibre.com (Jerome Brunet)\0"
- "Subject\0[PATCH v3 0/9] meson-gx: reset RGMII PHYs and configure TX delay\0"
+ "From\0Jerome Brunet <jbrunet@baylibre.com>\0"
+ "Subject\0Re: [PATCH v3 0/9] meson-gx: reset RGMII PHYs and configure TX delay\0"
  "Date\0Fri, 20 Jan 2017 16:27:10 +0100\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Martin Blumenstingl <martin.blumenstingl@googlemail.com>"
+  linux-amlogic@lists.infradead.org
+  khilman@baylibre.com
+ " carlo@caione.org\0"
+ "Cc\0mark.rutland@arm.com"
+  devicetree@vger.kernel.org
+  narmstrong@baylibre.com
+  catalin.marinas@arm.com
+  will.deacon@arm.com
+  robh+dt@kernel.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Fri, 2017-01-20 at 16:22 +0100, Martin Blumenstingl wrote:\n"
@@ -34,34 +44,34 @@
  "> Changes since v2:\n"
  "> - fixed patch #2 to really update the P200 board (as it's the P200\n"
  "> which\n"
- "> ? actually uses a Micrel KSZ9031 RGMII PHY). Thanks to Neil Armstrong\n"
+ "> \302\240 actually uses a Micrel KSZ9031 RGMII PHY). Thanks to Neil Armstrong\n"
  "> for\n"
- "> ? spotting this huge mistake!\n"
+ "> \302\240 spotting this huge mistake!\n"
  "> - instead of dropping ethernet support for P201 we simply re-\n"
  "> configure it\n"
- "> ? to RMII mode (replaces patch #7) without a MDIO node (which keeps\n"
+ "> \302\240 to RMII mode (replaces patch #7) without a MDIO node (which keeps\n"
  "> PHY\n"
- "> ? auto-scanning enabled). This got Neil Armstrong's ACK off-list\n"
+ "> \302\240 auto-scanning enabled). This got Neil Armstrong's ACK off-list\n"
  "> already\n"
  "> \n"
  "> Changes since v1:\n"
  "> - do not move the MDIO bus to meson-gx as this disables PHY auto-\n"
  "> scanning\n"
- "> ? in the stmmac driver (this drops patch #1 from v1)\n"
+ "> \302\240 in the stmmac driver (this drops patch #1 from v1)\n"
  "> - add the ethernet PHY reset GPIO for nexbox a95x which was forgotten\n"
  "> in\n"
- "> ? v1\n"
+ "> \302\240 v1\n"
  "> - add the ethernet PHY reset GPIO for boards which were added since\n"
  "> v1\n"
- "> ? (wetek hub and wetek play2)\n"
+ "> \302\240 (wetek hub and wetek play2)\n"
  "> - rebased to apply against the current v4.11/dt64 branch\n"
  "> - new in v2 (patch #7): disabled ethernet support for the P200 board\n"
  "> (see\n"
- "> ? the commit description for more information). this patch is\n"
+ "> \302\240 the commit description for more information). this patch is\n"
  "> optional\n"
  "> - new in v2 (patch #9): removed the phy-mode property from meson-gx\n"
  "> (see\n"
- "> ? the commit description for more information). this patch is\n"
+ "> \302\240 the commit description for more information). this patch is\n"
  "> optional\n"
  "> \n"
  "> \n"
@@ -71,41 +81,46 @@
  "> 001834.html\n"
  "> \n"
  "> Martin Blumenstingl (9):\n"
- "> ? ARM64: dts: meson-gxbb-odroidc2: add the ethernet PHY's reset GPIO\n"
- "> ? ARM64: dts: meson-gxbb-p200: add the ethernet PHY's reset GPIO\n"
- "> ? ARM64: dts: meson-gxbb-vega-s95: add the ethernet PHY's reset GPIO\n"
- "> ? ARM64: dts: meson-gxbb-nexbox-a95x: add the ethernet PHY's reset\n"
+ "> \302\240 ARM64: dts: meson-gxbb-odroidc2: add the ethernet PHY's reset GPIO\n"
+ "> \302\240 ARM64: dts: meson-gxbb-p200: add the ethernet PHY's reset GPIO\n"
+ "> \302\240 ARM64: dts: meson-gxbb-vega-s95: add the ethernet PHY's reset GPIO\n"
+ "> \302\240 ARM64: dts: meson-gxbb-nexbox-a95x: add the ethernet PHY's reset\n"
  "> GPIO\n"
- "> ? ARM64: dts: meson-gxbb-wetek-hub: add the ethernet PHY's reset GPIO\n"
- "> ? ARM64: dts: meson-gxbb-wetek-play2: add the ethernet PHY's reset\n"
+ "> \302\240 ARM64: dts: meson-gxbb-wetek-hub: add the ethernet PHY's reset GPIO\n"
+ "> \302\240 ARM64: dts: meson-gxbb-wetek-play2: add the ethernet PHY's reset\n"
  "> GPIO\n"
- "> ? ARM64: dts: meson-gxbb-p201: fix ethernet support\n"
- "> ? ARM64: dts: amlogic: add the ethernet TX delay configuration\n"
- "> ? ARM64: dts: meson-gx: remove the phy-mode property from meson-gx\n"
+ "> \302\240 ARM64: dts: meson-gxbb-p201: fix ethernet support\n"
+ "> \302\240 ARM64: dts: amlogic: add the ethernet TX delay configuration\n"
+ "> \302\240 ARM64: dts: meson-gx: remove the phy-mode property from meson-gx\n"
  "> \n"
- "> ?arch/arm64/boot/dts/amlogic/meson-gx.dtsi??????????|??1 -\n"
- "> ?.../boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts????| 17\n"
+ "> \302\240arch/arm64/boot/dts/amlogic/meson-gx.dtsi\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\2401 -\n"
+ "> \302\240.../boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts\302\240\302\240\302\240\302\240| 17\n"
  "> ++++++++++++++\n"
- "> ?.../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts |??7 ++++++\n"
- "> ?arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts????| 26\n"
+ "> \302\240.../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts |\302\240\302\2407 ++++++\n"
+ "> \302\240arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts\302\240\302\240\302\240\302\240| 26\n"
  "> ++++++++++++++++++++++\n"
- "> ?arch/arm64/boot/dts/amlogic/meson-gxbb-p201.dts????| 11 +++++++++\n"
- "> ?arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi???|??6 -----\n"
- "> ?.../boot/dts/amlogic/meson-gxbb-vega-s95.dtsi??????| 20\n"
+ "> \302\240arch/arm64/boot/dts/amlogic/meson-gxbb-p201.dts\302\240\302\240\302\240\302\240| 11 +++++++++\n"
+ "> \302\240arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi\302\240\302\240\302\240|\302\240\302\2406 -----\n"
+ "> \302\240.../boot/dts/amlogic/meson-gxbb-vega-s95.dtsi\302\240\302\240\302\240\302\240\302\240\302\240| 20\n"
  "> +++++++++++++++++\n"
- "> ?.../boot/dts/amlogic/meson-gxbb-wetek-hub.dts??????| 26\n"
+ "> \302\240.../boot/dts/amlogic/meson-gxbb-wetek-hub.dts\302\240\302\240\302\240\302\240\302\240\302\240| 26\n"
  "> ++++++++++++++++++++++\n"
- "> ?.../boot/dts/amlogic/meson-gxbb-wetek-play2.dts????| 26\n"
+ "> \302\240.../boot/dts/amlogic/meson-gxbb-wetek-play2.dts\302\240\302\240\302\240\302\240| 26\n"
  "> ++++++++++++++++++++++\n"
- "> ?.../boot/dts/amlogic/meson-gxl-s905d-p230.dts??????|??2 ++\n"
- "> ?.../arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts |??2 ++\n"
- "> ?arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts?????|??2 ++\n"
- "> ?12 files changed, 139 insertions(+), 7 deletions(-)\n"
+ "> \302\240.../boot/dts/amlogic/meson-gxl-s905d-p230.dts\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\2402 ++\n"
+ "> \302\240.../arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts |\302\240\302\2402 ++\n"
+ "> \302\240arch/arm64/boot/dts/amlogic/meson-gxm-q200.dts\302\240\302\240\302\240\302\240\302\240|\302\240\302\2402 ++\n"
+ "> \302\24012 files changed, 139 insertions(+), 7 deletions(-)\n"
  "\n"
  "Looks good.\n"
  "\n"
  "Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>\n"
  "\n"
- >
+ "> \n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-aa231cf129fc7ddcee8448c8ba6b4e5c4d4161a7e65ad88ce7af1f0569b648e8
+59e5345175eb4c192b8c8453de6b8c485809428a80acc964283911799e2a3772

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.