All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <505C97AF.9060701@wwwdotorg.org>

diff --git a/a/1.txt b/N1/1.txt
index 5f4ca14..4664fad 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ On 09/21/2012 09:32 AM, Maxime Ripard wrote:
 > Allow the i2c-mux-gpio to be used by a device tree enabled device. The
 > bindings are inspired by the one found in the i2c-mux-pinctrl driver.
 > 
-> Signed-off-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
 
 > +++ b/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.txt
 > @@ -0,0 +1,86 @@
@@ -74,13 +74,13 @@ The idle-state property isn't documented in the list of properties above.
 > +		muxer-gpios = <&gpio1 22 0 &gpio1 23 0>;
 > +		i2c-parent = <&i2c1>;
 > +
-> +		i2c@0 {
+> +		i2c at 0 {
 > +			reg = <0>;
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +		};
 > +
-> +		i2c@1 {
+> +		i2c at 1 {
 > +		      reg = <1>;
 > +		      #address-cells = <1>;
 > +		      #size-cells = <0>;
@@ -90,7 +90,7 @@ The indentation above is a mix of TABs and spaces, and is inconsistent
 between nodes; just TABs would be best.
 
 > +
-> +		i2c@2 {
+> +		i2c at 2 {
 > +			reg = <2>;
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
@@ -101,12 +101,12 @@ why not leave out two of the options, and put some device on each of the
 buses that is defined?
 
 
-> +		i2c@3 {
+> +		i2c at 3 {
 > +			reg = <3>;
 > +			#address-cells = <1>;
 > +			#size-cells = <0>;
 > +
-> +			pca9555: pca9555@20 {
+> +			pca9555: pca9555 at 20 {
 > +				compatible = "nxp,pca9555";
 > +				gpio-controller;
 > +				#gpio-cells = <2>;
diff --git a/a/content_digest b/N1/content_digest
index edb206a..cb569e0 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,22 +1,16 @@
  "ref\01348241535-27754-1-git-send-email-maxime.ripard@free-electrons.com\0"
  "ref\01348241535-27754-3-git-send-email-maxime.ripard@free-electrons.com\0"
- "ref\01348241535-27754-3-git-send-email-maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0"
- "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
- "Subject\0Re: [PATCH 2/3] i2c: mux: Add dt support to i2c-mux-gpio driver\0"
+ "From\0swarren@wwwdotorg.org (Stephen Warren)\0"
+ "Subject\0[PATCH 2/3] i2c: mux: Add dt support to i2c-mux-gpio driver\0"
  "Date\0Fri, 21 Sep 2012 10:37:03 -0600\0"
- "To\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
- "Cc\0peter.korsgaard-ob4gmnvZ1/cAvxtiuMwx3w@public.gmane.org"
-  shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
-  brian-ZKiFAVwZFM2FeswfMrDH8w@public.gmane.org
-  linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 09/21/2012 09:32 AM, Maxime Ripard wrote:\n"
  "> Allow the i2c-mux-gpio to be used by a device tree enabled device. The\n"
  "> bindings are inspired by the one found in the i2c-mux-pinctrl driver.\n"
  "> \n"
- "> Signed-off-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n"
+ "> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>\n"
  "\n"
  "> +++ b/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.txt\n"
  "> @@ -0,0 +1,86 @@\n"
@@ -88,13 +82,13 @@
  "> +\t\tmuxer-gpios = <&gpio1 22 0 &gpio1 23 0>;\n"
  "> +\t\ti2c-parent = <&i2c1>;\n"
  "> +\n"
- "> +\t\ti2c@0 {\n"
+ "> +\t\ti2c at 0 {\n"
  "> +\t\t\treg = <0>;\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\ti2c@1 {\n"
+ "> +\t\ti2c at 1 {\n"
  "> +\t\t      reg = <1>;\n"
  "> +\t\t      #address-cells = <1>;\n"
  "> +\t\t      #size-cells = <0>;\n"
@@ -104,7 +98,7 @@
  "between nodes; just TABs would be best.\n"
  "\n"
  "> +\n"
- "> +\t\ti2c@2 {\n"
+ "> +\t\ti2c at 2 {\n"
  "> +\t\t\treg = <2>;\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
@@ -115,12 +109,12 @@
  "buses that is defined?\n"
  "\n"
  "\n"
- "> +\t\ti2c@3 {\n"
+ "> +\t\ti2c at 3 {\n"
  "> +\t\t\treg = <3>;\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <0>;\n"
  "> +\n"
- "> +\t\t\tpca9555: pca9555@20 {\n"
+ "> +\t\t\tpca9555: pca9555 at 20 {\n"
  "> +\t\t\t\tcompatible = \"nxp,pca9555\";\n"
  "> +\t\t\t\tgpio-controller;\n"
  "> +\t\t\t\t#gpio-cells = <2>;\n"
@@ -145,4 +139,4 @@
  "\n"
  Don't you need to multiple the size by sizeof(*gpios) here?
 
-36d71a25cf52c21af2088d3dc9046a4fa05e4cb4176ea090bf98e8c4e97a155c
+b6be48141e9b703f9a8f2625ed84f05b3b6a9b247a836f6c91bfff4ac18e308d

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.