All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20151030184220.GJ4058@x1>

diff --git a/a/1.txt b/N1/1.txt
index 51b265a..154bfcb 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -182,11 +182,11 @@ No such file.  I think you mean "../leds/common/txt".
 > +
 > += EXAMPLE
 > +
-> +i2c@12460000 {
+> +i2c at 12460000 {
 > +	compatible = "qcom,i2c-qup-v1.1.1";
 > +	...
 > +
-> +	lm3533@36 {
+> +	lm3533 at 36 {
 > +		compatible = "ti,lm3533";
 > +		reg = <0x36>;
 > +
@@ -203,28 +203,28 @@ No such file.  I think you mean "../leds/common/txt".
 > +			ti,als-resistance = <200000>;
 > +		};
 > +
-> +		backlight@0 {
+> +		backlight at 0 {
 > +			reg = <0>;
 > +			label = "backlight";
 > +
 > +			led-max-microamp = <20200>;
 > +		};
 > +
-> +		led@0 {
+> +		led at 0 {
 > +			reg = <0>;
 > +			label = "red";
 > +
 > +			led-max-microamp = <5000>;
 > +		};
 > +
-> +		led@1 {
+> +		led at 1 {
 > +			reg = <1>;
 > +			label = "green";
 > +
 > +			led-max-microamp = <5000>;
 > +		};
 > +
-> +		led@2 {
+> +		led at 2 {
 > +			reg = <2>;
 > +			label = "blue";
 > +
@@ -236,5 +236,5 @@ No such file.  I think you mean "../leds/common/txt".
 -- 
 Lee Jones
 Linaro STMicroelectronics Landing Team Lead
-Linaro.org │ Open source software for ARM SoCs
+Linaro.org ? Open source software for ARM SoCs
 Follow Linaro: Facebook | Twitter | Blog
diff --git a/a/content_digest b/N1/content_digest
index 0697651..d25a2f8 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,9 @@
  "ref\01445796586-28683-1-git-send-email-bjorn.andersson@sonymobile.com\0"
  "ref\01445963373-27790-1-git-send-email-bjorn.andersson@sonymobile.com\0"
- "From\0Lee Jones <lee.jones@linaro.org>\0"
- "Subject\0Re: [PATCH v2 1/3] devicetree: mfd: Add binding for the TI LM3533\0"
+ "From\0lee.jones@linaro.org (Lee Jones)\0"
+ "Subject\0[PATCH v2 1/3] devicetree: mfd: Add binding for the TI LM3533\0"
  "Date\0Fri, 30 Oct 2015 18:42:20 +0000\0"
- "To\0Bjorn Andersson <bjorn.andersson@sonymobile.com>\0"
- "Cc\0Rob Herring <robh+dt@kernel.org>"
-  Pawel Moll <pawel.moll@arm.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
-  Johan Hovold <jhovold@gmail.com>
-  Kumar Gala <galak@codeaurora.org>
-  devicetree@vger.kernel.org
-  linux-iio@vger.kernel.org
-  linux-kernel@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Tue, 27 Oct 2015, Bjorn Andersson wrote:\n"
@@ -200,11 +190,11 @@
  "> +\n"
  "> += EXAMPLE\n"
  "> +\n"
- "> +i2c@12460000 {\n"
+ "> +i2c at 12460000 {\n"
  "> +\tcompatible = \"qcom,i2c-qup-v1.1.1\";\n"
  "> +\t...\n"
  "> +\n"
- "> +\tlm3533@36 {\n"
+ "> +\tlm3533 at 36 {\n"
  "> +\t\tcompatible = \"ti,lm3533\";\n"
  "> +\t\treg = <0x36>;\n"
  "> +\n"
@@ -221,28 +211,28 @@
  "> +\t\t\tti,als-resistance = <200000>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tbacklight@0 {\n"
+ "> +\t\tbacklight at 0 {\n"
  "> +\t\t\treg = <0>;\n"
  "> +\t\t\tlabel = \"backlight\";\n"
  "> +\n"
  "> +\t\t\tled-max-microamp = <20200>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tled@0 {\n"
+ "> +\t\tled at 0 {\n"
  "> +\t\t\treg = <0>;\n"
  "> +\t\t\tlabel = \"red\";\n"
  "> +\n"
  "> +\t\t\tled-max-microamp = <5000>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tled@1 {\n"
+ "> +\t\tled at 1 {\n"
  "> +\t\t\treg = <1>;\n"
  "> +\t\t\tlabel = \"green\";\n"
  "> +\n"
  "> +\t\t\tled-max-microamp = <5000>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tled@2 {\n"
+ "> +\t\tled at 2 {\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\tlabel = \"blue\";\n"
  "> +\n"
@@ -254,7 +244,7 @@
  "-- \n"
  "Lee Jones\n"
  "Linaro STMicroelectronics Landing Team Lead\n"
- "Linaro.org \342\224\202 Open source software for ARM SoCs\n"
+ "Linaro.org ? Open source software for ARM SoCs\n"
  Follow Linaro: Facebook | Twitter | Blog
 
-ac02fb9f37286f527a67d7dc248ba45a88546402c2738d12a732ca97782702c8
+b56340778c68b1f23719dbd7c00268c8b7e250b7315d23d152909c0869bd29b2

diff --git a/a/1.txt b/N2/1.txt
index 51b265a..2311b44 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -3,7 +3,7 @@ On Tue, 27 Oct 2015, Bjorn Andersson wrote:
 > Add the binding for the Texas Instruments LM3533 lighting power
 > solution.
 > 
-> Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
+> Signed-off-by: Bjorn Andersson <bjorn.andersson-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>
 > ---
 > 
 > Changes since v1:
@@ -238,3 +238,7 @@ Lee Jones
 Linaro STMicroelectronics Landing Team Lead
 Linaro.org │ Open source software for ARM SoCs
 Follow Linaro: Facebook | Twitter | Blog
+--
+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/N2/content_digest
index 0697651..8670d70 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,19 +1,20 @@
  "ref\01445796586-28683-1-git-send-email-bjorn.andersson@sonymobile.com\0"
  "ref\01445963373-27790-1-git-send-email-bjorn.andersson@sonymobile.com\0"
- "From\0Lee Jones <lee.jones@linaro.org>\0"
+ "ref\01445963373-27790-1-git-send-email-bjorn.andersson-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org\0"
+ "From\0Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
  "Subject\0Re: [PATCH v2 1/3] devicetree: mfd: Add binding for the TI LM3533\0"
  "Date\0Fri, 30 Oct 2015 18:42:20 +0000\0"
- "To\0Bjorn Andersson <bjorn.andersson@sonymobile.com>\0"
- "Cc\0Rob Herring <robh+dt@kernel.org>"
-  Pawel Moll <pawel.moll@arm.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
-  Johan Hovold <jhovold@gmail.com>
-  Kumar Gala <galak@codeaurora.org>
-  devicetree@vger.kernel.org
-  linux-iio@vger.kernel.org
-  linux-kernel@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0Bjorn Andersson <bjorn.andersson-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>\0"
+ "Cc\0Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>"
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
+  Johan Hovold <jhovold-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Tue, 27 Oct 2015, Bjorn Andersson wrote:\n"
@@ -21,7 +22,7 @@
  "> Add the binding for the Texas Instruments LM3533 lighting power\n"
  "> solution.\n"
  "> \n"
- "> Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>\n"
+ "> Signed-off-by: Bjorn Andersson <bjorn.andersson-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>\n"
  "> ---\n"
  "> \n"
  "> Changes since v1:\n"
@@ -255,6 +256,10 @@
  "Lee Jones\n"
  "Linaro STMicroelectronics Landing Team Lead\n"
  "Linaro.org \342\224\202 Open source software for ARM SoCs\n"
- Follow Linaro: Facebook | Twitter | Blog
+ "Follow Linaro: Facebook | Twitter | Blog\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
 
-ac02fb9f37286f527a67d7dc248ba45a88546402c2738d12a732ca97782702c8
+a472188dd9281cf3696279219e92fcc668b19f2d07aaf1bc0e8f6024a814115d

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.