All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87y3j1aabp.fsf@linux.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index a4ba39c..4a30bdd 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,3 +1,4 @@
+
 Hi,
 
 Masahiro Yamada <yamada.masahiro@socionext.com> writes:
@@ -27,18 +28,18 @@ Masahiro Yamada <yamada.masahiro@socionext.com> writes:
 >> Just split your address space and treat your glue as a device with
 >> several children:
 >>
->> glue@65b00000 {
+>> glue at 65b00000 {
 >>         compatible = "foo"
 >>
->>         phy@bar {
+>>         phy at bar {
 >>                 ...
 >>         };
 >>
->>         sysctrl@baz {
+>>         sysctrl at baz {
 >>                 ...
 >>         };
 >>
->>         dwc3@foo {
+>>         dwc3 at foo {
 >>                 compatible = "snps, dwc3";
 >>                 ...
 >>         };
@@ -77,11 +78,11 @@ We can do that for the simpler platforms, no worries.
 >
 > If we do that,
 >
-> usb@7600000 {
+> usb at 7600000 {
 >         compatible = "qcom,dwc3";
 >         clocks = ...;
 >
->         dwc3@7600000 {
+>         dwc3 at 7600000 {
 >                 compatible = "snps,dwc3";
 >                 reg = ...;
 >                 interrupts = ...;
@@ -93,7 +94,7 @@ We can do that for the simpler platforms, no worries.
 > will be turned into
 >
 >
-> dwc3@7600000 {
+> dwc3 at 7600000 {
 >         compatible = "qcom,dwc3", "snps,dwc3";
 >         reg = ...;
 >         clocks = ...;
@@ -117,3 +118,13 @@ the option for peculiar clock tree setups available.
 
 If your platform is simple enough that you can get away without a glue
 layer, sure thing. More power for you :-)
+
+-- 
+balbi
+-------------- next part --------------
+A non-text attachment was scrubbed...
+Name: signature.asc
+Type: application/pgp-signature
+Size: 832 bytes
+Desc: not available
+URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180309/ad3034ea/attachment-0001.sig>
diff --git a/a/content_digest b/N1/content_digest
index 23121ed..318adda 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,20 +1,15 @@
- "From\0Felipe Balbi <balbi@kernel.org>\0"
- "Subject\0[2/4] usb: dwc3: add dwc3 glue layer for UniPhier SoCs\0"
+ "ref\01516712454-2915-3-git-send-email-hayashi.kunihiko@socionext.com\0"
+ "ref\087o9lklnwb.fsf@linux.intel.com\0"
+ "ref\020180124215228.ED43.4A936039@socionext.com\0"
+ "ref\087a7x3l8gr.fsf@linux.intel.com\0"
+ "ref\0CAK7LNARE0YT8HQ-shz=Kg9eaB0pZzaefoqMe-ZnE=eqSQWFp-w@mail.gmail.com\0"
+ "From\0balbi@kernel.org (Felipe Balbi)\0"
+ "Subject\0[PATCH 2/4] usb: dwc3: add dwc3 glue layer for UniPhier SoCs\0"
  "Date\0Fri, 09 Mar 2018 11:04:58 +0200\0"
- "To\0Masahiro Yamada <yamada.masahiro@socionext.com>\0"
- "Cc\0Kunihiko Hayashi <hayashi.kunihiko@socionext.com>"
-  linux-usb@vger.kernel.org
-  Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-  Rob Herring <robh+dt@kernel.org>
-  Mark Rutland <mark.rutland@arm.com>
-  devicetree@vger.kernel.org
-  linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
-  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
-  Jassi Brar <jaswinder.singh@linaro.org>
-  Masami Hiramatsu <masami.hiramatsu@linaro.org>
- " Kishon Vijay Abraham I <kishon@ti.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
+ "\n"
  "Hi,\n"
  "\n"
  "Masahiro Yamada <yamada.masahiro@socionext.com> writes:\n"
@@ -44,18 +39,18 @@
  ">> Just split your address space and treat your glue as a device with\n"
  ">> several children:\n"
  ">>\n"
- ">> glue@65b00000 {\n"
+ ">> glue at 65b00000 {\n"
  ">>         compatible = \"foo\"\n"
  ">>\n"
- ">>         phy@bar {\n"
+ ">>         phy at bar {\n"
  ">>                 ...\n"
  ">>         };\n"
  ">>\n"
- ">>         sysctrl@baz {\n"
+ ">>         sysctrl at baz {\n"
  ">>                 ...\n"
  ">>         };\n"
  ">>\n"
- ">>         dwc3@foo {\n"
+ ">>         dwc3 at foo {\n"
  ">>                 compatible = \"snps, dwc3\";\n"
  ">>                 ...\n"
  ">>         };\n"
@@ -94,11 +89,11 @@
  ">\n"
  "> If we do that,\n"
  ">\n"
- "> usb@7600000 {\n"
+ "> usb at 7600000 {\n"
  ">         compatible = \"qcom,dwc3\";\n"
  ">         clocks = ...;\n"
  ">\n"
- ">         dwc3@7600000 {\n"
+ ">         dwc3 at 7600000 {\n"
  ">                 compatible = \"snps,dwc3\";\n"
  ">                 reg = ...;\n"
  ">                 interrupts = ...;\n"
@@ -110,7 +105,7 @@
  "> will be turned into\n"
  ">\n"
  ">\n"
- "> dwc3@7600000 {\n"
+ "> dwc3 at 7600000 {\n"
  ">         compatible = \"qcom,dwc3\", \"snps,dwc3\";\n"
  ">         reg = ...;\n"
  ">         clocks = ...;\n"
@@ -133,6 +128,16 @@
  "the option for peculiar clock tree setups available.\n"
  "\n"
  "If your platform is simple enough that you can get away without a glue\n"
- layer, sure thing. More power for you :-)
+ "layer, sure thing. More power for you :-)\n"
+ "\n"
+ "-- \n"
+ "balbi\n"
+ "-------------- next part --------------\n"
+ "A non-text attachment was scrubbed...\n"
+ "Name: signature.asc\n"
+ "Type: application/pgp-signature\n"
+ "Size: 832 bytes\n"
+ "Desc: not available\n"
+ URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180309/ad3034ea/attachment-0001.sig>
 
-3d1b6192dbc41651d34cd8f04086f142fac65cce6fc2abcb8e4407c9ab03066a
+7c28e6836ad962cf337a906509e4e5fc5ecd5032756001ed69869b662697ef28

diff --git a/a/1.txt b/N2/1.txt
index a4ba39c..bc40c20 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,3 +1,4 @@
+
 Hi,
 
 Masahiro Yamada <yamada.masahiro@socionext.com> writes:
@@ -117,3 +118,6 @@ the option for peculiar clock tree setups available.
 
 If your platform is simple enough that you can get away without a glue
 layer, sure thing. More power for you :-)
+
+-- 
+balbi
diff --git a/N2/2.bin b/N2/2.bin
new file mode 100644
index 0000000..b623580
--- /dev/null
+++ b/N2/2.bin
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAEBCgAdFiEElLzh7wn96CXwjh2IzL64meEamQYFAlqiTjoACgkQzL64meEa
+mQYPCA/+P7rcXMx5aWldt2WPSal5A+KgDrwM7Bmw35toDIEgnMGzSHyuxVMEofIU
+tNiCKsZtmbk8X5NtZbXpjKHkKkCQp1fflFL0m4Lo901NJTB1oDTz5JdhlF8Bqjl4
+ok7i6Ir7qG/hIgMqeR99EsXW+78VNN5AM96HNYRxZ9ZIQx4Fs+55Z6Q3U/z1UbMh
+ACQoXr9M+Bsk/bN9YMhoRJbyz4BMzm1UPFXutPsqgaMjXXJHCiiXDaQ1shn/ZDUd
+Z91KIF+KQCEB1RuSh/euU4x/JroeyJw39egeDXfGZjbGZAYnIJuwLEo7J9TJGQc2
+Vzs0c4QYYOZZaGBdgNfX1Fp3Tu6qQb2CDhQLkRwACkD0ro2mlYHxM8zqy1c0jdVO
+ocW62XBWgPAXoGTtcr8G1f3QP/4Cmc5fKOeukAQ60nJ11NPzAZ9h0o0IEwlGllrp
+T/SDeGox+SdQ83tIhZ8fKwWJ+/N9uAQYbdffCzouL/nE5VIcpoG9x1LMspzVW7PM
+3QdZGTs2ToQO5OpDTLlhwkZJwDrInLst8OWra1LpigIY0P06bLgG1Iakuta3BD+q
+bNKSa4/tGbdKcYQR0Z91p2QnLoGWjrymrZNWM5tecGlna7cbazhy3QgOvFckYSBE
+9Y6IlyMOXvpq8J+2l9dF2+vFxl6h+4gPjlC2hCuOj6ccPb484KM=
+=kNAK
+-----END PGP SIGNATURE-----
diff --git a/N2/2.hdr b/N2/2.hdr
new file mode 100644
index 0000000..5e5352c
--- /dev/null
+++ b/N2/2.hdr
@@ -0,0 +1 @@
+Content-Type: application/pgp-signature; name="signature.asc"
diff --git a/a/content_digest b/N2/content_digest
index 23121ed..84767f4 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,5 +1,10 @@
+ "ref\01516712454-2915-3-git-send-email-hayashi.kunihiko@socionext.com\0"
+ "ref\087o9lklnwb.fsf@linux.intel.com\0"
+ "ref\020180124215228.ED43.4A936039@socionext.com\0"
+ "ref\087a7x3l8gr.fsf@linux.intel.com\0"
+ "ref\0CAK7LNARE0YT8HQ-shz=Kg9eaB0pZzaefoqMe-ZnE=eqSQWFp-w@mail.gmail.com\0"
  "From\0Felipe Balbi <balbi@kernel.org>\0"
- "Subject\0[2/4] usb: dwc3: add dwc3 glue layer for UniPhier SoCs\0"
+ "Subject\0Re: [PATCH 2/4] usb: dwc3: add dwc3 glue layer for UniPhier SoCs\0"
  "Date\0Fri, 09 Mar 2018 11:04:58 +0200\0"
  "To\0Masahiro Yamada <yamada.masahiro@socionext.com>\0"
  "Cc\0Kunihiko Hayashi <hayashi.kunihiko@socionext.com>"
@@ -13,8 +18,9 @@
   Jassi Brar <jaswinder.singh@linaro.org>
   Masami Hiramatsu <masami.hiramatsu@linaro.org>
  " Kishon Vijay Abraham I <kishon@ti.com>\0"
- "\00:1\0"
+ "\01:1\0"
  "b\0"
+ "\n"
  "Hi,\n"
  "\n"
  "Masahiro Yamada <yamada.masahiro@socionext.com> writes:\n"
@@ -133,6 +139,28 @@
  "the option for peculiar clock tree setups available.\n"
  "\n"
  "If your platform is simple enough that you can get away without a glue\n"
- layer, sure thing. More power for you :-)
+ "layer, sure thing. More power for you :-)\n"
+ "\n"
+ "-- \n"
+ balbi
+ "\01:2\0"
+ "fn\0signature.asc\0"
+ "b\0"
+ "-----BEGIN PGP SIGNATURE-----\n"
+ "\n"
+ "iQIzBAEBCgAdFiEElLzh7wn96CXwjh2IzL64meEamQYFAlqiTjoACgkQzL64meEa\n"
+ "mQYPCA/+P7rcXMx5aWldt2WPSal5A+KgDrwM7Bmw35toDIEgnMGzSHyuxVMEofIU\n"
+ "tNiCKsZtmbk8X5NtZbXpjKHkKkCQp1fflFL0m4Lo901NJTB1oDTz5JdhlF8Bqjl4\n"
+ "ok7i6Ir7qG/hIgMqeR99EsXW+78VNN5AM96HNYRxZ9ZIQx4Fs+55Z6Q3U/z1UbMh\n"
+ "ACQoXr9M+Bsk/bN9YMhoRJbyz4BMzm1UPFXutPsqgaMjXXJHCiiXDaQ1shn/ZDUd\n"
+ "Z91KIF+KQCEB1RuSh/euU4x/JroeyJw39egeDXfGZjbGZAYnIJuwLEo7J9TJGQc2\n"
+ "Vzs0c4QYYOZZaGBdgNfX1Fp3Tu6qQb2CDhQLkRwACkD0ro2mlYHxM8zqy1c0jdVO\n"
+ "ocW62XBWgPAXoGTtcr8G1f3QP/4Cmc5fKOeukAQ60nJ11NPzAZ9h0o0IEwlGllrp\n"
+ "T/SDeGox+SdQ83tIhZ8fKwWJ+/N9uAQYbdffCzouL/nE5VIcpoG9x1LMspzVW7PM\n"
+ "3QdZGTs2ToQO5OpDTLlhwkZJwDrInLst8OWra1LpigIY0P06bLgG1Iakuta3BD+q\n"
+ "bNKSa4/tGbdKcYQR0Z91p2QnLoGWjrymrZNWM5tecGlna7cbazhy3QgOvFckYSBE\n"
+ "9Y6IlyMOXvpq8J+2l9dF2+vFxl6h+4gPjlC2hCuOj6ccPb484KM=\n"
+ "=kNAK\n"
+ -----END PGP SIGNATURE-----
 
-3d1b6192dbc41651d34cd8f04086f142fac65cce6fc2abcb8e4407c9ab03066a
+d8c1f1b7940e22d6efbad1ab5f1e20279bbabe582ec4471426821baaf1c6ca4d

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.