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 305C726A0B3; Thu, 10 Jul 2025 13:41:56 +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=1752154918; cv=none; b=SuyyvChZMTcQT9bf75rLsj6RyLglLqYV4vuSu/W6tuzvh37iLhq0oftI+7Qwx8UcdEjnwzt8pT7gTJo6QVx1T6yiNiEvPqBBVsyCLzj3olg+ymJporPixcZbud2wMSuW1J937iW+LDzo79+oVHYVNUHB+EDUjKDCKXs9Rq0yZf0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752154918; c=relaxed/simple; bh=SlMbXo298xvQjkFJyCKDy58mImmJ1m24txuya44+l64=; h=Mime-Version:Content-Type:Date:Message-Id:To:From:Subject:Cc: References:In-Reply-To; b=kIt72RsL/qYaAY4uRPCJhL9zj6llBBtVQOv06B/JvCdo7gx2J77DlaMs2FxU2ZC1Q1izwF6XnVXAW9qj37FA0VZnuhB8RmykbAuAM/5DLa9gcIdd+F1eTTshiMuGJh6riRf5PO3stuxTO1nDoP75BtCrvj1pIGv7qpRZr29F8lE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qnatzMaX; 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="qnatzMaX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7B423C4CEE3; Thu, 10 Jul 2025 13:41:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752154916; bh=SlMbXo298xvQjkFJyCKDy58mImmJ1m24txuya44+l64=; h=Date:To:From:Subject:Cc:References:In-Reply-To:From; b=qnatzMaX9jyeMlbtDSEDGQ07J49VSiUNdF+y1WazyHlLZV2GgDtI9RcZhYCPMCTf4 L8NKGsccmI494iYQNXLWTHQx9yuXRJ22gB5/PFdV8vk1xW+uwYh8KGxWRMhhNIB3so xYjo5/tiLvjFAOpfGqhtKMliOdmm3o0I/TPpoANt7U8fT8VHZwBteo18iBi68Df2NX KDzIKmz9RousA36qqfDWNGr+bwQPvWJ7XT5fyr9RvSVZpE1uQxNEvIcAPLUYT1wCdh 3SAGXOTU1G8EbIYacwTLVeMzqsm7qY4W+d86IdE7yZZdxnsWF63i39LMlaN13d/YSt Fk5lmQRLqokMw== Precedence: bulk X-Mailing-List: linux-kernel@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: Thu, 10 Jul 2025 15:41:49 +0200 Message-Id: To: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= From: "Danilo Krummrich" Subject: Re: [PATCH v10 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver Cc: "Michal Wilczynski" , "Miguel Ojeda" , "Alex Gaynor" , "Boqun Feng" , "Gary Guo" , =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= , "Andreas Hindborg" , "Alice Ryhl" , "Trevor Gross" , "Guo Ren" , "Fu Wei" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , "Paul Walmsley" , "Palmer Dabbelt" , "Albert Ou" , "Alexandre Ghiti" , "Marek Szyprowski" , "Benno Lossin" , "Michael Turquette" , "Drew Fustini" , , , , , , "Krzysztof Kozlowski" References: <20250707-rust-next-pwm-working-fan-for-sending-v10-0-d0c5cf342004@samsung.com> In-Reply-To: On Thu Jul 10, 2025 at 3:36 PM CEST, Uwe Kleine-K=C3=B6nig wrote: > On Thu, Jul 10, 2025 at 12:29:59PM +0200, Michal Wilczynski wrote: >> On 7/10/25 12:17, Danilo Krummrich wrote: >> > I see that there is a new MAINTAINERS entry: >> >=20 >> > PWM SUBSYSTEM BINDINGS [RUST] >> > M: Michal Wilczynski >> > S: Maintained >> > F: rust/helpers/pwm.c >> > F: rust/kernel/pwm.rs >> >=20 >> > I assume this is agreed with Uwe? > > I suggest to add > > L: linux-pwm@vger.kernel.org > > then I'm happy with it. I'm definitively not capable to review the Rust > details of Rust code. But I think Rust is readable enough that I can > judge the algorithmic parts. What about the merge strategy? Do you want to pick up patches yourself (thr= ough your tree), receive PRs from Michal or none of those?