All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180916110120.243fcf11@archlinux>

diff --git a/a/1.txt b/N1/1.txt
index 78dca71..d873cab 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -102,7 +102,7 @@ Manish Narani <manish.narani@xilinx.com> wrote:
 > +
 > +
 > +Example:
-> +	xilinx_ams: ams at ffa50000 {
+> +	xilinx_ams: ams@ffa50000 {
 > +		compatible = "xlnx,zynqmp-ams";
 > +		interrupt-parent = <&gic>;
 > +		interrupts = <0 56 4>;
@@ -112,7 +112,7 @@ Manish Narani <manish.narani@xilinx.com> wrote:
 > +		reg-names = "ams-base";
 > +		ranges;
 > +
-> +		ams_ps: ams_ps at ffa50800 {
+> +		ams_ps: ams_ps@ffa50800 {
 > +			compatible = "xlnx,zynqmp-ams-ps";
 > +			reg = <0x0 0xffa50800 0x0 0x400>;
 
@@ -127,18 +127,18 @@ https://elinux.org/Device_Tree_Usage#Ranges_.28Address_Translation.29
 
 > +		};
 > +
-> +		ams_pl: ams_pl at ffa50c00 {
+> +		ams_pl: ams_pl@ffa50c00 {
 > +			compatible = "xlnx,zynqmp-ams-pl";
 > +			reg = <0x0 0xffa50c00 0x0 0x400>;
 > +			xlnx,ext-channels {
-> +				channel at 0 {
+> +				channel@0 {
 > +					reg = <0>;
 > +					xlnx,bipolar;
 > +				};
-> +				channel at 1 {
+> +				channel@1 {
 > +					reg = <1>;
 > +				};
-> +				channel at 8 {
+> +				channel@8 {
 > +					reg = <8>;
 > +					xlnx,bipolar;
 > +				};
diff --git a/a/content_digest b/N1/content_digest
index cab240b..ace5231 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,35 @@
  "ref\01536909510-7166-1-git-send-email-manish.narani@xilinx.com\0"
  "ref\01536909510-7166-2-git-send-email-manish.narani@xilinx.com\0"
- "From\0jic23@kernel.org (Jonathan Cameron)\0"
- "Subject\0[PATCH v2 1/4] dt-bindings: iio: adc: Add Xilinx AMS binding documentation\0"
+ "From\0Jonathan Cameron <jic23@kernel.org>\0"
+ "Subject\0Re: [PATCH v2 1/4] dt-bindings: iio: adc: Add Xilinx AMS binding documentation\0"
  "Date\0Sun, 16 Sep 2018 11:01:20 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Manish Narani <manish.narani@xilinx.com>\0"
+ "Cc\0mark.rutland@arm.com"
+  kstewart@linuxfoundation.org
+  linux-iio@vger.kernel.org
+  robh+dt@kernel.org
+  pmeerw@pmeerw.net
+  freeman.liu@spreadtrum.com
+  lars@metafoo.de
+  michal.simek@xilinx.com
+  geert@linux-m68k.org
+  sgoud@xilinx.com
+  devicetree@vger.kernel.org
+  knaack.h@gmx.de
+  vilhelm.gray@gmail.com
+  broonie@kernel.org
+  ak@it-klinger.de
+  linux-arm-kernel@lists.infradead.org
+  gregkh@linuxfoundation.org
+  rdunlap@infradead.org
+  arnaud.pouliquen@st.com
+  linux-kernel@vger.kernel.org
+  amit.kucheria@linaro.org
+  leoyang.li@nxp.com
+  lukas@wunner.de
+  anirudh@xilinx.com
+  sudeep.holla@arm.com
+ " eugen.hristev@microchip.com\0"
  "\00:1\0"
  "b\0"
  "On Fri, 14 Sep 2018 12:48:27 +0530\n"
@@ -110,7 +136,7 @@
  "> +\n"
  "> +\n"
  "> +Example:\n"
- "> +\txilinx_ams: ams at ffa50000 {\n"
+ "> +\txilinx_ams: ams@ffa50000 {\n"
  "> +\t\tcompatible = \"xlnx,zynqmp-ams\";\n"
  "> +\t\tinterrupt-parent = <&gic>;\n"
  "> +\t\tinterrupts = <0 56 4>;\n"
@@ -120,7 +146,7 @@
  "> +\t\treg-names = \"ams-base\";\n"
  "> +\t\tranges;\n"
  "> +\n"
- "> +\t\tams_ps: ams_ps at ffa50800 {\n"
+ "> +\t\tams_ps: ams_ps@ffa50800 {\n"
  "> +\t\t\tcompatible = \"xlnx,zynqmp-ams-ps\";\n"
  "> +\t\t\treg = <0x0 0xffa50800 0x0 0x400>;\n"
  "\n"
@@ -135,18 +161,18 @@
  "\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tams_pl: ams_pl at ffa50c00 {\n"
+ "> +\t\tams_pl: ams_pl@ffa50c00 {\n"
  "> +\t\t\tcompatible = \"xlnx,zynqmp-ams-pl\";\n"
  "> +\t\t\treg = <0x0 0xffa50c00 0x0 0x400>;\n"
  "> +\t\t\txlnx,ext-channels {\n"
- "> +\t\t\t\tchannel at 0 {\n"
+ "> +\t\t\t\tchannel@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 at 1 {\n"
+ "> +\t\t\t\tchannel@1 {\n"
  "> +\t\t\t\t\treg = <1>;\n"
  "> +\t\t\t\t};\n"
- "> +\t\t\t\tchannel at 8 {\n"
+ "> +\t\t\t\tchannel@8 {\n"
  "> +\t\t\t\t\treg = <8>;\n"
  "> +\t\t\t\t\txlnx,bipolar;\n"
  "> +\t\t\t\t};\n"
@@ -215,4 +241,4 @@
  "> +\t\t|50\t|Auxiliary ch 15 Voltage measurement (VAux15).\t\t\t|Voltage\n"
  > +---------------------------------------------------------------------------------------------------------
 
-441ea610653f28a6057e300022a3fa0653c26dbc494b034a23bd9a03e2f087df
+586a9b6755d14618cbbf90e9f1f41616b26edacc8cf7c0b6a4a8066ff23c465e

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.