All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53749A44.800@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index c3c53bd..e47ff6e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -22,7 +22,7 @@ it should probably go like this:
 Andrew did some great series for the various NAS vendor boards, where
 you can look at.
 
-> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
+> Signed-off-by: Valentin Longchamp <valentin.longchamp-SkAbAL50j+5BDgjK7y7TUQ@public.gmane.org>
 >
 > ---
 >
@@ -59,14 +59,14 @@ you can look at.
 > +		pcie-controller {
 > +			status = "okay";
 > +
-> +			pcie at 1,0 {
+> +			pcie@1,0 {
 > +				status = "okay";
 > +			};
 > +		};
 > +	};
 > +
-> +	ocp at f1000000 {
-> +		pinctrl: pin-controller at 10000 {
+> +	ocp@f1000000 {
+> +		pinctrl: pin-controller@10000 {
 > +			pinctrl-0 = < &pmx_i2c_gpio_sda &pmx_i2c_gpio_scl >;
 > +			pinctrl-names = "default";
 > +
@@ -80,12 +80,12 @@ you can look at.
 > +			};
 > +		};
 > +
-> +		serial at 12000 {
+> +		serial@12000 {
 > +			status = "ok";
 > +		};
 > +	};
 > +
-> +	i2c at 0 {
+> +	i2c@0 {
 > +		compatible = "i2c-gpio";
 > +		gpios = < &gpio0 8 GPIO_ACTIVE_HIGH		/* sda */
 > +			  &gpio0 9 GPIO_ACTIVE_HIGH>;		/* scl */
@@ -100,7 +100,7 @@ you can look at.
 > +
 > +&eth0 {
 > +	status = "okay";
-> +	ethernet0-port at 0 {
+> +	ethernet0-port@0 {
 > +		phy-handle = <>;
 
 Is that empty phy-handle required? If so, we should probably fix
@@ -116,3 +116,8 @@ Sebastian
 > +	};
 > +};
 >
+
+--
+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
diff --git a/a/content_digest b/N1/content_digest
index f702162..0de40fc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,14 @@
  "ref\01400147335-20947-1-git-send-email-valentin.longchamp@keymile.com\0"
  "ref\01400147335-20947-4-git-send-email-valentin.longchamp@keymile.com\0"
- "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0"
- "Subject\0[PATCH 3/3] ARM: dts: kirkwood: add kirkwood-km_fixedeth DTS file\0"
+ "ref\01400147335-20947-4-git-send-email-valentin.longchamp-SkAbAL50j+5BDgjK7y7TUQ@public.gmane.org\0"
+ "From\0Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 3/3] ARM: dts: kirkwood: add kirkwood-km_fixedeth DTS file\0"
  "Date\0Thu, 15 May 2014 12:43:16 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Valentin Longchamp <valentin.longchamp-SkAbAL50j+5BDgjK7y7TUQ@public.gmane.org>"
+  Linux ARM Kernel <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+  Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
+ " Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0"
+ "Cc\0Linux device trees <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 05/15/2014 11:48 AM, Valentin Longchamp wrote:\n"
@@ -30,7 +35,7 @@
  "Andrew did some great series for the various NAS vendor boards, where\n"
  "you can look at.\n"
  "\n"
- "> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>\n"
+ "> Signed-off-by: Valentin Longchamp <valentin.longchamp-SkAbAL50j+5BDgjK7y7TUQ@public.gmane.org>\n"
  ">\n"
  "> ---\n"
  ">\n"
@@ -67,14 +72,14 @@
  "> +\t\tpcie-controller {\n"
  "> +\t\t\tstatus = \"okay\";\n"
  "> +\n"
- "> +\t\t\tpcie at 1,0 {\n"
+ "> +\t\t\tpcie@1,0 {\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\tocp at f1000000 {\n"
- "> +\t\tpinctrl: pin-controller at 10000 {\n"
+ "> +\tocp@f1000000 {\n"
+ "> +\t\tpinctrl: pin-controller@10000 {\n"
  "> +\t\t\tpinctrl-0 = < &pmx_i2c_gpio_sda &pmx_i2c_gpio_scl >;\n"
  "> +\t\t\tpinctrl-names = \"default\";\n"
  "> +\n"
@@ -88,12 +93,12 @@
  "> +\t\t\t};\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tserial at 12000 {\n"
+ "> +\t\tserial@12000 {\n"
  "> +\t\t\tstatus = \"ok\";\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- "> +\ti2c at 0 {\n"
+ "> +\ti2c@0 {\n"
  "> +\t\tcompatible = \"i2c-gpio\";\n"
  "> +\t\tgpios = < &gpio0 8 GPIO_ACTIVE_HIGH\t\t/* sda */\n"
  "> +\t\t\t  &gpio0 9 GPIO_ACTIVE_HIGH>;\t\t/* scl */\n"
@@ -108,7 +113,7 @@
  "> +\n"
  "> +&eth0 {\n"
  "> +\tstatus = \"okay\";\n"
- "> +\tethernet0-port at 0 {\n"
+ "> +\tethernet0-port@0 {\n"
  "> +\t\tphy-handle = <>;\n"
  "\n"
  "Is that empty phy-handle required? If so, we should probably fix\n"
@@ -123,6 +128,11 @@
  "\n"
  "> +\t};\n"
  "> +};\n"
- >
+ ">\n"
+ "\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-73edaaec5461eaeb3521f5377a69c78f0e61acbc46daa28f875cd2930d63b86e
+c2421ef22b3f9673d14c7a0b50fc7088719e710b4ad63c5322ee12053b0ec4d9

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.