All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <531DD493.3030306@monstr.eu>

diff --git a/a/1.txt b/N1/1.txt
index 562e38e..37aace0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -71,7 +71,7 @@ On 03/10/2014 03:57 PM, Marc Kleine-Budde wrote:
 >> +Example:
 >> +
 >> +For Zynq CANPS Dts file:
->> +	zynq_can_0: zynq-can@e0008000 {
+>> +	zynq_can_0: zynq-can at e0008000 {
 >> +			compatible = "xlnx,zynq-can-1.00.a";
 >> +			clocks = <&clkc 19>, <&clkc 36>;
 >> +			clock-names = "ref_clk", "aper_clk";
@@ -82,7 +82,7 @@ On 03/10/2014 03:57 PM, Marc Kleine-Budde wrote:
 >> +			rx-fifo-depth = <0x40>;
 >> +		};
 >> +For Axi CAN Dts file:
->> +	axi_can_0: axi-can@40000000 {
+>> +	axi_can_0: axi-can at 40000000 {
 >> +			compatible = "xlnx,axi-can-1.00.a";
 >> +			clocks = <&clkc 0>;
 >> +			clock-names = "ref_clk" ;
@@ -119,3 +119,12 @@ w: www.monstr.eu p: +42-0-721842854
 Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
 Maintainer of Linux kernel - Xilinx Zynq ARM architecture
 Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
+
+
+-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: signature.asc
+Type: application/pgp-signature
+Size: 263 bytes
+Desc: OpenPGP digital signature
+URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140310/2a67d6cf/attachment.sig>
diff --git a/a/2.bin b/a/2.bin
deleted file mode 100644
index fd3e549..0000000
--- a/a/2.bin
+++ /dev/null
@@ -1,8 +0,0 @@
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.10 (GNU/Linux)
-Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
-
-iEYEARECAAYFAlMd1JQACgkQykllyylKDCEt9gCfUBv4Gadu/W/Y8D3k3145gW7H
-kKYAoI7QyXZKjK9hbvwovkpq3EyWYr0a
-=vpLT
------END PGP SIGNATURE-----
diff --git a/a/2.hdr b/a/2.hdr
deleted file mode 100644
index a198b95..0000000
--- a/a/2.hdr
+++ /dev/null
@@ -1,3 +0,0 @@
-Content-Type: application/pgp-signature; name="signature.asc"
-Content-Description: OpenPGP digital signature
-Content-Disposition: attachment; filename="signature.asc"
diff --git a/a/content_digest b/N1/content_digest
index 4a29978..8e7c07a 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,10 @@
  "ref\05254bfec-c6fd-4681-a34d-706d51e60fbb@VA3EHSMHS004.ehs.local\0"
  "ref\0531DD2C4.5060109@pengutronix.de\0"
- "From\0Michal Simek <monstr@monstr.eu>\0"
- "Subject\0Re: [PATCH v5] can: xilinx CAN controller support.\0"
+ "From\0monstr@monstr.eu (Michal Simek)\0"
+ "Subject\0[PATCH v5] can: xilinx CAN controller support.\0"
  "Date\0Mon, 10 Mar 2014 16:04:51 +0100\0"
- "To\0Marc Kleine-Budde <mkl@pengutronix.de>\0"
- "Cc\0Kedareswara rao Appana <appana.durga.rao@xilinx.com>"
-  wg@grandegger.com
-  michal.simek@xilinx.com
-  grant.likely@linaro.org
-  robh+dt@kernel.org
-  linux-can@vger.kernel.org
-  netdev@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
-  devicetree@vger.kernel.org
- " Kedareswara rao Appana <appanad@xilinx.com>\0"
- "\01:1\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
+ "\00:1\0"
  "b\0"
  "Hi Marc,\n"
  "\n"
@@ -90,7 +79,7 @@
  ">> +Example:\n"
  ">> +\n"
  ">> +For Zynq CANPS Dts file:\n"
- ">> +\tzynq_can_0: zynq-can@e0008000 {\n"
+ ">> +\tzynq_can_0: zynq-can at e0008000 {\n"
  ">> +\t\t\tcompatible = \"xlnx,zynq-can-1.00.a\";\n"
  ">> +\t\t\tclocks = <&clkc 19>, <&clkc 36>;\n"
  ">> +\t\t\tclock-names = \"ref_clk\", \"aper_clk\";\n"
@@ -101,7 +90,7 @@
  ">> +\t\t\trx-fifo-depth = <0x40>;\n"
  ">> +\t\t};\n"
  ">> +For Axi CAN Dts file:\n"
- ">> +\taxi_can_0: axi-can@40000000 {\n"
+ ">> +\taxi_can_0: axi-can at 40000000 {\n"
  ">> +\t\t\tcompatible = \"xlnx,axi-can-1.00.a\";\n"
  ">> +\t\t\tclocks = <&clkc 0>;\n"
  ">> +\t\t\tclock-names = \"ref_clk\" ;\n"
@@ -137,18 +126,15 @@
  "w: www.monstr.eu p: +42-0-721842854\n"
  "Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/\n"
  "Maintainer of Linux kernel - Xilinx Zynq ARM architecture\n"
- Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
- "\01:2\0"
- "fn\0signature.asc\0"
- "d\0OpenPGP digital signature\0"
- "b\0"
- "-----BEGIN PGP SIGNATURE-----\n"
- "Version: GnuPG v1.4.10 (GNU/Linux)\n"
- "Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/\n"
+ "Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform\n"
+ "\n"
  "\n"
- "iEYEARECAAYFAlMd1JQACgkQykllyylKDCEt9gCfUBv4Gadu/W/Y8D3k3145gW7H\n"
- "kKYAoI7QyXZKjK9hbvwovkpq3EyWYr0a\n"
- "=vpLT\n"
- "-----END PGP SIGNATURE-----\n"
+ "-------------- next part --------------\n"
+ "A non-text attachment was scrubbed...\n"
+ "Name: signature.asc\n"
+ "Type: application/pgp-signature\n"
+ "Size: 263 bytes\n"
+ "Desc: OpenPGP digital signature\n"
+ URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140310/2a67d6cf/attachment.sig>
 
-8e273e04b27f1cbb3449d6af1bfb51555739a25fffad2f43e06b911ec196f94b
+21e6eebdfa810250e3b3602c5fc2bad37a5bc9e8b4298f403a6835ccf68d51f4

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.