All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180126151941.12183-2-embed3d@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 2803bb9..da2e4ba 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -53,7 +53,7 @@ index 86dd8191b04c..f6b939617a6d 100644
 +Details see: bindings/nvmem/nvmem.txt
 +
 +Example for A33:
- 	ths: ths@1c25000 {
+ 	ths: ths at 1c25000 {
  		compatible = "allwinner,sun8i-a33-ths";
  		reg = <0x01c25000 0x100>;
 @@ -17,6 +40,27 @@ Example:
@@ -61,7 +61,7 @@ index 86dd8191b04c..f6b939617a6d 100644
  	};
  
 +Example for H3:
-+	ths: thermal-sensor@1c25000 {
++	ths: thermal-sensor at 1c25000 {
 +		compatible = "allwinner,sun8i-h3-ths";
 +		reg = <0x01c25000 0x400>;
 +		clocks = <&ccu CLK_BUS_THS>, <&ccu CLK_THS>;
@@ -73,7 +73,7 @@ index 86dd8191b04c..f6b939617a6d 100644
 +	};
 +
 +Example for A83T:
-+	ths: thermal-sensor@1f04000 {
++	ths: thermal-sensor at 1f04000 {
 +		compatible = "allwinner,sun8i-a83t-ths";
 +		reg = <0x01f04000 0x100>;
 +		interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/a/content_digest b/N1/content_digest
index b46c1ef..27300e6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,33 +1,8 @@
  "ref\020180126151941.12183-1-embed3d@gmail.com\0"
- "From\0Philipp Rossak <embed3d@gmail.com>\0"
+ "From\0embed3d@gmail.com (Philipp Rossak)\0"
  "Subject\0[PATCH 01/16] dt-bindings: update the Allwinner GPADC device tree binding for H3 & A83T\0"
  "Date\0Fri, 26 Jan 2018 16:19:26 +0100\0"
- "To\0lee.jones@linaro.org"
-  robh+dt@kernel.org
-  mark.rutland@arm.com
-  maxime.ripard@free-electrons.com
-  wens@csie.org
-  linux@armlinux.org.uk
-  jic23@kernel.org
-  knaack.h@gmx.de
-  lars@metafoo.de
-  pmeerw@pmeerw.net
-  davem@davemloft.net
-  hans.verkuil@cisco.com
-  mchehab@kernel.org
-  rask@formelder.dk
-  clabbe.montjoie@gmail.com
-  sean@mess.org
-  krzk@kernel.org
-  quentin.schulz@free-electrons.com
-  icenowy@aosc.io
-  edu.molinas@gmail.com
- " singhalsimran0@gmail.com\0"
- "Cc\0linux-iio@vger.kernel.org"
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
- " linux-sunxi@googlegroups.com\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Allwinner H3 features a thermal sensor like the one in A33, but has its\n"
@@ -85,7 +60,7 @@
  "+Details see: bindings/nvmem/nvmem.txt\n"
  "+\n"
  "+Example for A33:\n"
- " \tths: ths@1c25000 {\n"
+ " \tths: ths at 1c25000 {\n"
  " \t\tcompatible = \"allwinner,sun8i-a33-ths\";\n"
  " \t\treg = <0x01c25000 0x100>;\n"
  "@@ -17,6 +40,27 @@ Example:\n"
@@ -93,7 +68,7 @@
  " \t};\n"
  " \n"
  "+Example for H3:\n"
- "+\tths: thermal-sensor@1c25000 {\n"
+ "+\tths: thermal-sensor at 1c25000 {\n"
  "+\t\tcompatible = \"allwinner,sun8i-h3-ths\";\n"
  "+\t\treg = <0x01c25000 0x400>;\n"
  "+\t\tclocks = <&ccu CLK_BUS_THS>, <&ccu CLK_THS>;\n"
@@ -105,7 +80,7 @@
  "+\t};\n"
  "+\n"
  "+Example for A83T:\n"
- "+\tths: thermal-sensor@1f04000 {\n"
+ "+\tths: thermal-sensor at 1f04000 {\n"
  "+\t\tcompatible = \"allwinner,sun8i-a83t-ths\";\n"
  "+\t\treg = <0x01f04000 0x100>;\n"
  "+\t\tinterrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -119,4 +94,4 @@
  "-- \n"
  2.11.0
 
-4fdfd36fddc7373a64632850c0a9fceaa96a54382599d74ab594feef6ebe4c54
+7d74bf1a53bb534c6c3b508e2ffd8795d5dad80b0a830c2c285ac9fc3ddc840d

diff --git a/a/1.txt b/N2/1.txt
index 2803bb9..0b63bf4 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -8,7 +8,7 @@ has a clock that is directly connected and runs with 24 MHz.
 
 Update the binding document to cover H3 and A83T.
 
-Signed-off-by: Philipp Rossak <embed3d@gmail.com>
+Signed-off-by: Philipp Rossak <embed3d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 ---
  .../devicetree/bindings/mfd/sun4i-gpadc.txt        | 50 ++++++++++++++++++++--
  1 file changed, 47 insertions(+), 3 deletions(-)
@@ -86,3 +86,8 @@ index 86dd8191b04c..f6b939617a6d 100644
  sun4i resistive touchscreen controller
 -- 
 2.11.0
+
+--
+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 b46c1ef..f4313aa 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,33 +1,34 @@
  "ref\020180126151941.12183-1-embed3d@gmail.com\0"
- "From\0Philipp Rossak <embed3d@gmail.com>\0"
+ "ref\020180126151941.12183-1-embed3d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
+ "From\0Philipp Rossak <embed3d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
  "Subject\0[PATCH 01/16] dt-bindings: update the Allwinner GPADC device tree binding for H3 & A83T\0"
  "Date\0Fri, 26 Jan 2018 16:19:26 +0100\0"
- "To\0lee.jones@linaro.org"
-  robh+dt@kernel.org
-  mark.rutland@arm.com
-  maxime.ripard@free-electrons.com
-  wens@csie.org
-  linux@armlinux.org.uk
-  jic23@kernel.org
-  knaack.h@gmx.de
-  lars@metafoo.de
-  pmeerw@pmeerw.net
-  davem@davemloft.net
-  hans.verkuil@cisco.com
-  mchehab@kernel.org
-  rask@formelder.dk
-  clabbe.montjoie@gmail.com
-  sean@mess.org
-  krzk@kernel.org
-  quentin.schulz@free-electrons.com
-  icenowy@aosc.io
-  edu.molinas@gmail.com
- " singhalsimran0@gmail.com\0"
- "Cc\0linux-iio@vger.kernel.org"
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
- " linux-sunxi@googlegroups.com\0"
+ "To\0lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org"
+  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org
+  wens-jdAy2FN1RRM@public.gmane.org
+  linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org
+  jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  knaack.h-Mmb7MZpHnFY@public.gmane.org
+  lars-Qo5EllUWu/uELgA04lAiVw@public.gmane.org
+  pmeerw-jW+XmwGofnusTnJN9+BGXg@public.gmane.org
+  davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org
+  hans.verkuil-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org
+  mchehab-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  rask-SivP7zSAdNDZaaYASwVUlg@public.gmane.org
+  clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
+  sean-hENCXIMQXOg@public.gmane.org
+  krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
+  quentin.schulz-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org
+  icenowy-h8G6r0blFSE@public.gmane.org
+  edu.molinas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
+ " singhalsimran0-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
+ "Cc\0linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Allwinner H3 features a thermal sensor like the one in A33, but has its\n"
@@ -40,7 +41,7 @@
  "\n"
  "Update the binding document to cover H3 and A83T.\n"
  "\n"
- "Signed-off-by: Philipp Rossak <embed3d@gmail.com>\n"
+ "Signed-off-by: Philipp Rossak <embed3d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "---\n"
  " .../devicetree/bindings/mfd/sun4i-gpadc.txt        | 50 ++++++++++++++++++++--\n"
  " 1 file changed, 47 insertions(+), 3 deletions(-)\n"
@@ -117,6 +118,11 @@
  " \n"
  " sun4i resistive touchscreen controller\n"
  "-- \n"
- 2.11.0
+ "2.11.0\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
 
-4fdfd36fddc7373a64632850c0a9fceaa96a54382599d74ab594feef6ebe4c54
+3e1ca692e7c1b8a46d8d94a3a872aed84701632884e424afe0c9ecdf664d5a86

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.