Re: linux-next: Fixes tag needs some work in the clk tree

2020-12-21 Thread Geert Uytterhoeven
Hi Stephen, On Sun, Dec 20, 2020 at 10:35 PM Stephen Rothwell wrote: > On Thu, 10 Dec 2020 08:52:41 +0100 Geert Uytterhoeven > wrote: > > > trees can be pulled into linux-next? That would find this earlier. > > > > That sounds like a great idea, also for pinctrl. > > Can you please add the

Re: linux-next: Fixes tag needs some work in the clk tree

2020-12-20 Thread Stephen Rothwell
Hi Geert, On Thu, 10 Dec 2020 08:52:41 +0100 Geert Uytterhoeven wrote: > > > trees can be pulled into linux-next? That would find this earlier. > > That sounds like a great idea, also for pinctrl. > Can you please add the following: >

Re: linux-next: Fixes tag needs some work in the clk tree

2020-12-09 Thread Geert Uytterhoeven
Hi Stephen², On Wed, Dec 9, 2020 at 6:29 PM Stephen Boyd wrote: > Quoting Geert Uytterhoeven (2020-12-08 00:37:00) > > On Mon, Dec 7, 2020 at 11:06 PM Stephen Rothwell > > wrote: > > > In commit > > > > > > c3f207f6d23d ("clk: renesas: r8a779a0: Make > > > rcar_r8a779a0_cpg_clk_register()

Re: linux-next: Fixes tag needs some work in the clk tree

2020-12-09 Thread Stephen Boyd
Quoting Geert Uytterhoeven (2020-12-08 00:37:00) > Hi Stephen, > > On Mon, Dec 7, 2020 at 11:06 PM Stephen Rothwell > wrote: > > In commit > > > > c3f207f6d23d ("clk: renesas: r8a779a0: Make > > rcar_r8a779a0_cpg_clk_register() static") > > > > Fixes tag > > > > Fixes: c07439dea94050b6

Re: linux-next: Fixes tag needs some work in the clk tree

2020-12-08 Thread Geert Uytterhoeven
Hi Stephen, On Mon, Dec 7, 2020 at 11:06 PM Stephen Rothwell wrote: > In commit > > c3f207f6d23d ("clk: renesas: r8a779a0: Make > rcar_r8a779a0_cpg_clk_register() static") > > Fixes tag > > Fixes: c07439dea94050b6 ("clk: renesas: cpg-mssr: Add support for R-Car > V3U") > > has these

linux-next: Fixes tag needs some work in the clk tree

2020-12-07 Thread Stephen Rothwell
Hi all, In commit c3f207f6d23d ("clk: renesas: r8a779a0: Make rcar_r8a779a0_cpg_clk_register() static") Fixes tag Fixes: c07439dea94050b6 ("clk: renesas: cpg-mssr: Add support for R-Car V3U") has these problem(s): - Target SHA1 does not exist Maybe you meant Fixes: 17bcc8035d2d

Re: linux-next: Fixes tag needs some work in the clk tree

2020-09-30 Thread Stephen Rothwell
Hi Stephen, On Wed, 30 Sep 2020 17:22:06 -0700 Stephen Boyd wrote: > > Thanks for pointing that out. Is this part of checkpatch? I run > checkpatch on most patches and didn't see any complaint. This is not part of checkpatch, just some scripts I run after fetching each tree each day. --

Re: linux-next: Fixes tag needs some work in the clk tree

2020-09-30 Thread Stephen Boyd
Quoting Stephen Rothwell (2020-09-23 04:46:32) > Hi all, > > In commit > > b02cf0c4736c ("clk: socfpga: stratix10: fix the divider for the > emac_ptp_free_clk") > > Fixes tag > > Fixes: 07afb8db7340 ("clk: socfpga: stratix10: add clock driver for > > has these problem(s): > > -

linux-next: Fixes tag needs some work in the clk tree

2020-09-23 Thread Stephen Rothwell
Hi all, In commit b02cf0c4736c ("clk: socfpga: stratix10: fix the divider for the emac_ptp_free_clk") Fixes tag Fixes: 07afb8db7340 ("clk: socfpga: stratix10: add clock driver for has these problem(s): - Subject has leading but no trailing parentheses - Subject has leading but no

linux-next: Fixes tag needs some work in the clk tree

2019-05-26 Thread Stephen Rothwell
Hi all, In commit b3fddd5b100e ("clk: imx: imx8mm: fix int pll clk gate") Fixes tag Fixes: ba5625c3e27 ("clk: imx: Add clock driver support for imx8mm") has these problem(s): - SHA1 should be at least 12 digits long Can be fixed by setting core.abbrev to 12 (or more) or (for git

Re: linux-next: Fixes tag needs some work in the clk tree

2019-01-18 Thread Joe Perches
On Fri, 2019-01-18 at 10:41 -0700, Nathan Chancellor wrote: > On Fri, Jan 18, 2019 at 09:37:26AM -0800, Stephen Boyd wrote: > > Do you have a patch for checkpatch too? Maybe Joe can solve my problem. > Joe posted a checkpatch diff in another thread: >

Re: linux-next: Fixes tag needs some work in the clk tree

2019-01-18 Thread Nathan Chancellor
On Fri, Jan 18, 2019 at 09:37:26AM -0800, Stephen Boyd wrote: > Quoting Michael Ellerman (2019-01-18 04:41:41) > > Stephen Boyd writes: > > > > > Quoting Fabio Estevam (2019-01-16 17:25:21) > > >> On Wed, Jan 16, 2019 at 10:44 PM Stephen Boyd wrote: > > >> > > >> > Ok sure. Does this matter to

Re: linux-next: Fixes tag needs some work in the clk tree

2019-01-18 Thread Stephen Boyd
Quoting Michael Ellerman (2019-01-18 04:41:41) > Stephen Boyd writes: > > > Quoting Fabio Estevam (2019-01-16 17:25:21) > >> On Wed, Jan 16, 2019 at 10:44 PM Stephen Boyd wrote: > >> > >> > Ok sure. Does this matter to scripts? Is it documented in > >> >

Re: linux-next: Fixes tag needs some work in the clk tree

2019-01-18 Thread Fabio Estevam
Hi Michael, On Fri, Jan 18, 2019 at 10:41 AM Michael Ellerman wrote: > Yeah "one line summary" is referring to the subject of the commit. > > So it doesn't explicitly say not to split it across lines, it probably > should. > > eg: ? > > diff --git a/Documentation/process/submitting-patches.rst

Re: linux-next: Fixes tag needs some work in the clk tree

2019-01-18 Thread Michael Ellerman
Stephen Boyd writes: > Quoting Fabio Estevam (2019-01-16 17:25:21) >> On Wed, Jan 16, 2019 at 10:44 PM Stephen Boyd wrote: >> >> > Ok sure. Does this matter to scripts? Is it documented in >> > Documentation/process/submitting-patches.rst? I've seen both types, one >> >> From

Re: linux-next: Fixes tag needs some work in the clk tree

2019-01-17 Thread Stephen Boyd
Quoting Fabio Estevam (2019-01-16 17:25:21) > On Wed, Jan 16, 2019 at 10:44 PM Stephen Boyd wrote: > > > Ok sure. Does this matter to scripts? Is it documented in > > Documentation/process/submitting-patches.rst? I've seen both types, one > > From Documentation/process/submitting-patches.rst" >

Re: linux-next: Fixes tag needs some work in the clk tree

2019-01-16 Thread Fabio Estevam
On Wed, Jan 16, 2019 at 10:44 PM Stephen Boyd wrote: > Ok sure. Does this matter to scripts? Is it documented in > Documentation/process/submitting-patches.rst? I've seen both types, one >From Documentation/process/submitting-patches.rst" "If your patch fixes a bug in a specific commit, e.g.

Re: linux-next: Fixes tag needs some work in the clk tree

2019-01-16 Thread Stephen Boyd
Quoting Stephen Rothwell (2019-01-15 13:34:40) > [I am experimenting with checking the Fixes tags in commits in linux-next. > Please let me know if you think I am being too strict.] > > Hi all, > > Commit > > b488517b28a4 ("clk: socfpga: stratix10: fix naming convention for the >

linux-next: Fixes tag needs some work in the clk tree

2019-01-15 Thread Stephen Rothwell
[I am experimenting with checking the Fixes tags in commits in linux-next. Please let me know if you think I am being too strict.] Hi all, Commit b488517b28a4 ("clk: socfpga: stratix10: fix naming convention for the fixed-clocks") has a malformed Fixes tag: Fixes: 07afb8db7340 ("clk: