diff for duplicates of <a7632b61-a3de-e4c5-032d-e91fbb7b5f4e@ti.com> diff --git a/a/1.txt b/N1/1.txt index 51684cb..2e7db6b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,11 +1,10 @@ -=EF=BB=BF -Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Bu= -siness ID: 0615521-4. Kotipaikka/Domicile: Helsinki + +Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 22/08/17 16:11, Bhumika Goyal wrote: > Make these const as they are only stored in the const field of a > clk_init_data structure. ->=20 +> > Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Looks fine. @@ -17,7 +16,7 @@ Acked-by: Tero Kristo <t-kristo@ti.com> > drivers/clk/ti/apll.c | 2 +- > drivers/clk/ti/fapll.c | 4 ++-- > 3 files changed, 4 insertions(+), 4 deletions(-) ->=20 +> > diff --git a/drivers/clk/ti/adpll.c b/drivers/clk/ti/adpll.c > index 255cafb..d5c6db4 100644 > --- a/drivers/clk/ti/adpll.c @@ -25,12 +24,12 @@ Acked-by: Tero Kristo <t-kristo@ti.com> > @@ -486,7 +486,7 @@ static u8 ti_adpll_get_parent(struct clk_hw *hw) > return 0; > } -> =20 -> -static struct clk_ops ti_adpll_ops =3D { -> +static const struct clk_ops ti_adpll_ops =3D { -> .prepare =3D ti_adpll_prepare, -> .unprepare =3D ti_adpll_unprepare, -> .is_prepared =3D ti_adpll_is_prepared, +> +> -static struct clk_ops ti_adpll_ops = { +> +static const struct clk_ops ti_adpll_ops = { +> .prepare = ti_adpll_prepare, +> .unprepare = ti_adpll_unprepare, +> .is_prepared = ti_adpll_is_prepared, > diff --git a/drivers/clk/ti/apll.c b/drivers/clk/ti/apll.c > index 06f486b..83b148f 100644 > --- a/drivers/clk/ti/apll.c @@ -38,34 +37,32 @@ Acked-by: Tero Kristo <t-kristo@ti.com> > @@ -304,7 +304,7 @@ static void omap2_apll_disable(struct clk_hw *hw) > ti_clk_ll_ops->clk_writel(v, &ad->control_reg); > } -> =20 -> -static struct clk_ops omap2_apll_ops =3D { -> +static const struct clk_ops omap2_apll_ops =3D { -> .enable =3D &omap2_apll_enable, -> .disable =3D &omap2_apll_disable, -> .is_enabled =3D &omap2_apll_is_enabled, +> +> -static struct clk_ops omap2_apll_ops = { +> +static const struct clk_ops omap2_apll_ops = { +> .enable = &omap2_apll_enable, +> .disable = &omap2_apll_disable, +> .is_enabled = &omap2_apll_is_enabled, > diff --git a/drivers/clk/ti/fapll.c b/drivers/clk/ti/fapll.c > index 66a0d0e..071af44 100644 > --- a/drivers/clk/ti/fapll.c > +++ b/drivers/clk/ti/fapll.c -> @@ -268,7 +268,7 @@ static int ti_fapll_set_rate(struct clk_hw *hw, unsig= -ned long rate, +> @@ -268,7 +268,7 @@ static int ti_fapll_set_rate(struct clk_hw *hw, unsigned long rate, > return 0; > } -> =20 -> -static struct clk_ops ti_fapll_ops =3D { -> +static const struct clk_ops ti_fapll_ops =3D { -> .enable =3D ti_fapll_enable, -> .disable =3D ti_fapll_disable, -> .is_enabled =3D ti_fapll_is_enabled, -> @@ -478,7 +478,7 @@ static int ti_fapll_synth_set_rate(struct clk_hw *hw,= - unsigned long rate, +> +> -static struct clk_ops ti_fapll_ops = { +> +static const struct clk_ops ti_fapll_ops = { +> .enable = ti_fapll_enable, +> .disable = ti_fapll_disable, +> .is_enabled = ti_fapll_is_enabled, +> @@ -478,7 +478,7 @@ static int ti_fapll_synth_set_rate(struct clk_hw *hw, unsigned long rate, > return 0; > } -> =20 -> -static struct clk_ops ti_fapll_synt_ops =3D { -> +static const struct clk_ops ti_fapll_synt_ops =3D { -> .enable =3D ti_fapll_synth_enable, -> .disable =3D ti_fapll_synth_disable, -> .is_enabled =3D ti_fapll_synth_is_enabled, ->=20 +> +> -static struct clk_ops ti_fapll_synt_ops = { +> +static const struct clk_ops ti_fapll_synt_ops = { +> .enable = ti_fapll_synth_enable, +> .disable = ti_fapll_synth_disable, +> .is_enabled = ti_fapll_synth_is_enabled, +> diff --git a/a/content_digest b/N1/content_digest index eabe821..4bebf4b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,22 +3,21 @@ "Subject\0Re: [PATCH] clk: ti: make clk_ops const\0" "Date\0Wed, 23 Aug 2017 12:31:22 +0300\0" "To\0Bhumika Goyal <bhumirks@gmail.com>" - <julia.lawall@lip6.fr> - <mturquette@baylibre.com> - <sboyd@codeaurora.org> - <linux-omap@vger.kernel.org> - <linux-clk@vger.kernel.org> - " <linux-kernel@vger.kernel.org>\0" + julia.lawall@lip6.fr + mturquette@baylibre.com + sboyd@codeaurora.org + linux-omap@vger.kernel.org + linux-clk@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" - "=EF=BB=BF\n" - "Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Bu=\n" - "siness ID: 0615521-4. Kotipaikka/Domicile: Helsinki\n" + "\357\273\277\n" + "Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki\n" "\n" "On 22/08/17 16:11, Bhumika Goyal wrote:\n" "> Make these const as they are only stored in the const field of a\n" "> clk_init_data structure.\n" - ">=20\n" + "> \n" "> Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>\n" "\n" "Looks fine.\n" @@ -30,7 +29,7 @@ "> drivers/clk/ti/apll.c | 2 +-\n" "> drivers/clk/ti/fapll.c | 4 ++--\n" "> 3 files changed, 4 insertions(+), 4 deletions(-)\n" - ">=20\n" + "> \n" "> diff --git a/drivers/clk/ti/adpll.c b/drivers/clk/ti/adpll.c\n" "> index 255cafb..d5c6db4 100644\n" "> --- a/drivers/clk/ti/adpll.c\n" @@ -38,12 +37,12 @@ "> @@ -486,7 +486,7 @@ static u8 ti_adpll_get_parent(struct clk_hw *hw)\n" "> \treturn 0;\n" "> }\n" - "> =20\n" - "> -static struct clk_ops ti_adpll_ops =3D {\n" - "> +static const struct clk_ops ti_adpll_ops =3D {\n" - "> \t.prepare =3D ti_adpll_prepare,\n" - "> \t.unprepare =3D ti_adpll_unprepare,\n" - "> \t.is_prepared =3D ti_adpll_is_prepared,\n" + "> \n" + "> -static struct clk_ops ti_adpll_ops = {\n" + "> +static const struct clk_ops ti_adpll_ops = {\n" + "> \t.prepare = ti_adpll_prepare,\n" + "> \t.unprepare = ti_adpll_unprepare,\n" + "> \t.is_prepared = ti_adpll_is_prepared,\n" "> diff --git a/drivers/clk/ti/apll.c b/drivers/clk/ti/apll.c\n" "> index 06f486b..83b148f 100644\n" "> --- a/drivers/clk/ti/apll.c\n" @@ -51,36 +50,34 @@ "> @@ -304,7 +304,7 @@ static void omap2_apll_disable(struct clk_hw *hw)\n" "> \tti_clk_ll_ops->clk_writel(v, &ad->control_reg);\n" "> }\n" - "> =20\n" - "> -static struct clk_ops omap2_apll_ops =3D {\n" - "> +static const struct clk_ops omap2_apll_ops =3D {\n" - "> \t.enable\t\t=3D &omap2_apll_enable,\n" - "> \t.disable\t=3D &omap2_apll_disable,\n" - "> \t.is_enabled\t=3D &omap2_apll_is_enabled,\n" + "> \n" + "> -static struct clk_ops omap2_apll_ops = {\n" + "> +static const struct clk_ops omap2_apll_ops = {\n" + "> \t.enable\t\t= &omap2_apll_enable,\n" + "> \t.disable\t= &omap2_apll_disable,\n" + "> \t.is_enabled\t= &omap2_apll_is_enabled,\n" "> diff --git a/drivers/clk/ti/fapll.c b/drivers/clk/ti/fapll.c\n" "> index 66a0d0e..071af44 100644\n" "> --- a/drivers/clk/ti/fapll.c\n" "> +++ b/drivers/clk/ti/fapll.c\n" - "> @@ -268,7 +268,7 @@ static int ti_fapll_set_rate(struct clk_hw *hw, unsig=\n" - "ned long rate,\n" + "> @@ -268,7 +268,7 @@ static int ti_fapll_set_rate(struct clk_hw *hw, unsigned long rate,\n" "> \treturn 0;\n" "> }\n" - "> =20\n" - "> -static struct clk_ops ti_fapll_ops =3D {\n" - "> +static const struct clk_ops ti_fapll_ops =3D {\n" - "> \t.enable =3D ti_fapll_enable,\n" - "> \t.disable =3D ti_fapll_disable,\n" - "> \t.is_enabled =3D ti_fapll_is_enabled,\n" - "> @@ -478,7 +478,7 @@ static int ti_fapll_synth_set_rate(struct clk_hw *hw,=\n" - " unsigned long rate,\n" + "> \n" + "> -static struct clk_ops ti_fapll_ops = {\n" + "> +static const struct clk_ops ti_fapll_ops = {\n" + "> \t.enable = ti_fapll_enable,\n" + "> \t.disable = ti_fapll_disable,\n" + "> \t.is_enabled = ti_fapll_is_enabled,\n" + "> @@ -478,7 +478,7 @@ static int ti_fapll_synth_set_rate(struct clk_hw *hw, unsigned long rate,\n" "> \treturn 0;\n" "> }\n" - "> =20\n" - "> -static struct clk_ops ti_fapll_synt_ops =3D {\n" - "> +static const struct clk_ops ti_fapll_synt_ops =3D {\n" - "> \t.enable =3D ti_fapll_synth_enable,\n" - "> \t.disable =3D ti_fapll_synth_disable,\n" - "> \t.is_enabled =3D ti_fapll_synth_is_enabled,\n" - >=20 + "> \n" + "> -static struct clk_ops ti_fapll_synt_ops = {\n" + "> +static const struct clk_ops ti_fapll_synt_ops = {\n" + "> \t.enable = ti_fapll_synth_enable,\n" + "> \t.disable = ti_fapll_synth_disable,\n" + "> \t.is_enabled = ti_fapll_synth_is_enabled,\n" + > -368417cfa6292ab513c338f371a2bd03d78263a809ccb10e7691e4ce26e502b6 +c83209c7b2d1498f0ecd79e639a28f2ab8a9bd504fddb8ff7f0a2b8db76761ca
diff --git a/a/1.txt b/N2/1.txt index 51684cb..2e7db6b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,11 +1,10 @@ -=EF=BB=BF -Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Bu= -siness ID: 0615521-4. Kotipaikka/Domicile: Helsinki + +Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki On 22/08/17 16:11, Bhumika Goyal wrote: > Make these const as they are only stored in the const field of a > clk_init_data structure. ->=20 +> > Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Looks fine. @@ -17,7 +16,7 @@ Acked-by: Tero Kristo <t-kristo@ti.com> > drivers/clk/ti/apll.c | 2 +- > drivers/clk/ti/fapll.c | 4 ++-- > 3 files changed, 4 insertions(+), 4 deletions(-) ->=20 +> > diff --git a/drivers/clk/ti/adpll.c b/drivers/clk/ti/adpll.c > index 255cafb..d5c6db4 100644 > --- a/drivers/clk/ti/adpll.c @@ -25,12 +24,12 @@ Acked-by: Tero Kristo <t-kristo@ti.com> > @@ -486,7 +486,7 @@ static u8 ti_adpll_get_parent(struct clk_hw *hw) > return 0; > } -> =20 -> -static struct clk_ops ti_adpll_ops =3D { -> +static const struct clk_ops ti_adpll_ops =3D { -> .prepare =3D ti_adpll_prepare, -> .unprepare =3D ti_adpll_unprepare, -> .is_prepared =3D ti_adpll_is_prepared, +> +> -static struct clk_ops ti_adpll_ops = { +> +static const struct clk_ops ti_adpll_ops = { +> .prepare = ti_adpll_prepare, +> .unprepare = ti_adpll_unprepare, +> .is_prepared = ti_adpll_is_prepared, > diff --git a/drivers/clk/ti/apll.c b/drivers/clk/ti/apll.c > index 06f486b..83b148f 100644 > --- a/drivers/clk/ti/apll.c @@ -38,34 +37,32 @@ Acked-by: Tero Kristo <t-kristo@ti.com> > @@ -304,7 +304,7 @@ static void omap2_apll_disable(struct clk_hw *hw) > ti_clk_ll_ops->clk_writel(v, &ad->control_reg); > } -> =20 -> -static struct clk_ops omap2_apll_ops =3D { -> +static const struct clk_ops omap2_apll_ops =3D { -> .enable =3D &omap2_apll_enable, -> .disable =3D &omap2_apll_disable, -> .is_enabled =3D &omap2_apll_is_enabled, +> +> -static struct clk_ops omap2_apll_ops = { +> +static const struct clk_ops omap2_apll_ops = { +> .enable = &omap2_apll_enable, +> .disable = &omap2_apll_disable, +> .is_enabled = &omap2_apll_is_enabled, > diff --git a/drivers/clk/ti/fapll.c b/drivers/clk/ti/fapll.c > index 66a0d0e..071af44 100644 > --- a/drivers/clk/ti/fapll.c > +++ b/drivers/clk/ti/fapll.c -> @@ -268,7 +268,7 @@ static int ti_fapll_set_rate(struct clk_hw *hw, unsig= -ned long rate, +> @@ -268,7 +268,7 @@ static int ti_fapll_set_rate(struct clk_hw *hw, unsigned long rate, > return 0; > } -> =20 -> -static struct clk_ops ti_fapll_ops =3D { -> +static const struct clk_ops ti_fapll_ops =3D { -> .enable =3D ti_fapll_enable, -> .disable =3D ti_fapll_disable, -> .is_enabled =3D ti_fapll_is_enabled, -> @@ -478,7 +478,7 @@ static int ti_fapll_synth_set_rate(struct clk_hw *hw,= - unsigned long rate, +> +> -static struct clk_ops ti_fapll_ops = { +> +static const struct clk_ops ti_fapll_ops = { +> .enable = ti_fapll_enable, +> .disable = ti_fapll_disable, +> .is_enabled = ti_fapll_is_enabled, +> @@ -478,7 +478,7 @@ static int ti_fapll_synth_set_rate(struct clk_hw *hw, unsigned long rate, > return 0; > } -> =20 -> -static struct clk_ops ti_fapll_synt_ops =3D { -> +static const struct clk_ops ti_fapll_synt_ops =3D { -> .enable =3D ti_fapll_synth_enable, -> .disable =3D ti_fapll_synth_disable, -> .is_enabled =3D ti_fapll_synth_is_enabled, ->=20 +> +> -static struct clk_ops ti_fapll_synt_ops = { +> +static const struct clk_ops ti_fapll_synt_ops = { +> .enable = ti_fapll_synth_enable, +> .disable = ti_fapll_synth_disable, +> .is_enabled = ti_fapll_synth_is_enabled, +> diff --git a/a/content_digest b/N2/content_digest index eabe821..1ceed6f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -11,14 +11,13 @@ " <linux-kernel@vger.kernel.org>\0" "\00:1\0" "b\0" - "=EF=BB=BF\n" - "Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Bu=\n" - "siness ID: 0615521-4. Kotipaikka/Domicile: Helsinki\n" + "\357\273\277\n" + "Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki\n" "\n" "On 22/08/17 16:11, Bhumika Goyal wrote:\n" "> Make these const as they are only stored in the const field of a\n" "> clk_init_data structure.\n" - ">=20\n" + "> \n" "> Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>\n" "\n" "Looks fine.\n" @@ -30,7 +29,7 @@ "> drivers/clk/ti/apll.c | 2 +-\n" "> drivers/clk/ti/fapll.c | 4 ++--\n" "> 3 files changed, 4 insertions(+), 4 deletions(-)\n" - ">=20\n" + "> \n" "> diff --git a/drivers/clk/ti/adpll.c b/drivers/clk/ti/adpll.c\n" "> index 255cafb..d5c6db4 100644\n" "> --- a/drivers/clk/ti/adpll.c\n" @@ -38,12 +37,12 @@ "> @@ -486,7 +486,7 @@ static u8 ti_adpll_get_parent(struct clk_hw *hw)\n" "> \treturn 0;\n" "> }\n" - "> =20\n" - "> -static struct clk_ops ti_adpll_ops =3D {\n" - "> +static const struct clk_ops ti_adpll_ops =3D {\n" - "> \t.prepare =3D ti_adpll_prepare,\n" - "> \t.unprepare =3D ti_adpll_unprepare,\n" - "> \t.is_prepared =3D ti_adpll_is_prepared,\n" + "> \n" + "> -static struct clk_ops ti_adpll_ops = {\n" + "> +static const struct clk_ops ti_adpll_ops = {\n" + "> \t.prepare = ti_adpll_prepare,\n" + "> \t.unprepare = ti_adpll_unprepare,\n" + "> \t.is_prepared = ti_adpll_is_prepared,\n" "> diff --git a/drivers/clk/ti/apll.c b/drivers/clk/ti/apll.c\n" "> index 06f486b..83b148f 100644\n" "> --- a/drivers/clk/ti/apll.c\n" @@ -51,36 +50,34 @@ "> @@ -304,7 +304,7 @@ static void omap2_apll_disable(struct clk_hw *hw)\n" "> \tti_clk_ll_ops->clk_writel(v, &ad->control_reg);\n" "> }\n" - "> =20\n" - "> -static struct clk_ops omap2_apll_ops =3D {\n" - "> +static const struct clk_ops omap2_apll_ops =3D {\n" - "> \t.enable\t\t=3D &omap2_apll_enable,\n" - "> \t.disable\t=3D &omap2_apll_disable,\n" - "> \t.is_enabled\t=3D &omap2_apll_is_enabled,\n" + "> \n" + "> -static struct clk_ops omap2_apll_ops = {\n" + "> +static const struct clk_ops omap2_apll_ops = {\n" + "> \t.enable\t\t= &omap2_apll_enable,\n" + "> \t.disable\t= &omap2_apll_disable,\n" + "> \t.is_enabled\t= &omap2_apll_is_enabled,\n" "> diff --git a/drivers/clk/ti/fapll.c b/drivers/clk/ti/fapll.c\n" "> index 66a0d0e..071af44 100644\n" "> --- a/drivers/clk/ti/fapll.c\n" "> +++ b/drivers/clk/ti/fapll.c\n" - "> @@ -268,7 +268,7 @@ static int ti_fapll_set_rate(struct clk_hw *hw, unsig=\n" - "ned long rate,\n" + "> @@ -268,7 +268,7 @@ static int ti_fapll_set_rate(struct clk_hw *hw, unsigned long rate,\n" "> \treturn 0;\n" "> }\n" - "> =20\n" - "> -static struct clk_ops ti_fapll_ops =3D {\n" - "> +static const struct clk_ops ti_fapll_ops =3D {\n" - "> \t.enable =3D ti_fapll_enable,\n" - "> \t.disable =3D ti_fapll_disable,\n" - "> \t.is_enabled =3D ti_fapll_is_enabled,\n" - "> @@ -478,7 +478,7 @@ static int ti_fapll_synth_set_rate(struct clk_hw *hw,=\n" - " unsigned long rate,\n" + "> \n" + "> -static struct clk_ops ti_fapll_ops = {\n" + "> +static const struct clk_ops ti_fapll_ops = {\n" + "> \t.enable = ti_fapll_enable,\n" + "> \t.disable = ti_fapll_disable,\n" + "> \t.is_enabled = ti_fapll_is_enabled,\n" + "> @@ -478,7 +478,7 @@ static int ti_fapll_synth_set_rate(struct clk_hw *hw, unsigned long rate,\n" "> \treturn 0;\n" "> }\n" - "> =20\n" - "> -static struct clk_ops ti_fapll_synt_ops =3D {\n" - "> +static const struct clk_ops ti_fapll_synt_ops =3D {\n" - "> \t.enable =3D ti_fapll_synth_enable,\n" - "> \t.disable =3D ti_fapll_synth_disable,\n" - "> \t.is_enabled =3D ti_fapll_synth_is_enabled,\n" - >=20 + "> \n" + "> -static struct clk_ops ti_fapll_synt_ops = {\n" + "> +static const struct clk_ops ti_fapll_synt_ops = {\n" + "> \t.enable = ti_fapll_synth_enable,\n" + "> \t.disable = ti_fapll_synth_disable,\n" + "> \t.is_enabled = ti_fapll_synth_is_enabled,\n" + > -368417cfa6292ab513c338f371a2bd03d78263a809ccb10e7691e4ce26e502b6 +8eafef72a582eb084adf8bd4dfc2acf84abe46df27307ba0c51ba022bb9203af
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.