diff for duplicates of <1512725401-4944-3-git-send-email-sricharan@codeaurora.org> diff --git a/a/1.txt b/N1/1.txt index 38691eb..f9c3c0b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,4 @@ -From: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> +From: Stephen Boyd <sboyd@codeaurora.org> We want to reuse the logic in clk-mux.c for other clock drivers that don't use readl as register accessors. Fortunately, there @@ -8,7 +8,7 @@ been done already. Pull that logic out into reusable functions that operate on an optional table and some flags so that other drivers can use the same logic. -Signed-off-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> +Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> --- drivers/clk/clk-mux.c | 75 +++++++++++++++++++++++++++----------------- include/linux/clk-provider.h | 9 ++++-- @@ -184,8 +184,3 @@ index 7c925e6..9578411 100644 void clk_hw_unregister_mux(struct clk_hw *hw); -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation - --- -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 361f944..8e1dba5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,11 @@ "ref\01512725401-4944-1-git-send-email-sricharan@codeaurora.org\0" - "ref\01512725401-4944-1-git-send-email-sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" - "From\0Sricharan R <sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0" + "From\0sricharan@codeaurora.org (Sricharan R)\0" "Subject\0[PATCH v4 02/12] clk: mux: Split out register accessors for reuse\0" "Date\0Fri, 8 Dec 2017 14:59:51 +0530\0" - "To\0mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org" - sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" - "Cc\0sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - "From: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" + "From: Stephen Boyd <sboyd@codeaurora.org>\n" "\n" "We want to reuse the logic in clk-mux.c for other clock drivers\n" "that don't use readl as register accessors. Fortunately, there\n" @@ -24,7 +15,7 @@ "that operate on an optional table and some flags so that other\n" "drivers can use the same logic.\n" "\n" - "Signed-off-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" + "Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>\n" "---\n" " drivers/clk/clk-mux.c | 75 +++++++++++++++++++++++++++-----------------\n" " include/linux/clk-provider.h | 9 ++++--\n" @@ -199,11 +190,6 @@ " void clk_unregister_mux(struct clk *clk);\n" " void clk_hw_unregister_mux(struct clk_hw *hw);\n" "-- \n" - "QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation\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 + QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -25ba09c40b5a3f1f99e8904d148730aba1c8e761f14524025d87b1811f16886f +3a4bc1876a4bf1475f25e870b2c5eb4dc9de0719c260af19261a5363857f2c93
diff --git a/a/1.txt b/N2/1.txt index 38691eb..f9c3c0b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -From: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> +From: Stephen Boyd <sboyd@codeaurora.org> We want to reuse the logic in clk-mux.c for other clock drivers that don't use readl as register accessors. Fortunately, there @@ -8,7 +8,7 @@ been done already. Pull that logic out into reusable functions that operate on an optional table and some flags so that other drivers can use the same logic. -Signed-off-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> +Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> --- drivers/clk/clk-mux.c | 75 +++++++++++++++++++++++++++----------------- include/linux/clk-provider.h | 9 ++++-- @@ -184,8 +184,3 @@ index 7c925e6..9578411 100644 void clk_hw_unregister_mux(struct clk_hw *hw); -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation - --- -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 361f944..3a34ecc 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,19 @@ "ref\01512725401-4944-1-git-send-email-sricharan@codeaurora.org\0" - "ref\01512725401-4944-1-git-send-email-sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" - "From\0Sricharan R <sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0" + "From\0Sricharan R <sricharan@codeaurora.org>\0" "Subject\0[PATCH v4 02/12] clk: mux: Split out register accessors for reuse\0" "Date\0Fri, 8 Dec 2017 14:59:51 +0530\0" - "To\0mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org" - sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" - "Cc\0sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" + "To\0mturquette@linaro.org" + sboyd@codeaurora.org + devicetree@vger.kernel.org + linux-pm@vger.kernel.org + linux-arm-msm@vger.kernel.org + linux-kernel@vger.kernel.org + viresh.kumar@linaro.org + " linux-arm-kernel@lists.infradead.org\0" + "Cc\0sricharan@codeaurora.org\0" "\00:1\0" "b\0" - "From: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" + "From: Stephen Boyd <sboyd@codeaurora.org>\n" "\n" "We want to reuse the logic in clk-mux.c for other clock drivers\n" "that don't use readl as register accessors. Fortunately, there\n" @@ -24,7 +23,7 @@ "that operate on an optional table and some flags so that other\n" "drivers can use the same logic.\n" "\n" - "Signed-off-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" + "Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>\n" "---\n" " drivers/clk/clk-mux.c | 75 +++++++++++++++++++++++++++-----------------\n" " include/linux/clk-provider.h | 9 ++++--\n" @@ -199,11 +198,6 @@ " void clk_unregister_mux(struct clk *clk);\n" " void clk_hw_unregister_mux(struct clk_hw *hw);\n" "-- \n" - "QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation\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 + QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -25ba09c40b5a3f1f99e8904d148730aba1c8e761f14524025d87b1811f16886f +01b47ad2e7228090c5d0526129812e11f9499c1a41fd0f15db437adfd99d619d
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.