From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx-out1.startmail.com (mx-out1.startmail.com [145.131.90.139]) (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 151782D6E58; Tue, 28 Oct 2025 22:41:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=145.131.90.139 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761691277; cv=none; b=slSgm7dM/XHYjDdHQzCkkmlTf1TpoqKiVWAMqBo3ZHhhh80ZbCEkrdB43acYLQafLTmd7A92SShYNVMlfodEmXsJt+IGWZ3/HFaw364RPCL2c5Z+f4ok9XM7Nk6dSXqsbjHSOIPMWUhqOHioUkid6O7vSuecHJajT23a1Kmlquc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761691277; c=relaxed/simple; bh=ovS3F4Ji8YIzTXUX3iGcqGh38VGc/zziXtLpzHf6TiE=; h=Date:From:To:Cc:Subject:Message-ID:References:Mime-Version: Content-Type:Content-Disposition:In-Reply-To; b=mQrNzbsndLT3RA/pkSxo+TbVt05NP+sWSG9XWX35bQk3odPaWNLEsyctw8mU4gDx+rCcnKMFEUVqffPtGeroZjifKzRPHZd4zaJj3OPGQmx16NvNgp3DhnU4y8y7roD5TJ0JhNa/G50pgShvaMDoPxv8D0PBqtoE8YsgtM8Xk/A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weathered-steel.dev; spf=pass smtp.mailfrom=weathered-steel.dev; dkim=pass (2048-bit key) header.d=weathered-steel.dev header.i=@weathered-steel.dev header.b=RsrNvQPr; arc=none smtp.client-ip=145.131.90.139 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weathered-steel.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=weathered-steel.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=weathered-steel.dev header.i=@weathered-steel.dev header.b="RsrNvQPr" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=weathered-steel.dev; s=startmail1; t=1761690773; bh=ovS3F4Ji8YIzTXUX3iGcqGh38VGc/zziXtLpzHf6TiE=; h=Date:From:To:Subject:Message-ID:References:Mime-Version: Content-Type:Content-Disposition:In-Reply-To:From:Subject:To:Date: Sender:Content-Type:Content-Transfer-Encoding:Content-Disposition: Mime-Version:Reply-To:In-Reply-To:References:Message-Id: List-Unsubscribe:List-Unsubscribe-Post:Autocrypt; b=RsrNvQPrL+hBoTA6C+XNlXTAxw+GaoY9JCiSMj/KjG7Qiq7MZmjhDZhbXMZNy76BQ wl3La5/8iDB2+9GqE2QOWt7wAleWti9tUVD/2LelRPgzmREwKtF7FE7p3QLh+xUtDV cOFgkD9GKWHJx1m41az/TXYKTPjVcTcCP8o3POc3efyieUx/QWYAU3UuMl95e4gORS pUsYTye0cK56+pJ5HhFt3Y9NFO4Fww2WRMvfwuzQWxkcEU/3efm1M7yrc8Kjqu5TUH pIgcrgUy2nefisESGS+OwH+CKmWJpXXkiLSGlVKeduBI+UoiI9/VqUovunINDRTerz 4NzvUzDHWq2eA== Date: Tue, 28 Oct 2025 22:32:50 +0000 From: Elle Rhumsaa To: Michal Wilczynski Cc: Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Danilo Krummrich , Drew Fustini , Guo Ren , Fu Wei , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Stephen Rothwell , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH 2/4] rust: pwm: Add module_pwm_platform_driver! macro Message-ID: References: <20251028-pwm_fixes-v1-0-25a532d31998@samsung.com> <20251028-pwm_fixes-v1-2-25a532d31998@samsung.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251028-pwm_fixes-v1-2-25a532d31998@samsung.com> On Tue, Oct 28, 2025 at 01:22:33PM +0100, Michal Wilczynski wrote: > Signed-off-by: Michal Wilczynski > --- Reviewed-by: Elle Rhumsaa