* [GIT PULL] clk: thead: Updates for v6.16
@ 2025-05-07 18:56 Drew Fustini
2025-05-22 22:24 ` Stephen Boyd
0 siblings, 1 reply; 5+ messages in thread
From: Drew Fustini @ 2025-05-07 18:56 UTC (permalink / raw)
To: Stephen Boyd
Cc: devicetree, linux-clk, linux-kernel, linux-riscv,
Michael Turquette, Conor Dooley, Krzysztof Kozlowski, Rob Herring,
Fu Wei, Guo Ren, Jisheng Zhang, Palmer Dabbelt, Michal Wilczynski
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
are available in the Git repository at:
git@github.com:pdp7/linux.git tags/thead-clk-for-v6.16
for you to fetch changes up to 50d4b157fa96bfeb4f383d7dad80f8bdef0d1d2a:
clk: thead: Add clock support for VO subsystem in T-HEAD TH1520 SoC (2025-05-07 10:09:28 -0700)
----------------------------------------------------------------
T-HEAD clock changes for v6.16
Add clock support for the Video Output (VO) subsystem in the T-HEAD
TH1520 SoC. This includes the device tree bindings for the VO clock
controller as well as extending the TH1520 clk driver to provide
clock functionality for the VO subsystem.
Signed-off-by: Drew Fustini <drew@pdp7.com>
----------------------------------------------------------------
Michal Wilczynski (2):
dt-bindings: clock: thead: Add TH1520 VO clock controller
clk: thead: Add clock support for VO subsystem in T-HEAD TH1520 SoC
.../bindings/clock/thead,th1520-clk-ap.yaml | 17 +-
drivers/clk/thead/clk-th1520-ap.c | 196 ++++++++++++++++++---
include/dt-bindings/clock/thead,th1520-clk-ap.h | 34 ++++
3 files changed, 216 insertions(+), 31 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] clk: thead: Updates for v6.16
2025-05-07 18:56 [GIT PULL] clk: thead: Updates for v6.16 Drew Fustini
@ 2025-05-22 22:24 ` Stephen Boyd
2025-05-22 22:33 ` Drew Fustini
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Boyd @ 2025-05-22 22:24 UTC (permalink / raw)
To: Drew Fustini
Cc: devicetree, linux-clk, linux-kernel, linux-riscv,
Michael Turquette, Conor Dooley, Krzysztof Kozlowski, Rob Herring,
Fu Wei, Guo Ren, Jisheng Zhang, Palmer Dabbelt, Michal Wilczynski
Quoting Drew Fustini (2025-05-07 11:56:57)
> The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
>
> Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
>
> are available in the Git repository at:
>
> git@github.com:pdp7/linux.git tags/thead-clk-for-v6.16
I changed this to https://github.com/pdp7/linux.git but please fix it
next time.
>
> for you to fetch changes up to 50d4b157fa96bfeb4f383d7dad80f8bdef0d1d2a:
>
> clk: thead: Add clock support for VO subsystem in T-HEAD TH1520 SoC (2025-05-07 10:09:28 -0700)
>
> ----------------------------------------------------------------
Thanks. Pulled into clk-next
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] clk: thead: Updates for v6.16
2025-05-22 22:24 ` Stephen Boyd
@ 2025-05-22 22:33 ` Drew Fustini
2025-05-23 6:25 ` Krzysztof Kozlowski
0 siblings, 1 reply; 5+ messages in thread
From: Drew Fustini @ 2025-05-22 22:33 UTC (permalink / raw)
To: Stephen Boyd
Cc: devicetree, linux-clk, linux-kernel, linux-riscv,
Michael Turquette, Conor Dooley, Krzysztof Kozlowski, Rob Herring,
Fu Wei, Guo Ren, Jisheng Zhang, Palmer Dabbelt, Michal Wilczynski
On Thu, May 22, 2025 at 03:24:02PM -0700, Stephen Boyd wrote:
> Quoting Drew Fustini (2025-05-07 11:56:57)
> > The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
> >
> > Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
> >
> > are available in the Git repository at:
> >
> > git@github.com:pdp7/linux.git tags/thead-clk-for-v6.16
>
> I changed this to https://github.com/pdp7/linux.git but please fix it
> next time.
Sorry about that. I'll use https in the future.
Thanks,
Drew
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] clk: thead: Updates for v6.16
2025-05-22 22:33 ` Drew Fustini
@ 2025-05-23 6:25 ` Krzysztof Kozlowski
2025-05-24 1:25 ` Drew Fustini
0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2025-05-23 6:25 UTC (permalink / raw)
To: Drew Fustini, Stephen Boyd
Cc: devicetree, linux-clk, linux-kernel, linux-riscv,
Michael Turquette, Conor Dooley, Krzysztof Kozlowski, Rob Herring,
Fu Wei, Guo Ren, Jisheng Zhang, Palmer Dabbelt, Michal Wilczynski
On 23/05/2025 00:33, Drew Fustini wrote:
> On Thu, May 22, 2025 at 03:24:02PM -0700, Stephen Boyd wrote:
>> Quoting Drew Fustini (2025-05-07 11:56:57)
>>> The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
>>>
>>> Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
>>>
>>> are available in the Git repository at:
>>>
>>> git@github.com:pdp7/linux.git tags/thead-clk-for-v6.16
>>
>> I changed this to https://github.com/pdp7/linux.git but please fix it
>> next time.
>
> Sorry about that. I'll use https in the future.
This should be kernel.org. I remember Drew we meet few times and you
never asked for signing your key. Just get in touch next time on a
conference to get it signed (and bring printed fingerprints).
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] clk: thead: Updates for v6.16
2025-05-23 6:25 ` Krzysztof Kozlowski
@ 2025-05-24 1:25 ` Drew Fustini
0 siblings, 0 replies; 5+ messages in thread
From: Drew Fustini @ 2025-05-24 1:25 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Stephen Boyd, devicetree, linux-clk, linux-kernel, linux-riscv,
Michael Turquette, Conor Dooley, Krzysztof Kozlowski, Rob Herring,
Fu Wei, Guo Ren, Jisheng Zhang, Palmer Dabbelt, Michal Wilczynski
On Fri, May 23, 2025 at 08:25:38AM +0200, Krzysztof Kozlowski wrote:
> On 23/05/2025 00:33, Drew Fustini wrote:
> > On Thu, May 22, 2025 at 03:24:02PM -0700, Stephen Boyd wrote:
> >> Quoting Drew Fustini (2025-05-07 11:56:57)
> >>> The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
> >>>
> >>> Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
> >>>
> >>> are available in the Git repository at:
> >>>
> >>> git@github.com:pdp7/linux.git tags/thead-clk-for-v6.16
> >>
> >> I changed this to https://github.com/pdp7/linux.git but please fix it
> >> next time.
> >
> > Sorry about that. I'll use https in the future.
> This should be kernel.org. I remember Drew we meet few times and you
> never asked for signing your key. Just get in touch next time on a
> conference to get it signed (and bring printed fingerprints).
Good idea. I would like to get kernel.org setup. The Portland kernel
meetup is next week so hopefully I can get some signatures. And I would
definitely appreciate your signature at the next conference we are both
at - maybe ELC Europe?
Thanks,
Drew
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-05-24 1:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07 18:56 [GIT PULL] clk: thead: Updates for v6.16 Drew Fustini
2025-05-22 22:24 ` Stephen Boyd
2025-05-22 22:33 ` Drew Fustini
2025-05-23 6:25 ` Krzysztof Kozlowski
2025-05-24 1:25 ` Drew Fustini
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).