Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1674804 > unrolled thread
| Started by | Paul Cercueil <paul@crapouillou.net> |
|---|---|
| First post | 2017-06-26 16:00 +0200 |
| Last post | 2017-06-27 01:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 04/15] clk: Add Ingenic jz4770 CGU driver Paul Cercueil <paul@crapouillou.net> - 2017-06-26 16:00 +0200
Re: [PATCH 04/15] clk: Add Ingenic jz4770 CGU driver Stephen Boyd <sboyd@codeaurora.org> - 2017-06-27 01:00 +0200
| From | Paul Cercueil <paul@crapouillou.net> |
|---|---|
| Date | 2017-06-26 16:00 +0200 |
| Subject | Re: [PATCH 04/15] clk: Add Ingenic jz4770 CGU driver |
| Message-ID | <tWCIy-34a-5@gated-at.bofh.it> |
Hi, Le 2017-06-07 22:59, Stephen Boyd a écrit : > On 06/07, Paul Cercueil wrote: >> Add support for the clocks provided by the CGU in the Ingenic JZ4770 >> SoC. >> >> Signed-off-by: Paul Cercueil <paul@crapouillou.net> >> Signed-off-by: Maarten ter Huurne <maarten@treewalker.org> [...] >> diff --git a/include/dt-bindings/clock/jz4770-cgu.h >> b/include/dt-bindings/clock/jz4770-cgu.h >> new file mode 100644 >> index 000000000000..54b8b2ae4a73 >> --- /dev/null >> +++ b/include/dt-bindings/clock/jz4770-cgu.h > > Can you split this file off into a different patch? That way clk > tree can apply clk patches on top of a stable branch where this > file lives by itself. Oops, I forgot that in the v2. The jz4770-cgu.c file includes and uses <dt-bindings/clock/jz4770-cgu.h>, so I don't think it would make sense to split it, since it wouldn't compile without it.
[toc] | [next] | [standalone]
| From | Stephen Boyd <sboyd@codeaurora.org> |
|---|---|
| Date | 2017-06-27 01:00 +0200 |
| Message-ID | <tWL98-8u4-31@gated-at.bofh.it> |
| In reply to | #1674804 |
On 06/26, Paul Cercueil wrote: > Hi, > > Le 2017-06-07 22:59, Stephen Boyd a écrit : > >On 06/07, Paul Cercueil wrote: > >>Add support for the clocks provided by the CGU in the Ingenic JZ4770 > >>SoC. > >> > >>Signed-off-by: Paul Cercueil <paul@crapouillou.net> > >>Signed-off-by: Maarten ter Huurne <maarten@treewalker.org> > > [...] > > >>diff --git a/include/dt-bindings/clock/jz4770-cgu.h > >>b/include/dt-bindings/clock/jz4770-cgu.h > >>new file mode 100644 > >>index 000000000000..54b8b2ae4a73 > >>--- /dev/null > >>+++ b/include/dt-bindings/clock/jz4770-cgu.h > > > >Can you split this file off into a different patch? That way clk > >tree can apply clk patches on top of a stable branch where this > >file lives by itself. > > Oops, I forgot that in the v2. > > The jz4770-cgu.c file includes and uses > <dt-bindings/clock/jz4770-cgu.h>, so I don't think > it would make sense to split it, since it wouldn't compile without it. I was suggesting this header file be a patch before the driver C file patch, so that it would still compile. Does that change anything? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web