All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
To: khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org,
	linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	will.deacon-5wv7dgnIgG8@public.gmane.org,
	catalin.marinas-5wv7dgnIgG8@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org,
	jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org,
	andrew-g2DYL2Zd6BY@public.gmane.org,
	Martin Blumenstingl
	<martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Subject: [PATCH v5 2/9] ARM64: dts: meson-gxbb-p200: add the ethernet PHY's reset GPIO
Date: Sun, 19 Feb 2017 22:41:42 +0100	[thread overview]
Message-ID: <20170219214149.30418-3-martin.blumenstingl@googlemail.com> (raw)
In-Reply-To: <20170219214149.30418-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>

This resets the ethernet PHY during boot to get the PHY into a "clean"
state.
While here also specify the phy-handle of the ethmac node to make the
PHY configuration similar to the one we have on GXL devices. This will
allow us to specify OF-properties for the PHY itself.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
Tested-by: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
---
 arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
index fc0e86cb4cde..acb035d119d7 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
@@ -96,6 +96,29 @@
 	};
 };
 
+&ethmac {
+	status = "okay";
+	pinctrl-0 = <&eth_rgmii_pins>;
+	pinctrl-names = "default";
+	phy-handle = <&eth_phy0>;
+	phy-mode = "rgmii";
+
+	snps,reset-gpio = <&gpio GPIOZ_14 0>;
+	snps,reset-delays-us = <0 10000 1000000>;
+	snps,reset-active-low;
+
+	mdio {
+		compatible = "snps,dwmac-mdio";
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		eth_phy0: ethernet-phy@3 {
+			/* Micrel KSZ9031 (0x00221620) */
+			reg = <3>;
+		};
+	};
+};
+
 &i2c_B {
 	status = "okay";
 	pinctrl-0 = <&i2c_b_pins>;
-- 
2.11.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: martin.blumenstingl@googlemail.com (Martin Blumenstingl)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 2/9] ARM64: dts: meson-gxbb-p200: add the ethernet PHY's reset GPIO
Date: Sun, 19 Feb 2017 22:41:42 +0100	[thread overview]
Message-ID: <20170219214149.30418-3-martin.blumenstingl@googlemail.com> (raw)
In-Reply-To: <20170219214149.30418-1-martin.blumenstingl@googlemail.com>

This resets the ethernet PHY during boot to get the PHY into a "clean"
state.
While here also specify the phy-handle of the ethmac node to make the
PHY configuration similar to the one we have on GXL devices. This will
allow us to specify OF-properties for the PHY itself.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Tested-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
index fc0e86cb4cde..acb035d119d7 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
@@ -96,6 +96,29 @@
 	};
 };
 
+&ethmac {
+	status = "okay";
+	pinctrl-0 = <&eth_rgmii_pins>;
+	pinctrl-names = "default";
+	phy-handle = <&eth_phy0>;
+	phy-mode = "rgmii";
+
+	snps,reset-gpio = <&gpio GPIOZ_14 0>;
+	snps,reset-delays-us = <0 10000 1000000>;
+	snps,reset-active-low;
+
+	mdio {
+		compatible = "snps,dwmac-mdio";
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		eth_phy0: ethernet-phy at 3 {
+			/* Micrel KSZ9031 (0x00221620) */
+			reg = <3>;
+		};
+	};
+};
+
 &i2c_B {
 	status = "okay";
 	pinctrl-0 = <&i2c_b_pins>;
-- 
2.11.1

WARNING: multiple messages have this Message-ID (diff)
From: martin.blumenstingl@googlemail.com (Martin Blumenstingl)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v5 2/9] ARM64: dts: meson-gxbb-p200: add the ethernet PHY's reset GPIO
Date: Sun, 19 Feb 2017 22:41:42 +0100	[thread overview]
Message-ID: <20170219214149.30418-3-martin.blumenstingl@googlemail.com> (raw)
In-Reply-To: <20170219214149.30418-1-martin.blumenstingl@googlemail.com>

This resets the ethernet PHY during boot to get the PHY into a "clean"
state.
While here also specify the phy-handle of the ethmac node to make the
PHY configuration similar to the one we have on GXL devices. This will
allow us to specify OF-properties for the PHY itself.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Tested-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
index fc0e86cb4cde..acb035d119d7 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-p200.dts
@@ -96,6 +96,29 @@
 	};
 };
 
+&ethmac {
+	status = "okay";
+	pinctrl-0 = <&eth_rgmii_pins>;
+	pinctrl-names = "default";
+	phy-handle = <&eth_phy0>;
+	phy-mode = "rgmii";
+
+	snps,reset-gpio = <&gpio GPIOZ_14 0>;
+	snps,reset-delays-us = <0 10000 1000000>;
+	snps,reset-active-low;
+
+	mdio {
+		compatible = "snps,dwmac-mdio";
+		#address-cells = <1>;
+		#size-cells = <0>;
+
+		eth_phy0: ethernet-phy at 3 {
+			/* Micrel KSZ9031 (0x00221620) */
+			reg = <3>;
+		};
+	};
+};
+
 &i2c_B {
 	status = "okay";
 	pinctrl-0 = <&i2c_b_pins>;
-- 
2.11.1

  parent reply	other threads:[~2017-02-19 21:41 UTC|newest]

Thread overview: 234+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-02 23:47 [PATCH 0/5] meson-gx: reset RGMII PHYs and configure TX delay Martin Blumenstingl
2016-12-02 23:47 ` Martin Blumenstingl
2016-12-02 23:47 ` Martin Blumenstingl
2016-12-02 23:47 ` [PATCH 1/5] ARM64: dts: meson-gx: move the MDIO node to meson-gx Martin Blumenstingl
2016-12-02 23:47   ` Martin Blumenstingl
2016-12-02 23:47   ` Martin Blumenstingl
2016-12-02 23:47 ` [PATCH 2/5] ARM64: dts: meson-gxbb-odroidc2: add reset for the ethernet PHY Martin Blumenstingl
2016-12-02 23:47   ` Martin Blumenstingl
2016-12-02 23:47   ` Martin Blumenstingl
2016-12-02 23:47 ` [PATCH 3/5] ARM64: dts: meson-gxbb-p20x: " Martin Blumenstingl
2016-12-02 23:47   ` Martin Blumenstingl
2016-12-02 23:47   ` Martin Blumenstingl
     [not found]   ` <20161202234739.22929-4-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-01-17 19:22     ` Jerome Brunet
2017-01-17 19:22       ` Jerome Brunet
2017-01-17 19:22       ` Jerome Brunet
2017-01-17 21:26       ` Martin Blumenstingl
2017-01-17 21:26         ` Martin Blumenstingl
2017-01-17 21:26         ` Martin Blumenstingl
     [not found]         ` <CAFBinCBfJ4b1a1Bqn7kJHyj79i8UJnjJh00u3NvARzJPuUmrNA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-01-18 10:36           ` Jerome Brunet
2017-01-18 10:36             ` Jerome Brunet
2017-01-18 10:36             ` Jerome Brunet
     [not found]             ` <1484735769.26620.69.camel-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2017-01-18 14:26               ` Martin Blumenstingl
2017-01-18 14:26                 ` Martin Blumenstingl
2017-01-18 14:26                 ` Martin Blumenstingl
2016-12-02 23:47 ` [PATCH 4/5] ARM64: dts: meson-gxbb-vega-s95: " Martin Blumenstingl
2016-12-02 23:47   ` Martin Blumenstingl
2016-12-02 23:47   ` Martin Blumenstingl
2016-12-02 23:47 ` [PATCH 5/5] ARM64: dts: amlogic: add the ethernet TX delay configuration Martin Blumenstingl
2016-12-02 23:47   ` Martin Blumenstingl
2016-12-02 23:47   ` Martin Blumenstingl
     [not found] ` <20161202234739.22929-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2016-12-17 20:36   ` [PATCH 0/5] meson-gx: reset RGMII PHYs and configure TX delay Martin Blumenstingl
2016-12-17 20:36     ` Martin Blumenstingl
2016-12-17 20:36     ` Martin Blumenstingl
     [not found]     ` <CAFBinCDpBew7wreNPn6=J3jKsw_Ok=Ed9_+Gxsefb661RvUdrA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-01-09 22:52       ` Kevin Hilman
2017-01-09 22:52         ` Kevin Hilman
2017-01-09 22:52         ` Kevin Hilman
2017-01-17 19:23   ` Jerome Brunet
2017-01-17 19:23     ` Jerome Brunet
2017-01-17 19:23     ` Jerome Brunet
2017-01-17 21:09     ` Martin Blumenstingl
2017-01-17 21:09       ` Martin Blumenstingl
2017-01-17 21:09       ` Martin Blumenstingl
     [not found]       ` <CAFBinCDvtufXUxe+cRCzOKFtbOqS-xEr0Vp=_0S4Pn+sTPHOmg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-01-17 22:26         ` Jerome Brunet
2017-01-17 22:26           ` Jerome Brunet
2017-01-17 22:26           ` Jerome Brunet
     [not found]           ` <1484691981.26620.55.camel-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2017-01-17 22:44             ` Martin Blumenstingl
2017-01-17 22:44               ` Martin Blumenstingl
2017-01-17 22:44               ` Martin Blumenstingl
2017-01-18 19:28   ` Kevin Hilman
2017-01-18 19:28     ` Kevin Hilman
2017-01-18 19:28     ` Kevin Hilman
2017-01-18 19:40     ` Martin Blumenstingl
2017-01-18 19:40       ` Martin Blumenstingl
2017-01-18 19:40       ` Martin Blumenstingl
2017-01-19  9:47       ` Jerome Brunet
2017-01-19  9:47         ` Jerome Brunet
2017-01-19  9:47         ` Jerome Brunet
2017-01-20 13:26 ` [PATCH v2 0/9] " Martin Blumenstingl
2017-01-20 13:26   ` Martin Blumenstingl
2017-01-20 13:26   ` Martin Blumenstingl
2017-01-20 13:26   ` [PATCH v2 3/9] ARM64: dts: meson-gxbb-vega-s95: add the ethernet PHY's reset GPIO Martin Blumenstingl
2017-01-20 13:26     ` Martin Blumenstingl
2017-01-20 13:26     ` Martin Blumenstingl
2017-01-20 13:26   ` [PATCH v2 7/9] ARM64: dts: meson-gxbb-p20x: remove the ethernet node Martin Blumenstingl
2017-01-20 13:26     ` Martin Blumenstingl
2017-01-20 13:26     ` Martin Blumenstingl
2017-01-20 13:26   ` [PATCH v2 8/9] ARM64: dts: amlogic: add the ethernet TX delay configuration Martin Blumenstingl
2017-01-20 13:26     ` Martin Blumenstingl
2017-01-20 13:26     ` Martin Blumenstingl
     [not found]   ` <20170120132650.9784-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-01-20 13:26     ` [PATCH v2 1/9] ARM64: dts: meson-gxbb-odroidc2: add the ethernet PHY's reset GPIO Martin Blumenstingl
2017-01-20 13:26       ` Martin Blumenstingl
2017-01-20 13:26       ` Martin Blumenstingl
2017-01-20 13:26     ` [PATCH v2 2/9] ARM64: dts: meson-gxbb-p201: " Martin Blumenstingl
2017-01-20 13:26       ` Martin Blumenstingl
2017-01-20 13:26       ` Martin Blumenstingl
     [not found]       ` <20170120132650.9784-3-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-01-20 13:31         ` Neil Armstrong
2017-01-20 13:31           ` Neil Armstrong
2017-01-20 13:31           ` Neil Armstrong
2017-01-20 13:33           ` Martin Blumenstingl
2017-01-20 13:33             ` Martin Blumenstingl
2017-01-20 13:33             ` Martin Blumenstingl
2017-01-20 13:26     ` [PATCH v2 4/9] ARM64: dts: meson-gxbb-nexbox-a95x: " Martin Blumenstingl
2017-01-20 13:26       ` Martin Blumenstingl
2017-01-20 13:26       ` Martin Blumenstingl
2017-01-20 13:26     ` [PATCH v2 5/9] ARM64: dts: meson-gxbb-wetek-hub: " Martin Blumenstingl
2017-01-20 13:26       ` Martin Blumenstingl
2017-01-20 13:26       ` Martin Blumenstingl
2017-01-20 13:26     ` [PATCH v2 6/9] ARM64: dts: meson-gxbb-wetek-play2: " Martin Blumenstingl
2017-01-20 13:26       ` Martin Blumenstingl
2017-01-20 13:26       ` Martin Blumenstingl
2017-01-20 13:26     ` [PATCH v2 9/9] ARM64: dts: meson-gx: remove the phy-mode property from meson-gx Martin Blumenstingl
2017-01-20 13:26       ` Martin Blumenstingl
2017-01-20 13:26       ` Martin Blumenstingl
2017-01-20 15:22   ` [PATCH v3 0/9] meson-gx: reset RGMII PHYs and configure TX delay Martin Blumenstingl
2017-01-20 15:22     ` Martin Blumenstingl
2017-01-20 15:22     ` Martin Blumenstingl
2017-01-20 15:27     ` Jerome Brunet
2017-01-20 15:27       ` Jerome Brunet
2017-01-20 15:27       ` Jerome Brunet
     [not found]     ` <20170120152232.13943-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-01-20 15:22       ` [PATCH v3 1/9] ARM64: dts: meson-gxbb-odroidc2: add the ethernet PHY's reset GPIO Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
     [not found]         ` <20170120152232.13943-2-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-01-20 16:23           ` Neil Armstrong
2017-01-20 16:23             ` Neil Armstrong
2017-01-20 16:23             ` Neil Armstrong
2017-01-20 15:22       ` [PATCH v3 2/9] ARM64: dts: meson-gxbb-p200: " Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
     [not found]         ` <20170120152232.13943-3-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-01-20 16:18           ` Andrew Lunn
2017-01-20 16:18             ` Andrew Lunn
2017-01-20 16:18             ` Andrew Lunn
2017-01-20 16:21           ` Andrew Lunn
2017-01-20 16:21             ` Andrew Lunn
2017-01-20 16:21             ` Andrew Lunn
     [not found]             ` <20170120162138.GE25907-g2DYL2Zd6BY@public.gmane.org>
2017-01-20 17:07               ` Martin Blumenstingl
2017-01-20 17:07                 ` Martin Blumenstingl
2017-01-20 17:07                 ` Martin Blumenstingl
     [not found]                 ` <CAFBinCA47Nng_jjxKrWrV_YBHr0bg+7xPaJrVswt_WnZ6wtyjA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-01-20 17:46                   ` Andrew Lunn
2017-01-20 17:46                     ` Andrew Lunn
2017-01-20 17:46                     ` Andrew Lunn
     [not found]                     ` <20170120174658.GG25907-g2DYL2Zd6BY@public.gmane.org>
2017-01-22 16:48                       ` Martin Blumenstingl
2017-01-22 16:48                         ` Martin Blumenstingl
2017-01-22 16:48                         ` Martin Blumenstingl
2017-01-20 16:23           ` Neil Armstrong
2017-01-20 16:23             ` Neil Armstrong
2017-01-20 16:23             ` Neil Armstrong
2017-01-20 15:22       ` [PATCH v3 3/9] ARM64: dts: meson-gxbb-vega-s95: " Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 15:22       ` [PATCH v3 4/9] ARM64: dts: meson-gxbb-nexbox-a95x: " Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 16:23         ` Neil Armstrong
2017-01-20 16:23           ` Neil Armstrong
2017-01-20 16:23           ` Neil Armstrong
2017-01-20 15:22       ` [PATCH v3 5/9] ARM64: dts: meson-gxbb-wetek-hub: " Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 15:22       ` [PATCH v3 6/9] ARM64: dts: meson-gxbb-wetek-play2: " Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 16:23         ` Neil Armstrong
2017-01-20 16:23           ` Neil Armstrong
2017-01-20 16:23           ` Neil Armstrong
2017-01-20 15:22       ` [PATCH v3 7/9] ARM64: dts: meson-gxbb-p201: fix ethernet support Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 15:22       ` [PATCH v3 8/9] ARM64: dts: amlogic: add the ethernet TX delay configuration Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 16:34         ` Neil Armstrong
2017-01-20 16:34           ` Neil Armstrong
2017-01-20 16:34           ` Neil Armstrong
2017-01-20 15:22       ` [PATCH v3 9/9] ARM64: dts: meson-gx: remove the phy-mode property from meson-gx Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 15:22         ` Martin Blumenstingl
2017-01-20 15:32       ` [PATCH v3 0/9] meson-gx: reset RGMII PHYs and configure TX delay Martin Blumenstingl
2017-01-20 15:32         ` Martin Blumenstingl
2017-01-20 15:32         ` Martin Blumenstingl
2017-01-20 19:46         ` Kevin Hilman
2017-01-20 19:46           ` Kevin Hilman
2017-01-20 19:46           ` Kevin Hilman
2017-01-22 18:10       ` [PATCH v4 " Martin Blumenstingl
2017-01-22 18:10         ` Martin Blumenstingl
2017-01-22 18:10         ` Martin Blumenstingl
     [not found]         ` <20170122181028.5014-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-01-22 18:10           ` [PATCH v4 1/9] ARM64: dts: meson-gxbb-odroidc2: add the ethernet PHY's reset GPIO Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10           ` [PATCH v4 2/9] ARM64: dts: meson-gxbb-p200: " Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10           ` [PATCH v4 3/9] ARM64: dts: meson-gxbb-vega-s95: " Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10           ` [PATCH v4 4/9] ARM64: dts: meson-gxbb-nexbox-a95x: " Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10           ` [PATCH v4 5/9] ARM64: dts: meson-gxbb-wetek-hub: " Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10           ` [PATCH v4 6/9] ARM64: dts: meson-gxbb-wetek-play2: " Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10           ` [PATCH v4 7/9] ARM64: dts: meson-gxbb-p201: fix ethernet support Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10           ` [PATCH v4 8/9] ARM64: dts: amlogic: add the ethernet TX delay configuration Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10           ` [PATCH v4 9/9] ARM64: dts: meson-gx: remove the phy-mode property from meson-gx Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-22 18:10             ` Martin Blumenstingl
2017-01-23 18:55           ` [PATCH v4 0/9] meson-gx: reset RGMII PHYs and configure TX delay Kevin Hilman
2017-01-23 18:55             ` Kevin Hilman
2017-01-23 18:55             ` Kevin Hilman
     [not found]             ` <m24m0p38sk.fsf-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2017-01-23 19:02               ` Martin Blumenstingl
2017-01-23 19:02                 ` Martin Blumenstingl
2017-01-23 19:02                 ` Martin Blumenstingl
2017-02-19 21:41           ` [PATCH v5 " Martin Blumenstingl
2017-02-19 21:41             ` Martin Blumenstingl
2017-02-19 21:41             ` Martin Blumenstingl
     [not found]             ` <20170219214149.30418-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
2017-02-19 21:41               ` [PATCH v5 1/9] ARM64: dts: meson-gxbb-odroidc2: add the ethernet PHY's reset GPIO Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41               ` Martin Blumenstingl [this message]
2017-02-19 21:41                 ` [PATCH v5 2/9] ARM64: dts: meson-gxbb-p200: " Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41               ` [PATCH v5 3/9] ARM64: dts: meson-gxbb-vega-s95: " Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41               ` [PATCH v5 4/9] ARM64: dts: meson-gxbb-nexbox-a95x: " Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41               ` [PATCH v5 5/9] ARM64: dts: meson-gxbb-wetek-hub: " Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41               ` [PATCH v5 6/9] ARM64: dts: meson-gxbb-wetek-play2: " Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41               ` [PATCH v5 7/9] ARM64: dts: meson-gxbb-p201: fix ethernet support Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41               ` [PATCH v5 8/9] ARM64: dts: amlogic: add the ethernet TX delay configuration Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41               ` [PATCH v5 9/9] ARM64: dts: meson-gx: remove the phy-mode property from meson-gx Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-19 21:41                 ` Martin Blumenstingl
2017-02-20  9:08               ` [PATCH v5 0/9] meson-gx: reset RGMII PHYs and configure TX delay Jerome Brunet
2017-02-20  9:08                 ` Jerome Brunet
2017-02-20  9:08                 ` Jerome Brunet
2017-03-02 17:02                 ` Kevin Hilman
2017-03-02 17:02                   ` Kevin Hilman
2017-03-02 17:02                   ` Kevin Hilman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170219214149.30418-3-martin.blumenstingl@googlemail.com \
    --to=martin.blumenstingl-gm/ye1e23mwn+bqq9rbeug@public.gmane.org \
    --cc=andrew-g2DYL2Zd6BY@public.gmane.org \
    --cc=carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org \
    --cc=catalin.marinas-5wv7dgnIgG8@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
    --cc=khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
    --cc=linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=will.deacon-5wv7dgnIgG8@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.