diff for duplicates of <20171210225535.8532-1-digetx@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 5c01d65..04f4e1f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,7 +1,7 @@ This fixes "utmi_phy_clk_enable: timeout waiting for phy to stabilize" error message. -Signed-off-by: Dmitry Osipenko <digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> +Signed-off-by: Dmitry Osipenko <digetx@gmail.com> --- drivers/usb/phy/phy-tegra-usb.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) @@ -37,10 +37,3 @@ index f668bfb708d3..7d5db625f800 100644 } static void utmi_phy_clk_disable(struct tegra_usb_phy *phy) --- -2.15.1 - --- -To unsubscribe from this list: send the line "unsubscribe linux-usb" 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 350d437..46d503f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,18 @@ - "From\0Dmitry Osipenko <digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Subject\0[PATCH v1] usb: phy: tegra: Increase PHY clock stabilization timeout\0" + "From\0Dmitry Osipenko <digetx@gmail.com>\0" + "Subject\0[v1] usb: phy: tegra: Increase PHY clock stabilization timeout\0" "Date\0Mon, 11 Dec 2017 01:55:35 +0300\0" - "To\0Felipe Balbi <balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" - Jonathan Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - " Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Cc\0linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Felipe Balbi <balbi@kernel.org>" + Jonathan Hunter <jonathanh@nvidia.com> + " Thierry Reding <thierry.reding@gmail.com>\0" + "Cc\0linux-usb@vger.kernel.org" + linux-tegra@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "This fixes \"utmi_phy_clk_enable: timeout waiting for phy to stabilize\"\n" "error message.\n" "\n" - "Signed-off-by: Dmitry Osipenko <digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" + "Signed-off-by: Dmitry Osipenko <digetx@gmail.com>\n" "---\n" " drivers/usb/phy/phy-tegra-usb.c | 13 ++++---------\n" " 1 file changed, 4 insertions(+), 9 deletions(-)\n" @@ -47,13 +47,6 @@ "+\treturn readl_poll_timeout(reg, tmp, (tmp & mask) == result, 1, 5000);\n" " }\n" " \n" - " static void utmi_phy_clk_disable(struct tegra_usb_phy *phy)\n" - "-- \n" - "2.15.1\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-usb\" 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 + static void utmi_phy_clk_disable(struct tegra_usb_phy *phy) -8d5d85eb8de5ba7914cc2ef6e2dfc769f128cdeaaf327c28ea7484b83e039d47 +a1bb98853fdc88644854f4c7dbdae3d3928930ab56be33fb3d426e2eb2efceef
diff --git a/a/1.txt b/N2/1.txt index 5c01d65..8d9ff30 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,7 +1,7 @@ This fixes "utmi_phy_clk_enable: timeout waiting for phy to stabilize" error message. -Signed-off-by: Dmitry Osipenko <digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> +Signed-off-by: Dmitry Osipenko <digetx@gmail.com> --- drivers/usb/phy/phy-tegra-usb.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) @@ -39,8 +39,3 @@ index f668bfb708d3..7d5db625f800 100644 static void utmi_phy_clk_disable(struct tegra_usb_phy *phy) -- 2.15.1 - --- -To unsubscribe from this list: send the line "unsubscribe linux-usb" 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 350d437..73509a3 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,18 +1,18 @@ - "From\0Dmitry Osipenko <digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "From\0Dmitry Osipenko <digetx@gmail.com>\0" "Subject\0[PATCH v1] usb: phy: tegra: Increase PHY clock stabilization timeout\0" "Date\0Mon, 11 Dec 2017 01:55:35 +0300\0" - "To\0Felipe Balbi <balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" - Jonathan Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - " Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Cc\0linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Felipe Balbi <balbi@kernel.org>" + Jonathan Hunter <jonathanh@nvidia.com> + " Thierry Reding <thierry.reding@gmail.com>\0" + "Cc\0linux-usb@vger.kernel.org" + linux-tegra@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "This fixes \"utmi_phy_clk_enable: timeout waiting for phy to stabilize\"\n" "error message.\n" "\n" - "Signed-off-by: Dmitry Osipenko <digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" + "Signed-off-by: Dmitry Osipenko <digetx@gmail.com>\n" "---\n" " drivers/usb/phy/phy-tegra-usb.c | 13 ++++---------\n" " 1 file changed, 4 insertions(+), 9 deletions(-)\n" @@ -49,11 +49,6 @@ " \n" " static void utmi_phy_clk_disable(struct tegra_usb_phy *phy)\n" "-- \n" - "2.15.1\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-usb\" 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 + 2.15.1 -8d5d85eb8de5ba7914cc2ef6e2dfc769f128cdeaaf327c28ea7484b83e039d47 +d19b8117d139289c061a3d708f2b5ace01132a3087331fa2a9891a71a0233cba
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.