diff for duplicates of <87a7x3l8gr.fsf@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 0907624..67c84b2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,3 +1,4 @@ + Hi, Kunihiko Hayashi <hayashi.kunihiko@socionext.com> writes: @@ -99,18 +100,18 @@ Kunihiko Hayashi <hayashi.kunihiko@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"; ... }; @@ -119,3 +120,13 @@ glue@65b00000 { Then you know that you can let dwc3/core.c handle the PHY for you. If we need to teach dwc3/core.c about regulators, we can do that. But we don't need SoC-specific hacks ;-) + +-- +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/20180124/2d1c54b2/attachment.sig> diff --git a/a/content_digest b/N1/content_digest index 77fde06..2ac2577 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,13 @@ - "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" + "From\0balbi@kernel.org (Felipe Balbi)\0" + "Subject\0[PATCH 2/4] usb: dwc3: add dwc3 glue layer for UniPhier SoCs\0" "Date\0Wed, 24 Jan 2018 14:58:12 +0200\0" - "To\0Kunihiko Hayashi <hayashi.kunihiko@socionext.com>\0" - "Cc\0linux-usb@vger.kernel.org" - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - Masahiro Yamada <yamada.masahiro@socionext.com> - Rob Herring <robh+dt@kernel.org> - Mark Rutland <mark.rutland@arm.com> - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - 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" "Kunihiko Hayashi <hayashi.kunihiko@socionext.com> writes:\n" @@ -116,18 +109,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" "\tcompatible = \"foo\"\n" "\n" - "\tphy@bar {\n" + "\tphy at bar {\n" " \t...\n" "\t};\n" "\n" - "\tsysctrl@baz {\n" + "\tsysctrl at baz {\n" " \t...\n" "\t};\n" "\n" - "\tdwc3@foo {\n" + "\tdwc3 at foo {\n" " \tcompatible = \"snps, dwc3\";\n" " ...\n" "\t};\n" @@ -135,6 +128,16 @@ "\n" "Then you know that you can let dwc3/core.c handle the PHY for you. If we\n" "need to teach dwc3/core.c about regulators, we can do that. But we don't\n" - need SoC-specific hacks ;-) + "need SoC-specific hacks ;-)\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/20180124/2d1c54b2/attachment.sig> -bed33e8f5a48ad0bd10b5d37a9c8c0a0ae2391ea98e485278768454748975018 +667888d68afc1c1ffd213cc6d014dcb320f201b6c7219ebbc600a8064d64e8cb
diff --git a/a/1.txt b/N2/1.txt index 0907624..9fe382c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,16 +1,17 @@ + Hi, -Kunihiko Hayashi <hayashi.kunihiko@socionext.com> writes: +Kunihiko Hayashi <hayashi.kunihiko-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> writes: > Hello Felipe, > > Thank you for your comments. > -> On Tue, 23 Jan 2018 15:12:36 +0200 <balbi@kernel.org> wrote: +> On Tue, 23 Jan 2018 15:12:36 +0200 <balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote: > >> >> Hi, >> ->> Kunihiko Hayashi <hayashi.kunihiko@socionext.com> writes: +>> Kunihiko Hayashi <hayashi.kunihiko-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> writes: >> > Add a specific glue layer for UniPhier SoC platform to support >> > USB host mode. It manages hardware operating sequences to enable multiple >> > clock gates and assert resets, and to prepare to use dwc3 controller @@ -25,9 +26,9 @@ Kunihiko Hayashi <hayashi.kunihiko@socionext.com> writes: >> > >> > It supports PXs2 and LD20 SoCs. >> > ->> > Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> ->> > Signed-off-by: Motoya Tanigawa <tanigawa.motoya@socionext.com> ->> > Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org> +>> > Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> +>> > Signed-off-by: Motoya Tanigawa <tanigawa.motoya-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> +>> > Signed-off-by: Masami Hiramatsu <masami.hiramatsu-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> >> > --- >> > drivers/usb/dwc3/Kconfig | 9 + >> > drivers/usb/dwc3/Makefile | 1 + @@ -119,3 +120,6 @@ glue@65b00000 { Then you know that you can let dwc3/core.c handle the PHY for you. If we need to teach dwc3/core.c about regulators, we can do that. But we don't need SoC-specific hacks ;-) + +-- +balbi diff --git a/N2/2.bin b/N2/2.bin new file mode 100644 index 0000000..e3798eb --- /dev/null +++ b/N2/2.bin @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCgAdFiEElLzh7wn96CXwjh2IzL64meEamQYFAlpoguQACgkQzL64meEa +mQbRig//eBvVqrK+Aq+5r/T2462ZCdpPzRg6hIL5K6DWWYUHGx9k0bLLFvjiniVf +k6BViNvKbW717IyhwOeB9VplrLPlAfu8i8bKf382a6lWryO7l8xhDPfl2aTW9toz ++DABlwZgWsxyHYIfgOlv4h89WOXYAGdKAywIAc7/qH4WAF1SUxoabfxL0L9NM6YT +gP0PN1U7xUp4kCkSFkF8J6ub/cxFsxUZx7lRIdhfWe2S+ulaclktlbs1Hv5eRiGD +XyzuVGXjjZNIy4pw7G/BQcQ1JOb13r6W/7cc4D9Gl8XdDcxNLLeP7w/rZADnTLwr +7NDdg9/+SkI07oFMx/heGIQeZ3T3coYkecIq2CB+B6B2PkmgahCSH2AYYopSjyVp +2QGvxLdsSAVA1w4dgdK/De+n4mSkcMOF0DcpbyfXVixwtz1C+HrAosjeMa3iBHGr +Ja1a32MAaQgg1SG2QzSFnFSHiBiml8I7Rn5MQFrOkCQi7fv75mwma+mYxG7nQhgy +9kRMJ+4s5/7hikEjQvlIE++sdIsFFnPOV+o9q9VGOuOUvqC2r8NhYTw+w/R2TGul +Eie6kB1O+WpFZkb3kB/laAtnk113MEXnAFR8JGQmAiZQ79jlBIZ3/8BB4Al4NYkc +PEU5kWz5+SnjtmyY2cNCS/VLlVGEAE8nrPHEhLfbgDXLyXwF32c= +=ZeYo +-----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 77fde06..c3a974f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,33 +1,38 @@ - "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\020180124215228.ED43.4A936039-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org\0" + "From\0Felipe Balbi <balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH 2/4] usb: dwc3: add dwc3 glue layer for UniPhier SoCs\0" "Date\0Wed, 24 Jan 2018 14:58:12 +0200\0" - "To\0Kunihiko Hayashi <hayashi.kunihiko@socionext.com>\0" - "Cc\0linux-usb@vger.kernel.org" - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - Masahiro Yamada <yamada.masahiro@socionext.com> - Rob Herring <robh+dt@kernel.org> - Mark Rutland <mark.rutland@arm.com> - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - 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" - "\00:1\0" + "To\0Kunihiko Hayashi <hayashi.kunihiko-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>\0" + "Cc\0linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" + Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> + Masahiro Yamada <yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Jassi Brar <jaswinder.singh-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + Masami Hiramatsu <masami.hiramatsu-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + " Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>\0" + "\01:1\0" "b\0" + "\n" "Hi,\n" "\n" - "Kunihiko Hayashi <hayashi.kunihiko@socionext.com> writes:\n" + "Kunihiko Hayashi <hayashi.kunihiko-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> writes:\n" "> Hello Felipe,\n" ">\n" "> Thank you for your comments.\n" ">\n" - "> On Tue, 23 Jan 2018 15:12:36 +0200 <balbi@kernel.org> wrote:\n" + "> On Tue, 23 Jan 2018 15:12:36 +0200 <balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:\n" ">\n" ">> \n" ">> Hi,\n" ">> \n" - ">> Kunihiko Hayashi <hayashi.kunihiko@socionext.com> writes:\n" + ">> Kunihiko Hayashi <hayashi.kunihiko-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> writes:\n" ">> > Add a specific glue layer for UniPhier SoC platform to support\n" ">> > USB host mode. It manages hardware operating sequences to enable multiple\n" ">> > clock gates and assert resets, and to prepare to use dwc3 controller\n" @@ -42,9 +47,9 @@ ">> >\n" ">> > It supports PXs2 and LD20 SoCs.\n" ">> >\n" - ">> > Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>\n" - ">> > Signed-off-by: Motoya Tanigawa <tanigawa.motoya@socionext.com>\n" - ">> > Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>\n" + ">> > Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>\n" + ">> > Signed-off-by: Motoya Tanigawa <tanigawa.motoya-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org>\n" + ">> > Signed-off-by: Masami Hiramatsu <masami.hiramatsu-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" ">> > ---\n" ">> > drivers/usb/dwc3/Kconfig | 9 +\n" ">> > drivers/usb/dwc3/Makefile | 1 +\n" @@ -135,6 +140,28 @@ "\n" "Then you know that you can let dwc3/core.c handle the PHY for you. If we\n" "need to teach dwc3/core.c about regulators, we can do that. But we don't\n" - need SoC-specific hacks ;-) + "need SoC-specific hacks ;-)\n" + "\n" + "-- \n" + balbi + "\01:2\0" + "fn\0signature.asc\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "\n" + "iQIzBAEBCgAdFiEElLzh7wn96CXwjh2IzL64meEamQYFAlpoguQACgkQzL64meEa\n" + "mQbRig//eBvVqrK+Aq+5r/T2462ZCdpPzRg6hIL5K6DWWYUHGx9k0bLLFvjiniVf\n" + "k6BViNvKbW717IyhwOeB9VplrLPlAfu8i8bKf382a6lWryO7l8xhDPfl2aTW9toz\n" + "+DABlwZgWsxyHYIfgOlv4h89WOXYAGdKAywIAc7/qH4WAF1SUxoabfxL0L9NM6YT\n" + "gP0PN1U7xUp4kCkSFkF8J6ub/cxFsxUZx7lRIdhfWe2S+ulaclktlbs1Hv5eRiGD\n" + "XyzuVGXjjZNIy4pw7G/BQcQ1JOb13r6W/7cc4D9Gl8XdDcxNLLeP7w/rZADnTLwr\n" + "7NDdg9/+SkI07oFMx/heGIQeZ3T3coYkecIq2CB+B6B2PkmgahCSH2AYYopSjyVp\n" + "2QGvxLdsSAVA1w4dgdK/De+n4mSkcMOF0DcpbyfXVixwtz1C+HrAosjeMa3iBHGr\n" + "Ja1a32MAaQgg1SG2QzSFnFSHiBiml8I7Rn5MQFrOkCQi7fv75mwma+mYxG7nQhgy\n" + "9kRMJ+4s5/7hikEjQvlIE++sdIsFFnPOV+o9q9VGOuOUvqC2r8NhYTw+w/R2TGul\n" + "Eie6kB1O+WpFZkb3kB/laAtnk113MEXnAFR8JGQmAiZQ79jlBIZ3/8BB4Al4NYkc\n" + "PEU5kWz5+SnjtmyY2cNCS/VLlVGEAE8nrPHEhLfbgDXLyXwF32c=\n" + "=ZeYo\n" + -----END PGP SIGNATURE----- -bed33e8f5a48ad0bd10b5d37a9c8c0a0ae2391ea98e485278768454748975018 +de32dc671c2c29f0e4816e2bb92494198191d0a6d55f8044ecb84b55dddc606c
diff --git a/a/1.txt b/N3/1.txt index 0907624..9c9cccf 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -1,3 +1,4 @@ + Hi, Kunihiko Hayashi <hayashi.kunihiko@socionext.com> writes: @@ -119,3 +120,6 @@ glue@65b00000 { Then you know that you can let dwc3/core.c handle the PHY for you. If we need to teach dwc3/core.c about regulators, we can do that. But we don't need SoC-specific hacks ;-) + +-- +balbi diff --git a/N3/2.bin b/N3/2.bin new file mode 100644 index 0000000..e3798eb --- /dev/null +++ b/N3/2.bin @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAEBCgAdFiEElLzh7wn96CXwjh2IzL64meEamQYFAlpoguQACgkQzL64meEa +mQbRig//eBvVqrK+Aq+5r/T2462ZCdpPzRg6hIL5K6DWWYUHGx9k0bLLFvjiniVf +k6BViNvKbW717IyhwOeB9VplrLPlAfu8i8bKf382a6lWryO7l8xhDPfl2aTW9toz ++DABlwZgWsxyHYIfgOlv4h89WOXYAGdKAywIAc7/qH4WAF1SUxoabfxL0L9NM6YT +gP0PN1U7xUp4kCkSFkF8J6ub/cxFsxUZx7lRIdhfWe2S+ulaclktlbs1Hv5eRiGD +XyzuVGXjjZNIy4pw7G/BQcQ1JOb13r6W/7cc4D9Gl8XdDcxNLLeP7w/rZADnTLwr +7NDdg9/+SkI07oFMx/heGIQeZ3T3coYkecIq2CB+B6B2PkmgahCSH2AYYopSjyVp +2QGvxLdsSAVA1w4dgdK/De+n4mSkcMOF0DcpbyfXVixwtz1C+HrAosjeMa3iBHGr +Ja1a32MAaQgg1SG2QzSFnFSHiBiml8I7Rn5MQFrOkCQi7fv75mwma+mYxG7nQhgy +9kRMJ+4s5/7hikEjQvlIE++sdIsFFnPOV+o9q9VGOuOUvqC2r8NhYTw+w/R2TGul +Eie6kB1O+WpFZkb3kB/laAtnk113MEXnAFR8JGQmAiZQ79jlBIZ3/8BB4Al4NYkc +PEU5kWz5+SnjtmyY2cNCS/VLlVGEAE8nrPHEhLfbgDXLyXwF32c= +=ZeYo +-----END PGP SIGNATURE----- diff --git a/N3/2.hdr b/N3/2.hdr new file mode 100644 index 0000000..5e5352c --- /dev/null +++ b/N3/2.hdr @@ -0,0 +1 @@ +Content-Type: application/pgp-signature; name="signature.asc" diff --git a/a/content_digest b/N3/content_digest index 77fde06..f745f79 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,5 +1,8 @@ + "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" "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\0Wed, 24 Jan 2018 14:58:12 +0200\0" "To\0Kunihiko Hayashi <hayashi.kunihiko@socionext.com>\0" "Cc\0linux-usb@vger.kernel.org" @@ -13,8 +16,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" "Kunihiko Hayashi <hayashi.kunihiko@socionext.com> writes:\n" @@ -135,6 +139,28 @@ "\n" "Then you know that you can let dwc3/core.c handle the PHY for you. If we\n" "need to teach dwc3/core.c about regulators, we can do that. But we don't\n" - need SoC-specific hacks ;-) + "need SoC-specific hacks ;-)\n" + "\n" + "-- \n" + balbi + "\01:2\0" + "fn\0signature.asc\0" + "b\0" + "-----BEGIN PGP SIGNATURE-----\n" + "\n" + "iQIzBAEBCgAdFiEElLzh7wn96CXwjh2IzL64meEamQYFAlpoguQACgkQzL64meEa\n" + "mQbRig//eBvVqrK+Aq+5r/T2462ZCdpPzRg6hIL5K6DWWYUHGx9k0bLLFvjiniVf\n" + "k6BViNvKbW717IyhwOeB9VplrLPlAfu8i8bKf382a6lWryO7l8xhDPfl2aTW9toz\n" + "+DABlwZgWsxyHYIfgOlv4h89WOXYAGdKAywIAc7/qH4WAF1SUxoabfxL0L9NM6YT\n" + "gP0PN1U7xUp4kCkSFkF8J6ub/cxFsxUZx7lRIdhfWe2S+ulaclktlbs1Hv5eRiGD\n" + "XyzuVGXjjZNIy4pw7G/BQcQ1JOb13r6W/7cc4D9Gl8XdDcxNLLeP7w/rZADnTLwr\n" + "7NDdg9/+SkI07oFMx/heGIQeZ3T3coYkecIq2CB+B6B2PkmgahCSH2AYYopSjyVp\n" + "2QGvxLdsSAVA1w4dgdK/De+n4mSkcMOF0DcpbyfXVixwtz1C+HrAosjeMa3iBHGr\n" + "Ja1a32MAaQgg1SG2QzSFnFSHiBiml8I7Rn5MQFrOkCQi7fv75mwma+mYxG7nQhgy\n" + "9kRMJ+4s5/7hikEjQvlIE++sdIsFFnPOV+o9q9VGOuOUvqC2r8NhYTw+w/R2TGul\n" + "Eie6kB1O+WpFZkb3kB/laAtnk113MEXnAFR8JGQmAiZQ79jlBIZ3/8BB4Al4NYkc\n" + "PEU5kWz5+SnjtmyY2cNCS/VLlVGEAE8nrPHEhLfbgDXLyXwF32c=\n" + "=ZeYo\n" + -----END PGP SIGNATURE----- -bed33e8f5a48ad0bd10b5d37a9c8c0a0ae2391ea98e485278768454748975018 +06fb35c9d2c6400ba3645f6d67b4a866596475b885e332ad9d0fadb44335a252
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.