* Re: [PATCH v5 0/3] Implement Send and Sync for clk [not found] <20260223-clk-send-sync-v5-0-181bf2f35652@google.com> @ 2026-03-20 11:43 ` Danilo Krummrich 2026-03-21 15:03 ` Miguel Ojeda 2026-03-21 18:17 ` Maxime Ripard 2026-04-03 10:04 ` Miguel Ojeda 1 sibling, 2 replies; 16+ messages in thread From: Danilo Krummrich @ 2026-03-20 11:43 UTC (permalink / raw) To: Stephen Boyd Cc: Alice Ryhl, Michael Turquette, Maarten Lankhorst, Maxime Ripard, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng Hi Stephen, On Mon Feb 23, 2026 at 11:08 AM CET, Alice Ryhl wrote: > The Clk type is thread-safe, so let's mark it as thread-safe in the type > system. This lets us get rid of hacks in drivers. > > For Stephen's clk tree. > > Signed-off-by: Alice Ryhl <aliceryhl@google.com> > --- > Changes in v5: > - Rebase on v7.0-rc1. > - Pick up Reviewed-by tags. > - Link to v4: https://lore.kernel.org/r/20260113-clk-send-sync-v4-0-712bc7d94a79@google.com > > Changes in v4: > - Pick up Reviewed-by tags. > - Link to v3: https://lore.kernel.org/r/20251218-clk-send-sync-v3-0-e48b2e2f1eac@google.com > > Changes in v3: > - Rebase on v6.19-rc1. > - Pick up tags. > - Add fix for pwm driver as well. > - Link to v2: https://lore.kernel.org/r/20251020-clk-send-sync-v2-0-44ab533ae084@google.com > > Changes in v2: > - Rebase on v6.18-rc1. > - Add patch to tyr driver. > - Link to v1: https://lore.kernel.org/r/20250904-clk-send-sync-v1-1-48d023320eb8@google.com Alice has resent this over the past three cycles, but it hasn't been picked up yet. Please let me know if there are any concerns -- otherwise, I plan to take it through the drm-rust tree in a few days. Thanks, Danilo ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-20 11:43 ` [PATCH v5 0/3] Implement Send and Sync for clk Danilo Krummrich @ 2026-03-21 15:03 ` Miguel Ojeda 2026-03-21 18:17 ` Maxime Ripard 1 sibling, 0 replies; 16+ messages in thread From: Miguel Ojeda @ 2026-03-21 15:03 UTC (permalink / raw) To: Danilo Krummrich Cc: Stephen Boyd, Alice Ryhl, Michael Turquette, Maarten Lankhorst, Maxime Ripard, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng On Fri, Mar 20, 2026 at 12:43 PM Danilo Krummrich <dakr@kernel.org> wrote: > > Alice has resent this over the past three cycles, but it hasn't been picked up > yet. Please let me know if there are any concerns -- otherwise, I plan to take > it through the drm-rust tree in a few days. +1, it will keep accumulating changes otherwise. Alice asked me about this one too; I can pick it up if needed too. Cheers, Miguel ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-20 11:43 ` [PATCH v5 0/3] Implement Send and Sync for clk Danilo Krummrich 2026-03-21 15:03 ` Miguel Ojeda @ 2026-03-21 18:17 ` Maxime Ripard 2026-03-23 0:15 ` Brian Masney 1 sibling, 1 reply; 16+ messages in thread From: Maxime Ripard @ 2026-03-21 18:17 UTC (permalink / raw) To: Danilo Krummrich Cc: Brian Masney, Stephen Boyd, Alice Ryhl, Michael Turquette, Maarten Lankhorst, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng [-- Attachment #1: Type: text/plain, Size: 1512 bytes --] Hi Danilo, On Fri, Mar 20, 2026 at 12:43:47PM +0100, Danilo Krummrich wrote: > Hi Stephen, > > On Mon Feb 23, 2026 at 11:08 AM CET, Alice Ryhl wrote: > > The Clk type is thread-safe, so let's mark it as thread-safe in the type > > system. This lets us get rid of hacks in drivers. > > > > For Stephen's clk tree. > > > > Signed-off-by: Alice Ryhl <aliceryhl@google.com> > > --- > > Changes in v5: > > - Rebase on v7.0-rc1. > > - Pick up Reviewed-by tags. > > - Link to v4: https://lore.kernel.org/r/20260113-clk-send-sync-v4-0-712bc7d94a79@google.com > > > > Changes in v4: > > - Pick up Reviewed-by tags. > > - Link to v3: https://lore.kernel.org/r/20251218-clk-send-sync-v3-0-e48b2e2f1eac@google.com > > > > Changes in v3: > > - Rebase on v6.19-rc1. > > - Pick up tags. > > - Add fix for pwm driver as well. > > - Link to v2: https://lore.kernel.org/r/20251020-clk-send-sync-v2-0-44ab533ae084@google.com > > > > Changes in v2: > > - Rebase on v6.18-rc1. > > - Add patch to tyr driver. > > - Link to v1: https://lore.kernel.org/r/20250904-clk-send-sync-v1-1-48d023320eb8@google.com > > Alice has resent this over the past three cycles, but it hasn't been picked up > yet. Please let me know if there are any concerns -- otherwise, I plan to take > it through the drm-rust tree in a few days. Stephen hasn't really been active lately, but Brian (in Cc) has been trying to pick up the patches falling through the cracks. It looks like such a candidate to me. Maxime [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 273 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-21 18:17 ` Maxime Ripard @ 2026-03-23 0:15 ` Brian Masney 2026-03-23 0:29 ` Miguel Ojeda 2026-03-27 13:19 ` Brian Masney 0 siblings, 2 replies; 16+ messages in thread From: Brian Masney @ 2026-03-23 0:15 UTC (permalink / raw) To: Maxime Ripard Cc: Danilo Krummrich, Stephen Boyd, Alice Ryhl, Michael Turquette, Maarten Lankhorst, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng Hi Danilo and Alice, On Sat, Mar 21, 2026 at 2:17 PM Maxime Ripard <mripard@kernel.org> wrote: > On Fri, Mar 20, 2026 at 12:43:47PM +0100, Danilo Krummrich wrote: > > On Mon Feb 23, 2026 at 11:08 AM CET, Alice Ryhl wrote: > > > The Clk type is thread-safe, so let's mark it as thread-safe in the type > > > system. This lets us get rid of hacks in drivers. > > > > > > For Stephen's clk tree. > > > > > > Signed-off-by: Alice Ryhl <aliceryhl@google.com> > > > --- > > > Changes in v5: > > > - Rebase on v7.0-rc1. > > > - Pick up Reviewed-by tags. > > > - Link to v4: https://lore.kernel.org/r/20260113-clk-send-sync-v4-0-712bc7d94a79@google.com > > > > > > Changes in v4: > > > - Pick up Reviewed-by tags. > > > - Link to v3: https://lore.kernel.org/r/20251218-clk-send-sync-v3-0-e48b2e2f1eac@google.com > > > > > > Changes in v3: > > > - Rebase on v6.19-rc1. > > > - Pick up tags. > > > - Add fix for pwm driver as well. > > > - Link to v2: https://lore.kernel.org/r/20251020-clk-send-sync-v2-0-44ab533ae084@google.com > > > > > > Changes in v2: > > > - Rebase on v6.18-rc1. > > > - Add patch to tyr driver. > > > - Link to v1: https://lore.kernel.org/r/20250904-clk-send-sync-v1-1-48d023320eb8@google.com > > > > Alice has resent this over the past three cycles, but it hasn't been picked up > > yet. Please let me know if there are any concerns -- otherwise, I plan to take > > it through the drm-rust tree in a few days. > > Stephen hasn't really been active lately, but Brian (in Cc) has been > trying to pick up the patches falling through the cracks. It looks like > such a candidate to me. I'm planning to send another clk pull at the end of this week and I'll include this series. Brian ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-23 0:15 ` Brian Masney @ 2026-03-23 0:29 ` Miguel Ojeda 2026-03-27 13:19 ` Brian Masney 1 sibling, 0 replies; 16+ messages in thread From: Miguel Ojeda @ 2026-03-23 0:29 UTC (permalink / raw) To: Brian Masney Cc: Maxime Ripard, Danilo Krummrich, Stephen Boyd, Alice Ryhl, Michael Turquette, Maarten Lankhorst, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng On Mon, Mar 23, 2026 at 1:16 AM Brian Masney <bmasney@redhat.com> wrote: > > I'm planning to send another clk pull at the end of this week and I'll > include this series. Thanks Brian! Cheers, Miguel ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-23 0:15 ` Brian Masney 2026-03-23 0:29 ` Miguel Ojeda @ 2026-03-27 13:19 ` Brian Masney 2026-03-27 15:00 ` Miguel Ojeda 1 sibling, 1 reply; 16+ messages in thread From: Brian Masney @ 2026-03-27 13:19 UTC (permalink / raw) To: Maxime Ripard Cc: Danilo Krummrich, Stephen Boyd, Alice Ryhl, Michael Turquette, Maarten Lankhorst, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng Hi Danilo / Alice / Miguel, On Sun, Mar 22, 2026 at 8:15 PM Brian Masney <bmasney@redhat.com> wrote: > On Sat, Mar 21, 2026 at 2:17 PM Maxime Ripard <mripard@kernel.org> wrote: > > On Fri, Mar 20, 2026 at 12:43:47PM +0100, Danilo Krummrich wrote: > > > On Mon Feb 23, 2026 at 11:08 AM CET, Alice Ryhl wrote: > > > > The Clk type is thread-safe, so let's mark it as thread-safe in the type > > > > system. This lets us get rid of hacks in drivers. > > > > > > > > For Stephen's clk tree. > > > > > > > > Signed-off-by: Alice Ryhl <aliceryhl@google.com> > > > > --- > > > > Changes in v5: > > > > - Rebase on v7.0-rc1. > > > > - Pick up Reviewed-by tags. > > > > - Link to v4: https://lore.kernel.org/r/20260113-clk-send-sync-v4-0-712bc7d94a79@google.com > > > > > > > > Changes in v4: > > > > - Pick up Reviewed-by tags. > > > > - Link to v3: https://lore.kernel.org/r/20251218-clk-send-sync-v3-0-e48b2e2f1eac@google.com > > > > > > > > Changes in v3: > > > > - Rebase on v6.19-rc1. > > > > - Pick up tags. > > > > - Add fix for pwm driver as well. > > > > - Link to v2: https://lore.kernel.org/r/20251020-clk-send-sync-v2-0-44ab533ae084@google.com > > > > > > > > Changes in v2: > > > > - Rebase on v6.18-rc1. > > > > - Add patch to tyr driver. > > > > - Link to v1: https://lore.kernel.org/r/20250904-clk-send-sync-v1-1-48d023320eb8@google.com > > > > > > Alice has resent this over the past three cycles, but it hasn't been picked up > > > yet. Please let me know if there are any concerns -- otherwise, I plan to take > > > it through the drm-rust tree in a few days. > > > > Stephen hasn't really been active lately, but Brian (in Cc) has been > > trying to pick up the patches falling through the cracks. It looks like > > such a candidate to me. > > I'm planning to send another clk pull at the end of this week and I'll > include this series. Stephen came on the list and started to merge this things this week. I was going to collect up more patches for him if he wasn't around, and intended to include this. However, since he's starting to collect things, I'm not going to send him a clk pull today. It's up to you if you want to send this in via drm-rust or wait for Stephen. Brian ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-27 13:19 ` Brian Masney @ 2026-03-27 15:00 ` Miguel Ojeda 2026-03-27 15:17 ` Brian Masney 2026-03-30 7:49 ` Alice Ryhl 0 siblings, 2 replies; 16+ messages in thread From: Miguel Ojeda @ 2026-03-27 15:00 UTC (permalink / raw) To: Brian Masney Cc: Maxime Ripard, Danilo Krummrich, Stephen Boyd, Alice Ryhl, Michael Turquette, Maarten Lankhorst, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng On Fri, Mar 27, 2026 at 2:19 PM Brian Masney <bmasney@redhat.com> wrote: > > Stephen came on the list and started to merge this things this week. I > was going to collect up more patches for him if he wasn't around, and > intended to include this. However, since he's starting to collect > things, I'm not going to send him a clk pull today. > > It's up to you if you want to send this in via drm-rust or wait for Stephen. I guess it depends if he plans to pick it up this cycle or not. If he doesn't, then it may be best to just go forward with your Acked-bys -- Danilo can pick it up if DRM needs it in their branch, otherwise I can pick it up. Thanks! Cheers, Miguel ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-27 15:00 ` Miguel Ojeda @ 2026-03-27 15:17 ` Brian Masney 2026-03-27 15:42 ` Danilo Krummrich 2026-03-27 17:28 ` Miguel Ojeda 2026-03-30 7:49 ` Alice Ryhl 1 sibling, 2 replies; 16+ messages in thread From: Brian Masney @ 2026-03-27 15:17 UTC (permalink / raw) To: Miguel Ojeda Cc: Maxime Ripard, Danilo Krummrich, Stephen Boyd, Alice Ryhl, Michael Turquette, Maarten Lankhorst, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng On Fri, Mar 27, 2026 at 11:00 AM Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> wrote: > On Fri, Mar 27, 2026 at 2:19 PM Brian Masney <bmasney@redhat.com> wrote: > > > > Stephen came on the list and started to merge this things this week. I > > was going to collect up more patches for him if he wasn't around, and > > intended to include this. However, since he's starting to collect > > things, I'm not going to send him a clk pull today. > > > > It's up to you if you want to send this in via drm-rust or wait for Stephen. > > I guess it depends if he plans to pick it up this cycle or not. > > If he doesn't, then it may be best to just go forward with your > Acked-bys -- Danilo can pick it up if DRM needs it in their branch, > otherwise I can pick it up. I am not a clk maintainer, so I can't leave an Acked-by for you to pick this up unfortunately. I've been quite active in the clk subsystem though the last 6 months or so. Brian ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-27 15:17 ` Brian Masney @ 2026-03-27 15:42 ` Danilo Krummrich 2026-03-27 16:54 ` Brian Masney 2026-03-27 17:28 ` Miguel Ojeda 1 sibling, 1 reply; 16+ messages in thread From: Danilo Krummrich @ 2026-03-27 15:42 UTC (permalink / raw) To: Brian Masney Cc: Miguel Ojeda, Maxime Ripard, Stephen Boyd, Alice Ryhl, Michael Turquette, Maarten Lankhorst, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng On Fri Mar 27, 2026 at 4:17 PM CET, Brian Masney wrote: > I am not a clk maintainer, so I can't leave an Acked-by for you to > pick this up unfortunately. I've been quite active in the clk > subsystem though the last 6 months or so. I'm not involved in the CLK subsystem, but maybe it would be a good chance to offer stepping up as co-maintainer (also given that Michael seems to be inactive for a couple of years now). :) ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-27 15:42 ` Danilo Krummrich @ 2026-03-27 16:54 ` Brian Masney 2026-03-27 17:38 ` Miguel Ojeda 0 siblings, 1 reply; 16+ messages in thread From: Brian Masney @ 2026-03-27 16:54 UTC (permalink / raw) To: Danilo Krummrich Cc: Miguel Ojeda, Maxime Ripard, Stephen Boyd, Alice Ryhl, Michael Turquette, Maarten Lankhorst, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng On Fri, Mar 27, 2026 at 11:42 AM Danilo Krummrich <dakr@kernel.org> wrote: > On Fri Mar 27, 2026 at 4:17 PM CET, Brian Masney wrote: > > I am not a clk maintainer, so I can't leave an Acked-by for you to > > pick this up unfortunately. I've been quite active in the clk > > subsystem though the last 6 months or so. > > I'm not involved in the CLK subsystem, but maybe it would be a good chance to > offer stepping up as co-maintainer (also given that Michael seems to be inactive > for a couple of years now). :) I mentioned to Stephen at the last LPC in Tokyo that I am interested in becoming a clk co-maintainer. I've sent him some git pulls for some of my work the last few development cycles, and he's pulled them. For this development cycle, I collected up some patches from others that I feel are ready, however I didn't hear back from Stephen yet: https://lore.kernel.org/linux-clk/abLV9vjYxXsKciHW@redhat.com/ He separately pulled some of that work via the posted patches into clk-next this week. I don't know if there was something he didn't like in my git pull. To be honest, I initially helped with reviews trying to free up time for him to give feedback about my work to address some long-standing issues related to clk scaling that affect DRM and sound: https://lore.kernel.org/linux-clk/20260323-clk-scaling-v7-0-8e7193dc9405@redhat.com/ The kunit tests in patch 2 and 4 clearly show the issues. (I'm working on some fixes to this series right now based on feedback from Sashiko.) I've become more interested in the clk subsystem as I learn more about it. There are other improvements that I am willing to make to the clk subsystem, however the current situation has been quite challenging to be honest. I will help with the linux-clk subsystem for the long term if there is the possibility of me eventually becoming a co-maintainer. Stephen can have veto power over what goes in. Brian ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-27 16:54 ` Brian Masney @ 2026-03-27 17:38 ` Miguel Ojeda 0 siblings, 0 replies; 16+ messages in thread From: Miguel Ojeda @ 2026-03-27 17:38 UTC (permalink / raw) To: Brian Masney Cc: Danilo Krummrich, Maxime Ripard, Stephen Boyd, Alice Ryhl, Michael Turquette, Maarten Lankhorst, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng On Fri, Mar 27, 2026 at 5:54 PM Brian Masney <bmasney@redhat.com> wrote: > > I mentioned to Stephen at the last LPC in Tokyo that I am interested > in becoming a clk co-maintainer. Thanks for the context, that sounds great -- more maintainers and reviewers are needed in the kernel. But, of course, it is up to Stephen. Another possibility Stephen could perhaps like if he doesn't want a co-maintainer for everything is having a sub-maintainer for the Rust side, possibly in a sub-entry (e.g. "COMMON CLK FRAMEWORK [RUST]", i.e. with the usual square brackets we use for that), assuming you are interested in that. It is an approach that we have seen works well, because it is usually a win-win for maintainers that cannot commit time to review new Rust stuff, i.e. they get more people in their subsystem, they can use the opportunity to learn Rust (assuming they don't know it yet) and they can assess how often Rust changes are needed, yet they still control the changes (e.g. in cases a change on both sides needs to happen at once). [ In any case, I don't know the context behind all this -- if I can help with anything, please let me know. ] Thanks! Cheers, Miguel ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-27 15:17 ` Brian Masney 2026-03-27 15:42 ` Danilo Krummrich @ 2026-03-27 17:28 ` Miguel Ojeda 2026-03-27 17:38 ` Brian Masney 1 sibling, 1 reply; 16+ messages in thread From: Miguel Ojeda @ 2026-03-27 17:28 UTC (permalink / raw) To: Brian Masney Cc: Maxime Ripard, Danilo Krummrich, Stephen Boyd, Alice Ryhl, Michael Turquette, Maarten Lankhorst, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng On Fri, Mar 27, 2026 at 4:17 PM Brian Masney <bmasney@redhat.com> wrote: > > I am not a clk maintainer, so I can't leave an Acked-by for you to > pick this up unfortunately. I've been quite active in the clk > subsystem though the last 6 months or so. In that case, I could take your Acked-by as an active contributor of clk if you are willing to provide it, i.e. with the "# Suffix" notation I introduced a year ago: https://docs.kernel.org/process/submitting-patches.html#when-to-use-acked-by-cc-and-co-developed-by cd9123eeb224 ("docs: submitting-patches: clarify Acked-by and introduce "# Suffix"") i.e. Acked-bys can nowadays be provided by other stakeholders apart from maintainers, e.g. people with domain knowledge, userspace reviewers of uAPI patches, key users and so on. Especially so since you offered to be a co-maintainer long term, so I think having your Acked-by is way better that having no tag at all :) Cheers, Miguel ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-27 17:28 ` Miguel Ojeda @ 2026-03-27 17:38 ` Brian Masney 0 siblings, 0 replies; 16+ messages in thread From: Brian Masney @ 2026-03-27 17:38 UTC (permalink / raw) To: Miguel Ojeda Cc: Maxime Ripard, Danilo Krummrich, Stephen Boyd, Alice Ryhl, Michael Turquette, Maarten Lankhorst, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng On Fri, Mar 27, 2026 at 1:28 PM Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> wrote: => On Fri, Mar 27, 2026 at 4:17 PM Brian Masney <bmasney@redhat.com> wrote: > > > > I am not a clk maintainer, so I can't leave an Acked-by for you to > > pick this up unfortunately. I've been quite active in the clk > > subsystem though the last 6 months or so. > > In that case, I could take your Acked-by as an active contributor of > clk if you are willing to provide it, i.e. with the "# Suffix" > notation I introduced a year ago: > > https://docs.kernel.org/process/submitting-patches.html#when-to-use-acked-by-cc-and-co-developed-by > > cd9123eeb224 ("docs: submitting-patches: clarify Acked-by and > introduce "# Suffix"") > > i.e. Acked-bys can nowadays be provided by other stakeholders apart > from maintainers, e.g. people with domain knowledge, userspace > reviewers of uAPI patches, key users and so on. > > Especially so since you offered to be a co-maintainer long term, so I > think having your Acked-by is way better that having no tag at all :) Sure... Acked-by: Brian Masney <bmasney@redhat.com> # Active contributor to clk ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-27 15:00 ` Miguel Ojeda 2026-03-27 15:17 ` Brian Masney @ 2026-03-30 7:49 ` Alice Ryhl 2026-03-30 10:27 ` Miguel Ojeda 1 sibling, 1 reply; 16+ messages in thread From: Alice Ryhl @ 2026-03-30 7:49 UTC (permalink / raw) To: Miguel Ojeda Cc: Brian Masney, Maxime Ripard, Danilo Krummrich, Stephen Boyd, Michael Turquette, Maarten Lankhorst, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng On Fri, Mar 27, 2026 at 04:00:17PM +0100, Miguel Ojeda wrote: > On Fri, Mar 27, 2026 at 2:19 PM Brian Masney <bmasney@redhat.com> wrote: > > > > Stephen came on the list and started to merge this things this week. I > > was going to collect up more patches for him if he wasn't around, and > > intended to include this. However, since he's starting to collect > > things, I'm not going to send him a clk pull today. > > > > It's up to you if you want to send this in via drm-rust or wait for Stephen. > > I guess it depends if he plans to pick it up this cycle or not. > > If he doesn't, then it may be best to just go forward with your > Acked-bys -- Danilo can pick it up if DRM needs it in their branch, > otherwise I can pick it up. The drm-rust-next branch has closed now that -rc6 is out. If we don't hear from Stephen, do you mind picking it up Miguel? Alice ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk 2026-03-30 7:49 ` Alice Ryhl @ 2026-03-30 10:27 ` Miguel Ojeda 0 siblings, 0 replies; 16+ messages in thread From: Miguel Ojeda @ 2026-03-30 10:27 UTC (permalink / raw) To: Alice Ryhl Cc: Brian Masney, Maxime Ripard, Danilo Krummrich, Stephen Boyd, Michael Turquette, Maarten Lankhorst, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng On Mon, Mar 30, 2026 at 9:49 AM Alice Ryhl <aliceryhl@google.com> wrote: > > The drm-rust-next branch has closed now that -rc6 is out. If we don't > hear from Stephen, do you mind picking it up Miguel? Yeah, I will pick them -- I talked with Danilo about it a few days ago. Cheers, Miguel ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH v5 0/3] Implement Send and Sync for clk [not found] <20260223-clk-send-sync-v5-0-181bf2f35652@google.com> 2026-03-20 11:43 ` [PATCH v5 0/3] Implement Send and Sync for clk Danilo Krummrich @ 2026-04-03 10:04 ` Miguel Ojeda 1 sibling, 0 replies; 16+ messages in thread From: Miguel Ojeda @ 2026-04-03 10:04 UTC (permalink / raw) To: Alice Ryhl Cc: Stephen Boyd, Michael Turquette, Maarten Lankhorst, Maxime Ripard, Drew Fustini, Guo Ren, Fu Wei, Uwe Kleine-König, Michal Wilczynski, Viresh Kumar, Miguel Ojeda, Gary Guo, Björn Roy Baron, Benno Lossin, Andreas Hindborg, Trevor Gross, Danilo Krummrich, Daniel Almeida, linux-clk, rust-for-linux, linux-kernel, dri-devel, linux-pwm, Boqun Feng On Mon, Feb 23, 2026 at 11:08 AM Alice Ryhl <aliceryhl@google.com> wrote: > > The Clk type is thread-safe, so let's mark it as thread-safe in the type > system. This lets us get rid of hacks in drivers. Applied to `rust-next` -- thanks everyone! (Given we heard nothing this week either) Cheers, Miguel ^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2026-04-03 10:04 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20260223-clk-send-sync-v5-0-181bf2f35652@google.com>
2026-03-20 11:43 ` [PATCH v5 0/3] Implement Send and Sync for clk Danilo Krummrich
2026-03-21 15:03 ` Miguel Ojeda
2026-03-21 18:17 ` Maxime Ripard
2026-03-23 0:15 ` Brian Masney
2026-03-23 0:29 ` Miguel Ojeda
2026-03-27 13:19 ` Brian Masney
2026-03-27 15:00 ` Miguel Ojeda
2026-03-27 15:17 ` Brian Masney
2026-03-27 15:42 ` Danilo Krummrich
2026-03-27 16:54 ` Brian Masney
2026-03-27 17:38 ` Miguel Ojeda
2026-03-27 17:28 ` Miguel Ojeda
2026-03-27 17:38 ` Brian Masney
2026-03-30 7:49 ` Alice Ryhl
2026-03-30 10:27 ` Miguel Ojeda
2026-04-03 10:04 ` Miguel Ojeda
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox