From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3F139C4167B for ; Wed, 6 Dec 2023 13:07:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jFVP85npQpjGFVFRWOmKR32o9iY08+JdCNjIPgdRgdo=; b=dyxKex4Fg1Y3+7 Ro8OujCzVjHFTMSMLDWAUgRwYTzXVAxm/PH7g9ZGcjY8DlCGlAsED3i+IlHCHhMSJ0hZgojiJmK89 /DLLMyyj6gi37+TIgm5Ad/j5Vb5rZshGrtczJ9PuUHQ8Y9gZFyNqz2TOmaHL07rCZXZGaj6ZPQ/jQ MFUNUkjEkr876vjJ16FiNmpFMuy8u8tshdbM/7YSCMaf7416YQegZbFo5VUOKF6SHEP7hCog2ftpv WwdIIcvuvyGwqG9foXbG1J2gPSli7RgrhUqe07hLk7NelgcYxVjy4YBDJkDPWidmy//O3eDvmuR78 sbDcYuM7n5+Axf59FKBw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rArcK-00AM5l-1h; Wed, 06 Dec 2023 13:07:08 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rArcI-00AM58-2c; Wed, 06 Dec 2023 13:07:07 +0000 Received: from i53875b61.versanet.de ([83.135.91.97] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rArcC-0001zB-AL; Wed, 06 Dec 2023 14:07:00 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Thierry Reding , Uwe =?ISO-8859-1?Q?Kleine=2DK=F6nig?= Cc: kernel@pengutronix.de, linux-pwm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v4 086/115] pwm: rockchip: Make use of devm_pwmchip_alloc() function Date: Wed, 06 Dec 2023 14:06:59 +0100 Message-ID: <2584330.irdbgypaU6@diego> In-Reply-To: <6ff62a16862768b6817819b95e2924e41e05274f.1701860672.git.u.kleine-koenig@pengutronix.de> References: <6ff62a16862768b6817819b95e2924e41e05274f.1701860672.git.u.kleine-koenig@pengutronix.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231206_050706_852976_CAFF6D27 X-CRM114-Status: UNSURE ( 9.73 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Am Mittwoch, 6. Dezember 2023, 12:44:40 CET schrieb Uwe Kleine-K=F6nig: > This prepares the pwm-rockchip driver to further changes of the pwm core > outlined in the commit introducing devm_pwmchip_alloc(). There is no > intended semantical change and the driver should behave as before. > = > Signed-off-by: Uwe Kleine-K=F6nig I looked the important patches up on lore (adding devm_pwmchip_alloc for example) and the change looks correct, so Reviewed-by: Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel