All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <bba832ec-ea64-71db-385a-ab9816e7239c@linux.microsoft.com>

diff --git a/a/1.txt b/N1/1.txt
index b35bdc0..55ff801 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,7 +7,7 @@ On 6/5/2022 11:49 PM, Neal Liu wrote:
 >   			#size-cells = <1>;
 >   			ranges;
 >   
-> +			hace: crypto at 1e6d0000 {
+> +			hace: crypto@1e6d0000 {
 > +				compatible = "aspeed,ast2600-hace";
 > +				reg = <0x1e6d0000 0x200>;
 > +				interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
@@ -17,7 +17,7 @@ On 6/5/2022 11:49 PM, Neal Liu wrote:
 Shouldn't the left side be also 'crypto', see existing crypto nodes in 
 arch/arm64/dts for example.
 
-			crypto: crypto at 1e6d0000 {
+			crypto: crypto@1e6d0000 {
 				...
 
 Regards,
diff --git a/a/content_digest b/N1/content_digest
index 29d3994..8870f14 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,22 @@
  "ref\020220606064935.1458903-1-neal_liu@aspeedtech.com\0"
  "ref\020220606064935.1458903-4-neal_liu@aspeedtech.com\0"
  "From\0Dhananjay Phadke <dphadke@linux.microsoft.com>\0"
- "Subject\0[PATCH v2 3/5] ARM: dts: aspeed: Add HACE device controller node\0"
+ "Subject\0Re: [PATCH v2 3/5] ARM: dts: aspeed: Add HACE device controller node\0"
  "Date\0Mon, 6 Jun 2022 17:50:45 -0700\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Neal Liu <neal_liu@aspeedtech.com>"
+  Herbert Xu <herbert@gondor.apana.org.au>
+  David S . Miller <davem@davemloft.net>
+  Rob Herring <robh+dt@kernel.org>
+  Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
+  Joel Stanley <joel@jms.id.au>
+  Andrew Jeffery <andrew@aj.id.au>
+ " Johnny Huang <johnny_huang@aspeedtech.com>\0"
+ "Cc\0devicetree@vger.kernel.org"
+  linux-aspeed@lists.ozlabs.org
+  BMC-SW@aspeedtech.com
+  linux-kernel@vger.kernel.org
+  linux-crypto@vger.kernel.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 6/5/2022 11:49 PM, Neal Liu wrote:\n"
@@ -15,7 +28,7 @@
  ">   \t\t\t#size-cells = <1>;\n"
  ">   \t\t\tranges;\n"
  ">   \n"
- "> +\t\t\thace: crypto at 1e6d0000 {\n"
+ "> +\t\t\thace: crypto@1e6d0000 {\n"
  "> +\t\t\t\tcompatible = \"aspeed,ast2600-hace\";\n"
  "> +\t\t\t\treg = <0x1e6d0000 0x200>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -25,10 +38,10 @@
  "Shouldn't the left side be also 'crypto', see existing crypto nodes in \n"
  "arch/arm64/dts for example.\n"
  "\n"
- "\t\t\tcrypto: crypto at 1e6d0000 {\n"
+ "\t\t\tcrypto: crypto@1e6d0000 {\n"
  "\t\t\t\t...\n"
  "\n"
  "Regards,\n"
  Dhananjay
 
-99314f769cc94e8f41249e67b7335b810c214f455a4106703aee0fff15c8c3e2
+449735533a947672a34ca5d4be25975ecf40a786c21596c746430189bddd8741

diff --git a/a/1.txt b/N2/1.txt
index b35bdc0..9b06ab8 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -7,7 +7,7 @@ On 6/5/2022 11:49 PM, Neal Liu wrote:
 >   			#size-cells = <1>;
 >   			ranges;
 >   
-> +			hace: crypto at 1e6d0000 {
+> +			hace: crypto@1e6d0000 {
 > +				compatible = "aspeed,ast2600-hace";
 > +				reg = <0x1e6d0000 0x200>;
 > +				interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;
@@ -17,8 +17,13 @@ On 6/5/2022 11:49 PM, Neal Liu wrote:
 Shouldn't the left side be also 'crypto', see existing crypto nodes in 
 arch/arm64/dts for example.
 
-			crypto: crypto at 1e6d0000 {
+			crypto: crypto@1e6d0000 {
 				...
 
 Regards,
 Dhananjay
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N2/content_digest
index 29d3994..3d7b598 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,22 @@
  "ref\020220606064935.1458903-1-neal_liu@aspeedtech.com\0"
  "ref\020220606064935.1458903-4-neal_liu@aspeedtech.com\0"
  "From\0Dhananjay Phadke <dphadke@linux.microsoft.com>\0"
- "Subject\0[PATCH v2 3/5] ARM: dts: aspeed: Add HACE device controller node\0"
+ "Subject\0Re: [PATCH v2 3/5] ARM: dts: aspeed: Add HACE device controller node\0"
  "Date\0Mon, 6 Jun 2022 17:50:45 -0700\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Neal Liu <neal_liu@aspeedtech.com>"
+  Herbert Xu <herbert@gondor.apana.org.au>
+  David S . Miller <davem@davemloft.net>
+  Rob Herring <robh+dt@kernel.org>
+  Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
+  Joel Stanley <joel@jms.id.au>
+  Andrew Jeffery <andrew@aj.id.au>
+ " Johnny Huang <johnny_huang@aspeedtech.com>\0"
+ "Cc\0devicetree@vger.kernel.org"
+  linux-aspeed@lists.ozlabs.org
+  BMC-SW@aspeedtech.com
+  linux-kernel@vger.kernel.org
+  linux-crypto@vger.kernel.org
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 6/5/2022 11:49 PM, Neal Liu wrote:\n"
@@ -15,7 +28,7 @@
  ">   \t\t\t#size-cells = <1>;\n"
  ">   \t\t\tranges;\n"
  ">   \n"
- "> +\t\t\thace: crypto at 1e6d0000 {\n"
+ "> +\t\t\thace: crypto@1e6d0000 {\n"
  "> +\t\t\t\tcompatible = \"aspeed,ast2600-hace\";\n"
  "> +\t\t\t\treg = <0x1e6d0000 0x200>;\n"
  "> +\t\t\t\tinterrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -25,10 +38,15 @@
  "Shouldn't the left side be also 'crypto', see existing crypto nodes in \n"
  "arch/arm64/dts for example.\n"
  "\n"
- "\t\t\tcrypto: crypto at 1e6d0000 {\n"
+ "\t\t\tcrypto: crypto@1e6d0000 {\n"
  "\t\t\t\t...\n"
  "\n"
  "Regards,\n"
- Dhananjay
+ "Dhananjay\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-99314f769cc94e8f41249e67b7335b810c214f455a4106703aee0fff15c8c3e2
+8fe7aaaaf48662847ecd8a8d9f535a34e2c9117aa7e463a1130b54a359742db5

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.