All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20181030204247.GA22521@bogus>

diff --git a/a/1.txt b/N1/1.txt
index 8c811ee..4682ece 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -110,7 +110,7 @@ confused by this table and the one below.
 > +
 > +
 > +Example:
-> +	xilinx_ams: ams@ffa50000 {
+> +	xilinx_ams: ams at ffa50000 {
 > +		compatible = "xlnx,zynqmp-ams";
 > +		interrupt-parent = <&gic>;
 > +		interrupts = <0 56 4>;
@@ -128,26 +128,26 @@ child nodes are at address 0. I believe you want the length to be 0x800
 and drop the 2nd entry.
 
 > +
-> +		ams_ps: ams_ps@0,0 {
+> +		ams_ps: ams_ps at 0,0 {
 > +			compatible = "xlnx,zynqmp-ams-ps";
 > +			reg = <0 0x400>;
 > +		};
 > +
-> +		ams_pl: ams_pl@1,0 {
+> +		ams_pl: ams_pl at 1,0 {
 > +			compatible = "xlnx,zynqmp-ams-pl";
 > +			reg = <0 0x400>;
 
 And then this should be address 0x400.
 
 > +			xlnx,ext-channels {
-> +				channel@0 {
+> +				channel at 0 {
 > +					reg = <0>;
 > +					xlnx,bipolar;
 > +				};
-> +				channel@1 {
+> +				channel at 1 {
 > +					reg = <1>;
 > +				};
-> +				channel@8 {
+> +				channel at 8 {
 > +					reg = <8>;
 > +					xlnx,bipolar;
 > +				};
diff --git a/a/content_digest b/N1/content_digest
index cce8c09..92f6717 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,36 +1,9 @@
  "ref\01540815026-1012-1-git-send-email-manish.narani@xilinx.com\0"
  "ref\01540815026-1012-2-git-send-email-manish.narani@xilinx.com\0"
- "From\0Rob Herring <robh@kernel.org>\0"
- "Subject\0Re: [PATCH v3 1/3] dt-bindings: iio: adc: Add Xilinx AMS binding documentation\0"
+ "From\0robh@kernel.org (Rob Herring)\0"
+ "Subject\0[PATCH v3 1/3] dt-bindings: iio: adc: Add Xilinx AMS binding documentation\0"
  "Date\0Tue, 30 Oct 2018 15:42:47 -0500\0"
- "To\0Manish Narani <manish.narani@xilinx.com>\0"
- "Cc\0jic23@kernel.org"
-  knaack.h@gmx.de
-  lars@metafoo.de
-  pmeerw@pmeerw.net
-  mark.rutland@arm.com
-  michal.simek@xilinx.com
-  amit.kucheria@linaro.org
-  sudeep.holla@arm.com
-  olof@lixom.net
-  broonie@kernel.org
-  arnaud.pouliquen@st.com
-  eugen.hristev@microchip.com
-  linus.walleij@linaro.org
-  vilhelm.gray@gmail.com
-  geert@linux-m68k.org
-  freeman.liu@spreadtrum.com
-  rdunlap@infradead.org
-  tglx@linutronix.de
-  baolin.wang@linaro.org
-  gregkh@linuxfoundation.org
-  jdelvare@suse.com
-  linux@roeck-us.net
-  linux-iio@vger.kernel.org
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
- " linux-hwmon@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Oct 29, 2018 at 05:40:24PM +0530, Manish Narani wrote:\n"
@@ -145,7 +118,7 @@
  "> +\n"
  "> +\n"
  "> +Example:\n"
- "> +\txilinx_ams: ams@ffa50000 {\n"
+ "> +\txilinx_ams: ams at ffa50000 {\n"
  "> +\t\tcompatible = \"xlnx,zynqmp-ams\";\n"
  "> +\t\tinterrupt-parent = <&gic>;\n"
  "> +\t\tinterrupts = <0 56 4>;\n"
@@ -163,26 +136,26 @@
  "and drop the 2nd entry.\n"
  "\n"
  "> +\n"
- "> +\t\tams_ps: ams_ps@0,0 {\n"
+ "> +\t\tams_ps: ams_ps at 0,0 {\n"
  "> +\t\t\tcompatible = \"xlnx,zynqmp-ams-ps\";\n"
  "> +\t\t\treg = <0 0x400>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tams_pl: ams_pl@1,0 {\n"
+ "> +\t\tams_pl: ams_pl at 1,0 {\n"
  "> +\t\t\tcompatible = \"xlnx,zynqmp-ams-pl\";\n"
  "> +\t\t\treg = <0 0x400>;\n"
  "\n"
  "And then this should be address 0x400.\n"
  "\n"
  "> +\t\t\txlnx,ext-channels {\n"
- "> +\t\t\t\tchannel@0 {\n"
+ "> +\t\t\t\tchannel at 0 {\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "> +\t\t\t\t\txlnx,bipolar;\n"
  "> +\t\t\t\t};\n"
- "> +\t\t\t\tchannel@1 {\n"
+ "> +\t\t\t\tchannel at 1 {\n"
  "> +\t\t\t\t\treg = <1>;\n"
  "> +\t\t\t\t};\n"
- "> +\t\t\t\tchannel@8 {\n"
+ "> +\t\t\t\tchannel at 8 {\n"
  "> +\t\t\t\t\treg = <8>;\n"
  "> +\t\t\t\t\txlnx,bipolar;\n"
  "> +\t\t\t\t};\n"
@@ -254,4 +227,4 @@
  "> 2.1.1\n"
  >
 
-3acc786143973a75c188ef83f765b0ca5ad303ee4d627060b085628d6bb2f374
+9efc70e82f42e3cc07b5dc0671067e347165411fb8f09a6f0f4028faf21aee3d

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.