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 D28741CAB1; Wed, 22 Nov 2023 08:52:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FumuhebC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 368E5C433C8; Wed, 22 Nov 2023 08:52:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700643153; bh=IaDXazBFLgJLrCCZ5ZKPxuE8p+aXje9cOAE6DyMfjvs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FumuhebC0pIxSWvkdBcRS6gg8WnXhHAt1+f0qN71IHGokyZJK6RW5ndUk8ejYafvP IgBssGm0RFtUSgupEmKnY/FvDzQ0YN4k+hJh8Kf70I3G0ENiYbkc5tLfp3dRCj2KTn snUpzMXoo41NKmCOhsoiRXE/FtQsICjv8GppbQMoUZG+MOTDX/RL+ZjD79X19SDLe4 EagHofU6pVdNZxVHPE0JleKic3uxERIl6CeOMLkd9a0Ph/WUXw5U9VPv0gm9swyFC5 tRTsM6ZRFRJLYKiJPHQjyxPlq8D7jKy0noEDsqCRcdGoJ3d1hC6j2hwfd34VupzQ6T 5C7aPQWviiJOA== Date: Wed, 22 Nov 2023 16:52:30 +0800 From: Tzung-Bi Shih To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Thierry Reding , Benson Leung , Guenter Roeck , linux-pwm@vger.kernel.org, chrome-platform@lists.linux.dev, kernel@pengutronix.de Subject: Re: [PATCH v3 008/108] pwm: cros-ec: Make use of pwmchip_parent() macro Message-ID: References: <20231121134901.208535-1-u.kleine-koenig@pengutronix.de> <20231121134901.208535-9-u.kleine-koenig@pengutronix.de> Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231121134901.208535-9-u.kleine-koenig@pengutronix.de> On Tue, Nov 21, 2023 at 02:49:10PM +0100, Uwe Kleine-König wrote: > struct pwm_chip::dev is about to change. To not have to touch this > driver in the same commit as struct pwm_chip::dev, use the macro > provided for exactly this purpose. > > Signed-off-by: Uwe Kleine-König Reviewed-by: Tzung-Bi Shih