All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20180624155727.322c02b2@bbrezillon>

diff --git a/a/1.txt b/N1/1.txt
index ce68930..ee6c7cf 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -93,13 +93,13 @@ scrambling or not (see NAND_NEED_SCRAMBLING [1]).
 > +
 > +Example demonstrate on AXG SoC:
 > +
-> +	sd_emmc_c: mmc at 7000 {
+> +	sd_emmc_c: mmc@7000 {
 > +		compatible = "simple-bus", "syscon";
 > +		reg = <0x0 0x7000 0x0 0x800>;
 > +		status = "okay";
 > +	};
 > +
-> +	nand: nfc at 7800 {
+> +	nand: nfc@7800 {
 > +		compatible = "amlogic,meson-axg-nfc";
 > +		reg = <0x0 0x7800 0x0 0x100>;
 > +		#address-cells = <1>;
@@ -117,7 +117,7 @@ scrambling or not (see NAND_NEED_SCRAMBLING [1]).
 > +		pinctrl-names = "default";
 > +		pinctrl-0 = <&nand_pins>;
 > +
-> +		nand at 0 {
+> +		nand@0 {
 > +			reg = <0>;
 > +			#address-cells = <1>;
 > +			#size-cells = <1>;
@@ -130,24 +130,24 @@ scrambling or not (see NAND_NEED_SCRAMBLING [1]).
 > +			meson-nand-user-mode = <2>;
 > +			meson-nand-ran-mode = <1>;
 > +
-> +			partition at 0 {
+> +			partition@0 {
 > +				label = "boot";
 > +				reg = <0x00000000 0x00200000>;
 > +				read-only;
 > +			};
-> +			partition at 200000 {
+> +			partition@200000 {
 > +				label = "env";
 > +				reg = <0x00200000 0x00400000>;
 > +			};
-> +			partition at 600000 {
+> +			partition@600000 {
 > +				label = "system";
 > +				reg = <0x00600000 0x00a00000>;
 > +			};
-> +			partition at 1000000 {
+> +			partition@1000000 {
 > +				label = "rootfs";
 > +				reg = <0x01000000 0x03000000>;
 > +			};
-> +			partition at 4000000 {
+> +			partition@4000000 {
 > +				label = "media";
 > +				reg = <0x04000000 0x8000000>;
 > +			};
diff --git a/a/content_digest b/N1/content_digest
index 08d4746..9e080a7 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,25 @@
  "ref\020180613161314.14894-1-yixun.lan@amlogic.com\0"
  "ref\020180613161314.14894-2-yixun.lan@amlogic.com\0"
- "From\0boris.brezillon@bootlin.com (Boris Brezillon)\0"
- "Subject\0[PATCH 1/2] dt-bindings: nand: meson: add Amlogic NAND controller driver\0"
+ "From\0Boris Brezillon <boris.brezillon@bootlin.com>\0"
+ "Subject\0Re: [PATCH 1/2] dt-bindings: nand: meson: add Amlogic NAND controller driver\0"
  "Date\0Sun, 24 Jun 2018 15:57:27 +0200\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Yixun Lan <yixun.lan@amlogic.com>\0"
+ "Cc\0<linux-mtd@lists.infradead.org>"
+  Liang Yang <liang.yang@amlogic.com>
+  David Woodhouse <dwmw2@infradead.org>
+  Brian Norris <computersforpeace@gmail.com>
+  Marek Vasut <marek.vasut@gmail.com>
+  Richard Weinberger <richard@nod.at>
+  Jerome Brunet <jbrunet@baylibre.com>
+  Neil Armstrong <narmstrong@baylibre.com>
+  Carlo Caione <carlo@caione.org>
+  Kevin Hilman <khilman@baylibre.com>
+  Rob Herring <robh@kernel.org>
+  Jian Hu <jian.hu@amlogic.com>
+  <linux-amlogic@lists.infradead.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-kernel@vger.kernel.org>
+ " <devicetree@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Yixun,\n"
@@ -101,13 +117,13 @@
  "> +\n"
  "> +Example demonstrate on AXG SoC:\n"
  "> +\n"
- "> +\tsd_emmc_c: mmc at 7000 {\n"
+ "> +\tsd_emmc_c: mmc@7000 {\n"
  "> +\t\tcompatible = \"simple-bus\", \"syscon\";\n"
  "> +\t\treg = <0x0 0x7000 0x0 0x800>;\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tnand: nfc at 7800 {\n"
+ "> +\tnand: nfc@7800 {\n"
  "> +\t\tcompatible = \"amlogic,meson-axg-nfc\";\n"
  "> +\t\treg = <0x0 0x7800 0x0 0x100>;\n"
  "> +\t\t#address-cells = <1>;\n"
@@ -125,7 +141,7 @@
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\t\tpinctrl-0 = <&nand_pins>;\n"
  "> +\n"
- "> +\t\tnand at 0 {\n"
+ "> +\t\tnand@0 {\n"
  "> +\t\t\treg = <0>;\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <1>;\n"
@@ -138,24 +154,24 @@
  "> +\t\t\tmeson-nand-user-mode = <2>;\n"
  "> +\t\t\tmeson-nand-ran-mode = <1>;\n"
  "> +\n"
- "> +\t\t\tpartition at 0 {\n"
+ "> +\t\t\tpartition@0 {\n"
  "> +\t\t\t\tlabel = \"boot\";\n"
  "> +\t\t\t\treg = <0x00000000 0x00200000>;\n"
  "> +\t\t\t\tread-only;\n"
  "> +\t\t\t};\n"
- "> +\t\t\tpartition at 200000 {\n"
+ "> +\t\t\tpartition@200000 {\n"
  "> +\t\t\t\tlabel = \"env\";\n"
  "> +\t\t\t\treg = <0x00200000 0x00400000>;\n"
  "> +\t\t\t};\n"
- "> +\t\t\tpartition at 600000 {\n"
+ "> +\t\t\tpartition@600000 {\n"
  "> +\t\t\t\tlabel = \"system\";\n"
  "> +\t\t\t\treg = <0x00600000 0x00a00000>;\n"
  "> +\t\t\t};\n"
- "> +\t\t\tpartition at 1000000 {\n"
+ "> +\t\t\tpartition@1000000 {\n"
  "> +\t\t\t\tlabel = \"rootfs\";\n"
  "> +\t\t\t\treg = <0x01000000 0x03000000>;\n"
  "> +\t\t\t};\n"
- "> +\t\t\tpartition at 4000000 {\n"
+ "> +\t\t\tpartition@4000000 {\n"
  "> +\t\t\t\tlabel = \"media\";\n"
  "> +\t\t\t\treg = <0x04000000 0x8000000>;\n"
  "> +\t\t\t};\n"
@@ -178,4 +194,4 @@
  "\n"
  Boris
 
-50697c9f65e26ced67c08afb8ed466b354bbee0129b39f959065301959cb60a1
+185438bc6d8f30eb2bb87bd65b24f67eb8a09e8180afa048395733608dafa3c7

diff --git a/a/content_digest b/N2/content_digest
index 08d4746..0ee2035 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,7 +3,7 @@
  "From\0boris.brezillon@bootlin.com (Boris Brezillon)\0"
  "Subject\0[PATCH 1/2] dt-bindings: nand: meson: add Amlogic NAND controller driver\0"
  "Date\0Sun, 24 Jun 2018 15:57:27 +0200\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Yixun,\n"
@@ -178,4 +178,4 @@
  "\n"
  Boris
 
-50697c9f65e26ced67c08afb8ed466b354bbee0129b39f959065301959cb60a1
+369e76a98f58b62a0ea15c7471bdaeca62ab0c9a265a51fa56648d0d6fcdb707

diff --git a/a/1.txt b/N3/1.txt
index ce68930..ee6c7cf 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -93,13 +93,13 @@ scrambling or not (see NAND_NEED_SCRAMBLING [1]).
 > +
 > +Example demonstrate on AXG SoC:
 > +
-> +	sd_emmc_c: mmc at 7000 {
+> +	sd_emmc_c: mmc@7000 {
 > +		compatible = "simple-bus", "syscon";
 > +		reg = <0x0 0x7000 0x0 0x800>;
 > +		status = "okay";
 > +	};
 > +
-> +	nand: nfc at 7800 {
+> +	nand: nfc@7800 {
 > +		compatible = "amlogic,meson-axg-nfc";
 > +		reg = <0x0 0x7800 0x0 0x100>;
 > +		#address-cells = <1>;
@@ -117,7 +117,7 @@ scrambling or not (see NAND_NEED_SCRAMBLING [1]).
 > +		pinctrl-names = "default";
 > +		pinctrl-0 = <&nand_pins>;
 > +
-> +		nand at 0 {
+> +		nand@0 {
 > +			reg = <0>;
 > +			#address-cells = <1>;
 > +			#size-cells = <1>;
@@ -130,24 +130,24 @@ scrambling or not (see NAND_NEED_SCRAMBLING [1]).
 > +			meson-nand-user-mode = <2>;
 > +			meson-nand-ran-mode = <1>;
 > +
-> +			partition at 0 {
+> +			partition@0 {
 > +				label = "boot";
 > +				reg = <0x00000000 0x00200000>;
 > +				read-only;
 > +			};
-> +			partition at 200000 {
+> +			partition@200000 {
 > +				label = "env";
 > +				reg = <0x00200000 0x00400000>;
 > +			};
-> +			partition at 600000 {
+> +			partition@600000 {
 > +				label = "system";
 > +				reg = <0x00600000 0x00a00000>;
 > +			};
-> +			partition at 1000000 {
+> +			partition@1000000 {
 > +				label = "rootfs";
 > +				reg = <0x01000000 0x03000000>;
 > +			};
-> +			partition at 4000000 {
+> +			partition@4000000 {
 > +				label = "media";
 > +				reg = <0x04000000 0x8000000>;
 > +			};
diff --git a/a/content_digest b/N3/content_digest
index 08d4746..16d55ff 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,9 +1,25 @@
  "ref\020180613161314.14894-1-yixun.lan@amlogic.com\0"
  "ref\020180613161314.14894-2-yixun.lan@amlogic.com\0"
- "From\0boris.brezillon@bootlin.com (Boris Brezillon)\0"
- "Subject\0[PATCH 1/2] dt-bindings: nand: meson: add Amlogic NAND controller driver\0"
+ "From\0Boris Brezillon <boris.brezillon@bootlin.com>\0"
+ "Subject\0Re: [PATCH 1/2] dt-bindings: nand: meson: add Amlogic NAND controller driver\0"
  "Date\0Sun, 24 Jun 2018 15:57:27 +0200\0"
- "To\0linus-amlogic@lists.infradead.org\0"
+ "To\0Yixun Lan <yixun.lan@amlogic.com>\0"
+ "Cc\0linux-mtd@lists.infradead.org"
+  Liang Yang <liang.yang@amlogic.com>
+  David Woodhouse <dwmw2@infradead.org>
+  Brian Norris <computersforpeace@gmail.com>
+  Marek Vasut <marek.vasut@gmail.com>
+  Richard Weinberger <richard@nod.at>
+  Jerome Brunet <jbrunet@baylibre.com>
+  Neil Armstrong <narmstrong@baylibre.com>
+  Carlo Caione <carlo@caione.org>
+  Kevin Hilman <khilman@baylibre.com>
+  Rob Herring <robh@kernel.org>
+  Jian Hu <jian.hu@amlogic.com>
+  linux-amlogic@lists.infradead.org
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+ " devicetree@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Hi Yixun,\n"
@@ -101,13 +117,13 @@
  "> +\n"
  "> +Example demonstrate on AXG SoC:\n"
  "> +\n"
- "> +\tsd_emmc_c: mmc at 7000 {\n"
+ "> +\tsd_emmc_c: mmc@7000 {\n"
  "> +\t\tcompatible = \"simple-bus\", \"syscon\";\n"
  "> +\t\treg = <0x0 0x7000 0x0 0x800>;\n"
  "> +\t\tstatus = \"okay\";\n"
  "> +\t};\n"
  "> +\n"
- "> +\tnand: nfc at 7800 {\n"
+ "> +\tnand: nfc@7800 {\n"
  "> +\t\tcompatible = \"amlogic,meson-axg-nfc\";\n"
  "> +\t\treg = <0x0 0x7800 0x0 0x100>;\n"
  "> +\t\t#address-cells = <1>;\n"
@@ -125,7 +141,7 @@
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\t\tpinctrl-0 = <&nand_pins>;\n"
  "> +\n"
- "> +\t\tnand at 0 {\n"
+ "> +\t\tnand@0 {\n"
  "> +\t\t\treg = <0>;\n"
  "> +\t\t\t#address-cells = <1>;\n"
  "> +\t\t\t#size-cells = <1>;\n"
@@ -138,24 +154,24 @@
  "> +\t\t\tmeson-nand-user-mode = <2>;\n"
  "> +\t\t\tmeson-nand-ran-mode = <1>;\n"
  "> +\n"
- "> +\t\t\tpartition at 0 {\n"
+ "> +\t\t\tpartition@0 {\n"
  "> +\t\t\t\tlabel = \"boot\";\n"
  "> +\t\t\t\treg = <0x00000000 0x00200000>;\n"
  "> +\t\t\t\tread-only;\n"
  "> +\t\t\t};\n"
- "> +\t\t\tpartition at 200000 {\n"
+ "> +\t\t\tpartition@200000 {\n"
  "> +\t\t\t\tlabel = \"env\";\n"
  "> +\t\t\t\treg = <0x00200000 0x00400000>;\n"
  "> +\t\t\t};\n"
- "> +\t\t\tpartition at 600000 {\n"
+ "> +\t\t\tpartition@600000 {\n"
  "> +\t\t\t\tlabel = \"system\";\n"
  "> +\t\t\t\treg = <0x00600000 0x00a00000>;\n"
  "> +\t\t\t};\n"
- "> +\t\t\tpartition at 1000000 {\n"
+ "> +\t\t\tpartition@1000000 {\n"
  "> +\t\t\t\tlabel = \"rootfs\";\n"
  "> +\t\t\t\treg = <0x01000000 0x03000000>;\n"
  "> +\t\t\t};\n"
- "> +\t\t\tpartition at 4000000 {\n"
+ "> +\t\t\tpartition@4000000 {\n"
  "> +\t\t\t\tlabel = \"media\";\n"
  "> +\t\t\t\treg = <0x04000000 0x8000000>;\n"
  "> +\t\t\t};\n"
@@ -178,4 +194,4 @@
  "\n"
  Boris
 
-50697c9f65e26ced67c08afb8ed466b354bbee0129b39f959065301959cb60a1
+ee75900b70c3626122712f60422b156117f8ab5699486247e4446a05d0d2572e

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.