* [PATCH v2 0/2] Renesas R8A77970 CPG/MSSR clock support @ 2017-09-08 21:34 Sergei Shtylyov [not found] ` <20170908213418.823028011-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Sergei Shtylyov @ 2017-09-08 21:34 UTC (permalink / raw) To: Michael Turquette, Stephen Boyd, Rob Herring, Mark Rutland, Geert Uytterhoeven, linux-clk-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA Cc: linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, Simon Horman, Sergei Shtylyov Hello! Here's the set of 2 patches against the 'clk-next' branch of CLK group's 'linux.git' repo. As the DT patches in the R8A77970/Eagle board support series depend on the patch #1 of this series, it might make sense to merge this patch to the 'renesas.git' repo as well... [1/2] dt-bindings: clock: add R8A77970 CPG core clock definitions [2/2] clk: renesas: cpg-mssr: add R8A77970 support MBR, Sergei -- 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <20170908213418.823028011-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>]
* Re: [PATCH v2 0/2] Renesas R8A77970 CPG/MSSR clock support [not found] ` <20170908213418.823028011-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> @ 2017-09-11 14:38 ` Geert Uytterhoeven 2017-09-13 7:28 ` Simon Horman 0 siblings, 1 reply; 3+ messages in thread From: Geert Uytterhoeven @ 2017-09-11 14:38 UTC (permalink / raw) To: Sergei Shtylyov Cc: Michael Turquette, Stephen Boyd, Rob Herring, Mark Rutland, Geert Uytterhoeven, linux-clk, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux-Renesas, Simon Horman Hi Sergei, On Fri, Sep 8, 2017 at 11:34 PM, Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> wrote: > Here's the set of 2 patches against the 'clk-next' branch of CLK group's > 'linux.git' repo. Thank you, looks good! > As the DT patches in the R8A77970/Eagle board support series > depend on the patch #1 of this series, it might make sense to merge this patch > to the 'renesas.git' repo as well... > > [1/2] dt-bindings: clock: add R8A77970 CPG core clock definitions The modern way to avoid this dependency is to use hardcoded numbers in the initial submission of the DTS, cfr. https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git/commit/?h=arm64-dt-for-v4.15&id=d917e0b24811eadeba419ba7318b967ee15933b3 After the definitions have hit upstream, you can replace the hardcoded numbers by symbols, cfr. https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/commit/?h=topic/r8a77995-integration&id=d3f6987db28a4657bf3304eeeb8e2cd8dd510ad0 https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/commit/?h=topic/r8a77995-integration&id=81426223583d5575767c77684be28c40034785bd So I don't think Simon will merge the core clock definitions patch, unless you plan to submit a full DTS describing the whole SoC in the initial submissiong. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 0/2] Renesas R8A77970 CPG/MSSR clock support 2017-09-11 14:38 ` Geert Uytterhoeven @ 2017-09-13 7:28 ` Simon Horman 0 siblings, 0 replies; 3+ messages in thread From: Simon Horman @ 2017-09-13 7:28 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Sergei Shtylyov, Michael Turquette, Stephen Boyd, Rob Herring, Mark Rutland, Geert Uytterhoeven, linux-clk, devicetree@vger.kernel.org, Linux-Renesas On Mon, Sep 11, 2017 at 04:38:43PM +0200, Geert Uytterhoeven wrote: > Hi Sergei, > > On Fri, Sep 8, 2017 at 11:34 PM, Sergei Shtylyov > <sergei.shtylyov@cogentembedded.com> wrote: > > Here's the set of 2 patches against the 'clk-next' branch of CLK group's > > 'linux.git' repo. > > Thank you, looks good! > > > As the DT patches in the R8A77970/Eagle board support series > > depend on the patch #1 of this series, it might make sense to merge this patch > > to the 'renesas.git' repo as well... > > > > [1/2] dt-bindings: clock: add R8A77970 CPG core clock definitions > > The modern way to avoid this dependency is to use hardcoded numbers in > the initial submission of the DTS, cfr. > https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git/commit/?h=arm64-dt-for-v4.15&id=d917e0b24811eadeba419ba7318b967ee15933b3 > > After the definitions have hit upstream, you can replace the hardcoded > numbers by symbols, cfr. > https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/commit/?h=topic/r8a77995-integration&id=d3f6987db28a4657bf3304eeeb8e2cd8dd510ad0 > https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/commit/?h=topic/r8a77995-integration&id=81426223583d5575767c77684be28c40034785bd > > So I don't think Simon will merge the core clock definitions patch, unless > you plan to submit a full DTS describing the whole SoC in the initial > submissiong. Thanks, I would prefer if the DT patches followed the scheme described by Geert such that they do not depend on any part of this series. I expect that will allow the smoothest path for acceptance of those patches. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-09-13 7:28 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-09-08 21:34 [PATCH v2 0/2] Renesas R8A77970 CPG/MSSR clock support Sergei Shtylyov [not found] ` <20170908213418.823028011-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> 2017-09-11 14:38 ` Geert Uytterhoeven 2017-09-13 7:28 ` Simon Horman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).