diff for duplicates of <6718031.Ukr0mjLQLl@phil> diff --git a/a/1.txt b/N1/1.txt index 7af8bd9..134f9fe 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,27 +1,26 @@ -Am Donnerstag, 30. M=E4rz 2017, 14:44:17 CEST schrieb Maxime Ripard: +Am Donnerstag, 30. März 2017, 14:44:17 CEST schrieb Maxime Ripard: > On Tue, Mar 28, 2017 at 06:06:52PM +0800, Elaine Zhang wrote: > > Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> > > --- > > drivers/clk/rockchip/clk-rk3228.c | 30 +++++++++++++++++++++++++++++- > > 1 file changed, 29 insertions(+), 1 deletion(-) -> >=20 -> > diff --git a/drivers/clk/rockchip/clk-rk3228.c b/drivers/clk/rockchip/c= -lk-rk3228.c +> > +> > diff --git a/drivers/clk/rockchip/clk-rk3228.c b/drivers/clk/rockchip/clk-rk3228.c > > index db6e5a9e6de6..4d3203f887e2 100644 > > --- a/drivers/clk/rockchip/clk-rk3228.c > > +++ b/drivers/clk/rockchip/clk-rk3228.c > > @@ -445,7 +445,7 @@ enum rk3228_plls { > > RK2928_CLKGATE_CON(2), 12, GFLAGS, > > &rk3228_spdif_fracmux), -> > =20 +> > > > - GATE(0, "jtag", "ext_jtag", 0, > > + GATE(0, "jtag", "ext_jtag", CLK_IGNORE_UNUSED, ->=20 +> > CLK_IGNORE_UNUSED only prevents a given clock from being gated at > late_initcall time, but will not prevent it from being gated later in > the life of the system, for example if a reparenting occurs, or if all > the clocks sharing the same clock tree become disabled. ->=20 +> > If your clock really should never ever be gated in order for Linux to > operate properly, you should use CLK_IS_CRITICAL. diff --git a/a/content_digest b/N1/content_digest index 0a4da7d..d70e662 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -17,34 +17,33 @@ " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - "Am Donnerstag, 30. M=E4rz 2017, 14:44:17 CEST schrieb Maxime Ripard:\n" + "Am Donnerstag, 30. M\303\244rz 2017, 14:44:17 CEST schrieb Maxime Ripard:\n" "> On Tue, Mar 28, 2017 at 06:06:52PM +0800, Elaine Zhang wrote:\n" "> > Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>\n" "> > ---\n" "> > drivers/clk/rockchip/clk-rk3228.c | 30 +++++++++++++++++++++++++++++-\n" "> > 1 file changed, 29 insertions(+), 1 deletion(-)\n" - "> >=20\n" - "> > diff --git a/drivers/clk/rockchip/clk-rk3228.c b/drivers/clk/rockchip/c=\n" - "lk-rk3228.c\n" + "> > \n" + "> > diff --git a/drivers/clk/rockchip/clk-rk3228.c b/drivers/clk/rockchip/clk-rk3228.c\n" "> > index db6e5a9e6de6..4d3203f887e2 100644\n" "> > --- a/drivers/clk/rockchip/clk-rk3228.c\n" "> > +++ b/drivers/clk/rockchip/clk-rk3228.c\n" "> > @@ -445,7 +445,7 @@ enum rk3228_plls {\n" "> > \t\t\tRK2928_CLKGATE_CON(2), 12, GFLAGS,\n" "> > \t\t\t&rk3228_spdif_fracmux),\n" - "> > =20\n" + "> > \n" "> > -\tGATE(0, \"jtag\", \"ext_jtag\", 0,\n" "> > +\tGATE(0, \"jtag\", \"ext_jtag\", CLK_IGNORE_UNUSED,\n" - ">=20\n" + "> \n" "> CLK_IGNORE_UNUSED only prevents a given clock from being gated at\n" "> late_initcall time, but will not prevent it from being gated later in\n" "> the life of the system, for example if a reparenting occurs, or if all\n" "> the clocks sharing the same clock tree become disabled.\n" - ">=20\n" + "> \n" "> If your clock really should never ever be gated in order for Linux to\n" "> operate properly, you should use CLK_IS_CRITICAL.\n" "\n" "in the scope of the jtag clock, that is actually ok. As it only gates\n" some clock supplied from an external source (ext_jtag). -d09013ab1a66bcc4868b9532df11be59aa136a5a074e34b89856344d73917df4 +5bb0f086a92fbbc121b3501c8aad82812d6d168b8da49d4788a98cda9b2704e3
diff --git a/a/1.txt b/N2/1.txt index 7af8bd9..064bcb9 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,27 +1,26 @@ -Am Donnerstag, 30. M=E4rz 2017, 14:44:17 CEST schrieb Maxime Ripard: +Am Donnerstag, 30. M?rz 2017, 14:44:17 CEST schrieb Maxime Ripard: > On Tue, Mar 28, 2017 at 06:06:52PM +0800, Elaine Zhang wrote: > > Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> > > --- > > drivers/clk/rockchip/clk-rk3228.c | 30 +++++++++++++++++++++++++++++- > > 1 file changed, 29 insertions(+), 1 deletion(-) -> >=20 -> > diff --git a/drivers/clk/rockchip/clk-rk3228.c b/drivers/clk/rockchip/c= -lk-rk3228.c +> > +> > diff --git a/drivers/clk/rockchip/clk-rk3228.c b/drivers/clk/rockchip/clk-rk3228.c > > index db6e5a9e6de6..4d3203f887e2 100644 > > --- a/drivers/clk/rockchip/clk-rk3228.c > > +++ b/drivers/clk/rockchip/clk-rk3228.c > > @@ -445,7 +445,7 @@ enum rk3228_plls { > > RK2928_CLKGATE_CON(2), 12, GFLAGS, > > &rk3228_spdif_fracmux), -> > =20 +> > > > - GATE(0, "jtag", "ext_jtag", 0, > > + GATE(0, "jtag", "ext_jtag", CLK_IGNORE_UNUSED, ->=20 +> > CLK_IGNORE_UNUSED only prevents a given clock from being gated at > late_initcall time, but will not prevent it from being gated later in > the life of the system, for example if a reparenting occurs, or if all > the clocks sharing the same clock tree become disabled. ->=20 +> > If your clock really should never ever be gated in order for Linux to > operate properly, you should use CLK_IS_CRITICAL. diff --git a/a/content_digest b/N2/content_digest index 0a4da7d..84a7caa 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,50 +1,39 @@ "ref\01490695614-3220-1-git-send-email-zhangqing@rock-chips.com\0" "ref\01490695614-3220-3-git-send-email-zhangqing@rock-chips.com\0" "ref\020170330124417.73ucpdkoonuiyhxz@lukather\0" - "From\0Heiko Stuebner <heiko@sntech.de>\0" - "Subject\0Re: [PATCH v2 2/4] clk: rockchip: rk3228: make noc and some special clk as critical_clocks\0" + "From\0heiko@sntech.de (Heiko Stuebner)\0" + "Subject\0[PATCH v2 2/4] clk: rockchip: rk3228: make noc and some special clk as critical_clocks\0" "Date\0Thu, 30 Mar 2017 15:10:24 +0200\0" - "To\0Maxime Ripard <maxime.ripard@free-electrons.com>\0" - "Cc\0Elaine Zhang <zhangqing@rock-chips.com>" - xf@rock-chips.com - huangtao@rock-chips.com - mturquette@baylibre.com - sboyd@codeaurora.org - linux-kernel@vger.kernel.org - linux-clk@vger.kernel.org - linux-rockchip@lists.infradead.org - xxx@rock-chips.com - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - "Am Donnerstag, 30. M=E4rz 2017, 14:44:17 CEST schrieb Maxime Ripard:\n" + "Am Donnerstag, 30. M?rz 2017, 14:44:17 CEST schrieb Maxime Ripard:\n" "> On Tue, Mar 28, 2017 at 06:06:52PM +0800, Elaine Zhang wrote:\n" "> > Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>\n" "> > ---\n" "> > drivers/clk/rockchip/clk-rk3228.c | 30 +++++++++++++++++++++++++++++-\n" "> > 1 file changed, 29 insertions(+), 1 deletion(-)\n" - "> >=20\n" - "> > diff --git a/drivers/clk/rockchip/clk-rk3228.c b/drivers/clk/rockchip/c=\n" - "lk-rk3228.c\n" + "> > \n" + "> > diff --git a/drivers/clk/rockchip/clk-rk3228.c b/drivers/clk/rockchip/clk-rk3228.c\n" "> > index db6e5a9e6de6..4d3203f887e2 100644\n" "> > --- a/drivers/clk/rockchip/clk-rk3228.c\n" "> > +++ b/drivers/clk/rockchip/clk-rk3228.c\n" "> > @@ -445,7 +445,7 @@ enum rk3228_plls {\n" "> > \t\t\tRK2928_CLKGATE_CON(2), 12, GFLAGS,\n" "> > \t\t\t&rk3228_spdif_fracmux),\n" - "> > =20\n" + "> > \n" "> > -\tGATE(0, \"jtag\", \"ext_jtag\", 0,\n" "> > +\tGATE(0, \"jtag\", \"ext_jtag\", CLK_IGNORE_UNUSED,\n" - ">=20\n" + "> \n" "> CLK_IGNORE_UNUSED only prevents a given clock from being gated at\n" "> late_initcall time, but will not prevent it from being gated later in\n" "> the life of the system, for example if a reparenting occurs, or if all\n" "> the clocks sharing the same clock tree become disabled.\n" - ">=20\n" + "> \n" "> If your clock really should never ever be gated in order for Linux to\n" "> operate properly, you should use CLK_IS_CRITICAL.\n" "\n" "in the scope of the jtag clock, that is actually ok. As it only gates\n" some clock supplied from an external source (ext_jtag). -d09013ab1a66bcc4868b9532df11be59aa136a5a074e34b89856344d73917df4 +db2d748950e3296c77d3e0650a79517329ce73793add5f371f6cf27acbaebe86
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.