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

diff --git a/a/1.txt b/N1/1.txt
index 3b871d9..9d19df5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
-On Tue, 29 Mar 2016, tthayer@opensource.altera.com wrote:
+On Tue, 29 Mar 2016, ttha...@opensource.altera.com wrote:
 
-> From: Thor Thayer <tthayer@opensource.altera.com>
+> From: Thor Thayer <ttha...@opensource.altera.com>
 > 
 > The Altera Arria10 Devkit System Resource chip is a Multi-Function
 > Device, it has two subdevices:
@@ -9,13 +9,15 @@ On Tue, 29 Mar 2016, tthayer@opensource.altera.com wrote:
 > 
 > This patch adds documentation for the Altera A10-SR DT bindings.
 > 
-> Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>
+> Signed-off-by: Thor Thayer <ttha...@opensource.altera.com>
 > ---
->  .../devicetree/bindings/mfd/altera-a10sr.txt       |   35 ++++++++++++++++++++
+>  .../devicetree/bindings/mfd/altera-a10sr.txt       |   35 
+> ++++++++++++++++++++
 >  1 file changed, 35 insertions(+)
 >  create mode 100644 Documentation/devicetree/bindings/mfd/altera-a10sr.txt
 > 
-> diff --git a/Documentation/devicetree/bindings/mfd/altera-a10sr.txt b/Documentation/devicetree/bindings/mfd/altera-a10sr.txt
+> diff --git a/Documentation/devicetree/bindings/mfd/altera-a10sr.txt 
+> b/Documentation/devicetree/bindings/mfd/altera-a10sr.txt
 > new file mode 100644
 > index 0000000..564c761
 > --- /dev/null
@@ -30,9 +32,10 @@ On Tue, 29 Mar 2016, tthayer@opensource.altera.com wrote:
 
 DT bindings are much easier to read in the following format:
 
-- compatible		: "altr,altr_a10sr"
-- spi-max-frequency	: Maximum SPI frequency.
-- reg			: the SPI Chip Select address for the Arria10 System Resource chip
+- compatible            : "altr,altr_a10sr"
+- spi-max-frequency     : Maximum SPI frequency.
+- reg                   : the SPI Chip Select address for the Arria10 System 
+Resource chip
 
 ... also, sentences start with an uppercase char.
 
@@ -56,34 +59,34 @@ Nodes should be named after their device 'type'.
 
 Does this device really start a address 0?
 
-> +		compatible = "altr,altr-a10sr";
-> +		reg = <0>;
-> +		spi-max-frequency = <100000>;
+> +             compatible = "altr,altr-a10sr";
+> +             reg = <0>;
+> +             spi-max-frequency = <100000>;
 > +
-> +		a10sr_gpio: a10sr_gpio {
+> +             a10sr_gpio: a10sr_gpio {
 
 Device type only please.
 
-> +			compatible = "altr,a10sr-gpio";
-> +			gpio-controller;
-> +			#gpio-cells = <2>;
-> +			ngpios = <16>;
-> +		};
+> +                     compatible = "altr,a10sr-gpio";
+> +                     gpio-controller;
+> +                     #gpio-cells = <2>;
+> +                     ngpios = <16>;
+> +             };
 > +
-> +		a10sr_hwmon: a10sr_hwmon {
+> +             a10sr_hwmon: a10sr_hwmon {
 
 Device type only please.
 
-> +			compatible = "altr,a10sr-hwmon";
-> +		};
-> +	};
+> +                     compatible = "altr,a10sr-hwmon";
+> +             };
+> +     };
 
 -- 
 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
 --
 To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in
-the body of a message to majordomo@vger.kernel.org
+the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 8c25ed8..be43740 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,26 +1,13 @@
  "ref\01459278791-3646-1-git-send-email-tthayer@opensource.altera.com\0"
- "ref\01459278791-3646-2-git-send-email-tthayer@opensource.altera.com\0"
  "From\0Lee Jones <lee.jones@linaro.org>\0"
  "Subject\0Re: [RFC 1/8] dt-bindings: mfd: Add Altera Arria10 System Resource Chip bindings\0"
- "Date\0Wed, 30 Mar 2016 12:35:32 +0100\0"
- "To\0tthayer@opensource.altera.com\0"
- "Cc\0linus.walleij@linaro.org"
-  gnurou@gmail.com
-  jdelvare@suse.com
-  linux@roeck-us.net
-  robh+dt@kernel.org
-  pawell.moll@arm.com
-  mark.rutland@arm.com
-  ijc+devicetree@hellion.org.uk
-  dinguyen@opensource.altera.com
-  linux-gpio@vger.kernel.org
-  linux-hwmon@vger.kernel.org
- " devicetree@vger.kernel.org\0"
+ "Date\0Wed, 30 Mar 2016 04:36:13 -0700\0"
+ "To\0linux-hwmon@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
- "On Tue, 29 Mar 2016, tthayer@opensource.altera.com wrote:\n"
+ "On Tue, 29 Mar 2016, ttha...@opensource.altera.com wrote:\n"
  "\n"
- "> From: Thor Thayer <tthayer@opensource.altera.com>\n"
+ "> From: Thor Thayer <ttha...@opensource.altera.com>\n"
  "> \n"
  "> The Altera Arria10 Devkit System Resource chip is a Multi-Function\n"
  "> Device, it has two subdevices:\n"
@@ -29,13 +16,15 @@
  "> \n"
  "> This patch adds documentation for the Altera A10-SR DT bindings.\n"
  "> \n"
- "> Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>\n"
+ "> Signed-off-by: Thor Thayer <ttha...@opensource.altera.com>\n"
  "> ---\n"
- ">  .../devicetree/bindings/mfd/altera-a10sr.txt       |   35 ++++++++++++++++++++\n"
+ ">  .../devicetree/bindings/mfd/altera-a10sr.txt       |   35 \n"
+ "> ++++++++++++++++++++\n"
  ">  1 file changed, 35 insertions(+)\n"
  ">  create mode 100644 Documentation/devicetree/bindings/mfd/altera-a10sr.txt\n"
  "> \n"
- "> diff --git a/Documentation/devicetree/bindings/mfd/altera-a10sr.txt b/Documentation/devicetree/bindings/mfd/altera-a10sr.txt\n"
+ "> diff --git a/Documentation/devicetree/bindings/mfd/altera-a10sr.txt \n"
+ "> b/Documentation/devicetree/bindings/mfd/altera-a10sr.txt\n"
  "> new file mode 100644\n"
  "> index 0000000..564c761\n"
  "> --- /dev/null\n"
@@ -50,9 +39,10 @@
  "\n"
  "DT bindings are much easier to read in the following format:\n"
  "\n"
- "- compatible\t\t: \"altr,altr_a10sr\"\n"
- "- spi-max-frequency\t: Maximum SPI frequency.\n"
- "- reg\t\t\t: the SPI Chip Select address for the Arria10 System Resource chip\n"
+ "- compatible            : \"altr,altr_a10sr\"\n"
+ "- spi-max-frequency     : Maximum SPI frequency.\n"
+ "- reg                   : the SPI Chip Select address for the Arria10 System \n"
+ "Resource chip\n"
  "\n"
  "... also, sentences start with an uppercase char.\n"
  "\n"
@@ -76,36 +66,36 @@
  "\n"
  "Does this device really start a address 0?\n"
  "\n"
- "> +\t\tcompatible = \"altr,altr-a10sr\";\n"
- "> +\t\treg = <0>;\n"
- "> +\t\tspi-max-frequency = <100000>;\n"
+ "> +             compatible = \"altr,altr-a10sr\";\n"
+ "> +             reg = <0>;\n"
+ "> +             spi-max-frequency = <100000>;\n"
  "> +\n"
- "> +\t\ta10sr_gpio: a10sr_gpio {\n"
+ "> +             a10sr_gpio: a10sr_gpio {\n"
  "\n"
  "Device type only please.\n"
  "\n"
- "> +\t\t\tcompatible = \"altr,a10sr-gpio\";\n"
- "> +\t\t\tgpio-controller;\n"
- "> +\t\t\t#gpio-cells = <2>;\n"
- "> +\t\t\tngpios = <16>;\n"
- "> +\t\t};\n"
+ "> +                     compatible = \"altr,a10sr-gpio\";\n"
+ "> +                     gpio-controller;\n"
+ "> +                     #gpio-cells = <2>;\n"
+ "> +                     ngpios = <16>;\n"
+ "> +             };\n"
  "> +\n"
- "> +\t\ta10sr_hwmon: a10sr_hwmon {\n"
+ "> +             a10sr_hwmon: a10sr_hwmon {\n"
  "\n"
  "Device type only please.\n"
  "\n"
- "> +\t\t\tcompatible = \"altr,a10sr-hwmon\";\n"
- "> +\t\t};\n"
- "> +\t};\n"
+ "> +                     compatible = \"altr,a10sr-hwmon\";\n"
+ "> +             };\n"
+ "> +     };\n"
  "\n"
  "-- \n"
  "Lee Jones\n"
  "Linaro STMicroelectronics Landing Team Lead\n"
- "Linaro.org \342\224\202 Open source software for ARM SoCs\n"
+ "Linaro.org \303\242\302\224\302\202 Open source software for ARM SoCs\n"
  "Follow Linaro: Facebook | Twitter | Blog\n"
  "--\n"
  "To unsubscribe from this list: send the line \"unsubscribe linux-hwmon\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
+ "the body of a message to majord...@vger.kernel.org\n"
  More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-edf45a35ddaf16027239738b7b8acd0a747a67dd27b05d9da65c1a816692bf42
+37c5baf90fdd5087949fbf50141458563ab52d76745a22dbfa29712f1b6eaa0d

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.