diff for duplicates of <1972184.o3UeJg0tK9@phil> diff --git a/a/1.txt b/N1/1.txt index a6989bc..11f4c72 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,7 @@ Am Mittwoch, 7. Dezember 2016, 09:52:08 CET schrieb Brian Norris: > > Am Donnerstag, 1. Dezember 2016, 18:27:28 CET schrieb Brian Norris: > > > Add the dwc3 usb needed node information for rk3399. > > > -> > > Signed-off-by: Brian Norris <briannorris-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> +> > > Signed-off-by: Brian Norris <briannorris@chromium.org> > > > --- > > > Somewhat rewritten from Caesar's reposting (v2) of my patch. > > > @@ -33,9 +33,9 @@ Am Mittwoch, 7. Dezember 2016, 09:52:08 CET schrieb Brian Norris: > > > > > > }; > > > -> > > + usbdrd3_0: usb@fe800000 { +> > > + usbdrd3_0: usb at fe800000 { > > -> > insert location above usb@fe380000 is sorted wrong +> > insert location above usb at fe380000 is sorted wrong > > So, *how* do you think things are sorted here? Alphabetical by label? Or > by node name? Or by unit address? I guess I'm seeing you meant unit @@ -44,7 +44,7 @@ Am Mittwoch, 7. Dezember 2016, 09:52:08 CET schrieb Brian Norris: correct. Per unit-address first, nodes without address alphabetical by node- name (above nodes with addresses), never by label. -> But pcie@f8000000 is also out of order then. I guess maybe +> But pcie at f8000000 is also out of order then. I guess maybe > that's the only one then. Yep, pcie is misplaced as sadly sometimes I miss those errors as well. @@ -113,9 +113,3 @@ Heiko > > > + }; > > [...] - - --- -To unsubscribe from this list: send the line "unsubscribe devicetree" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 8075694..109e168 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,10 @@ "ref\01480645653-36943-1-git-send-email-briannorris@chromium.org\0" "ref\02947180.ggfADt6cbn@phil\0" "ref\020161207175208.GB87970@google.com\0" - "ref\020161207175208.GB87970-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org\0" - "From\0Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0" - "Subject\0Re: [PATCH 4/9] arm64: dts: rockchip: support dwc3 USB for rk3399\0" + "From\0heiko@sntech.de (Heiko Stuebner)\0" + "Subject\0[PATCH 4/9] arm64: dts: rockchip: support dwc3 USB for rk3399\0" "Date\0Wed, 07 Dec 2016 20:01:23 +0100\0" - "To\0Brian Norris <briannorris-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\0" - "Cc\0linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Caesar Wang <wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org> - Doug Anderson <dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Stephen Barber <smbarber-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - " Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Am Mittwoch, 7. Dezember 2016, 09:52:08 CET schrieb Brian Norris:\n" @@ -24,7 +14,7 @@ "> > Am Donnerstag, 1. Dezember 2016, 18:27:28 CET schrieb Brian Norris:\n" "> > > Add the dwc3 usb needed node information for rk3399.\n" "> > > \n" - "> > > Signed-off-by: Brian Norris <briannorris-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\n" + "> > > Signed-off-by: Brian Norris <briannorris@chromium.org>\n" "> > > ---\n" "> > > Somewhat rewritten from Caesar's reposting (v2) of my patch.\n" "> > > \n" @@ -52,9 +42,9 @@ "> > > \t\n" "> > > \t};\n" "> > > \n" - "> > > +\tusbdrd3_0: usb@fe800000 {\n" + "> > > +\tusbdrd3_0: usb at fe800000 {\n" "> > \n" - "> > insert location above usb@fe380000 is sorted wrong\n" + "> > insert location above usb at fe380000 is sorted wrong\n" "> \n" "> So, *how* do you think things are sorted here? Alphabetical by label? Or\n" "> by node name? Or by unit address? I guess I'm seeing you meant unit\n" @@ -63,7 +53,7 @@ "correct. Per unit-address first, nodes without address alphabetical by node-\n" "name (above nodes with addresses), never by label.\n" "\n" - "> But pcie@f8000000 is also out of order then. I guess maybe\n" + "> But pcie at f8000000 is also out of order then. I guess maybe\n" "> that's the only one then.\n" "\n" "Yep, pcie is misplaced as sadly sometimes I miss those errors as well.\n" @@ -131,12 +121,6 @@ "> > > +\t\t};\n" "> > > +\t};\n" "> \n" - "> [...]\n" - "\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + > [...] -e3a5698ed8e02a659291725a0102bfa98807f2fcdf82541d758fe0b54bb7ab06 +012781e8a0a99275fe06a3366da5d27a0d59afbc9e8cd1a578c68e3b634c4cf8
diff --git a/a/1.txt b/N2/1.txt index a6989bc..9c40e39 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,7 +5,7 @@ Am Mittwoch, 7. Dezember 2016, 09:52:08 CET schrieb Brian Norris: > > Am Donnerstag, 1. Dezember 2016, 18:27:28 CET schrieb Brian Norris: > > > Add the dwc3 usb needed node information for rk3399. > > > -> > > Signed-off-by: Brian Norris <briannorris-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> +> > > Signed-off-by: Brian Norris <briannorris@chromium.org> > > > --- > > > Somewhat rewritten from Caesar's reposting (v2) of my patch. > > > @@ -113,9 +113,3 @@ Heiko > > > + }; > > [...] - - --- -To unsubscribe from this list: send the line "unsubscribe devicetree" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 8075694..d6b71b4 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,19 @@ "ref\01480645653-36943-1-git-send-email-briannorris@chromium.org\0" "ref\02947180.ggfADt6cbn@phil\0" "ref\020161207175208.GB87970@google.com\0" - "ref\020161207175208.GB87970-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org\0" - "From\0Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>\0" + "From\0Heiko Stuebner <heiko@sntech.de>\0" "Subject\0Re: [PATCH 4/9] arm64: dts: rockchip: support dwc3 USB for rk3399\0" "Date\0Wed, 07 Dec 2016 20:01:23 +0100\0" - "To\0Brian Norris <briannorris-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\0" - "Cc\0linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Caesar Wang <wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org> - Doug Anderson <dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Stephen Barber <smbarber-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - " Chris Zhong <zyw-TNX95d0MmH7DzftRWevZcw@public.gmane.org>\0" + "To\0Brian Norris <briannorris@chromium.org>\0" + "Cc\0linux-rockchip@lists.infradead.org" + linux-kernel@vger.kernel.org + Caesar Wang <wxt@rock-chips.com> + Doug Anderson <dianders@chromium.org> + devicetree@vger.kernel.org + Rob Herring <robh+dt@kernel.org> + Stephen Barber <smbarber@chromium.org> + linux-arm-kernel@lists.infradead.org + " Chris Zhong <zyw@rock-chips.com>\0" "\00:1\0" "b\0" "Am Mittwoch, 7. Dezember 2016, 09:52:08 CET schrieb Brian Norris:\n" @@ -24,7 +23,7 @@ "> > Am Donnerstag, 1. Dezember 2016, 18:27:28 CET schrieb Brian Norris:\n" "> > > Add the dwc3 usb needed node information for rk3399.\n" "> > > \n" - "> > > Signed-off-by: Brian Norris <briannorris-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>\n" + "> > > Signed-off-by: Brian Norris <briannorris@chromium.org>\n" "> > > ---\n" "> > > Somewhat rewritten from Caesar's reposting (v2) of my patch.\n" "> > > \n" @@ -131,12 +130,6 @@ "> > > +\t\t};\n" "> > > +\t};\n" "> \n" - "> [...]\n" - "\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + > [...] -e3a5698ed8e02a659291725a0102bfa98807f2fcdf82541d758fe0b54bb7ab06 +c80dce8a4090ffd18393bfeb6cab93dec9f0bf2644898594fcb34075f6fd30fc
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.