From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CFF41331A6E; Fri, 27 Mar 2026 15:42:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774626172; cv=none; b=OJ6Dc19me2EQ5dpWpmWkUYKdaOXlthmOI1NNyD7/4wS2g5Aecv/JmO6YEN8j6N5MYxzRaJtxifbH4uEj9x4pwF2dB38hY39Ou5Nok3ghRG4uhUc7lfQA2/FxDGM25lJtgvY92ALnezvnKqp2SxTfDkaYpT8HioexrHrApeSct/U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774626172; c=relaxed/simple; bh=N5QspxPejw9w7zUpfqwNJA5lxWidOkYMOUOW5hyNY4o=; h=Mime-Version:Content-Type:Date:Message-Id:Subject:Cc:To:From: References:In-Reply-To; b=O5iNjoICbn2g2j/IrmeLFMImUqkPjApSxBGvZ4lAnmiMexEb+CsWhBABLvdNR2FA8ZYntx3LijO+EMoNsuzIl6LtGlFaez1mQgWYVFIzr8aWVyOXpRV9ZzHDWt8YalgcKDFJJV7cmEisnbN68+TZX2jPgHaJOGfndcKOKbatN3k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sOBZ6IJg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="sOBZ6IJg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84AEDC19423; Fri, 27 Mar 2026 15:42:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774626171; bh=N5QspxPejw9w7zUpfqwNJA5lxWidOkYMOUOW5hyNY4o=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=sOBZ6IJgRdrDctxoaRi9B4+iVWwtU8840GbGAX2CiFIFvRyghghoZqzAvmBqnDYza nZUsXT0OkOdN2YAvgAf5Xpwy7K0EHAR6wn/yr/Q1IamnDB3Bgjn1198pUj6FEJenGg rhu2EPCmAwKg1mcsC8H7nl6WAWB4mOYhAc2Otu2bgexuMOyupuFmQRAjal5sYDeAtc 0up4UCvSb2SJNM7ainpxfFQfMnVCeZVIgSbNnj9FongxWa5+0NJrGFN6sjHLjVDPD9 lhkXEwQu31BAAjjTuu4Z/zxqE5aIsb3+LTZqLsQD2qj81A+OvPXPlTvnrkhap1KMEZ aojhI5ZJRtvNQ== Precedence: bulk X-Mailing-List: rust-for-linux@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 27 Mar 2026 16:42:44 +0100 Message-Id: Subject: Re: [PATCH v5 0/3] Implement Send and Sync for clk Cc: "Miguel Ojeda" , "Maxime Ripard" , "Stephen Boyd" , "Alice Ryhl" , "Michael Turquette" , "Maarten Lankhorst" , "Drew Fustini" , "Guo Ren" , "Fu Wei" , =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= , "Michal Wilczynski" , "Viresh Kumar" , "Miguel Ojeda" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Benno Lossin" , "Andreas Hindborg" , "Trevor Gross" , "Daniel Almeida" , , , , , , "Boqun Feng" To: "Brian Masney" From: "Danilo Krummrich" References: <20260223-clk-send-sync-v5-0-181bf2f35652@google.com> <20260321-awesome-hot-kingfisher-5d9f55@houat> In-Reply-To: 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 ina= ctive for a couple of years now). :)