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 0062613AC5 for ; Mon, 8 May 2023 03:45:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 8133DC433EF; Mon, 8 May 2023 03:45:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683517514; bh=BboaEkdGp2XJSc4xAvS321HB+6RiL36aQOJ9SvN5Dmg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=XbmZF3QOy6w3FeWVNFa6ms9H1VlcUkISH0X5GJBAm7Cr9f9EnPPqb1pY2rwwNVW9M c3Vw1tlEHCoczL8+BNhKlgj1BALq7LMifO2xzX3c1psvwYuT10g1OKoZJcVVl6vusL NFgU+4rgyBaOLfYGkfUAsLDBXZdNLyG/qX0TPSWLdlp4oLpBa2pXn70/W1MXuypH5P khmJwqihFWM89QDZkbsWdes7LYa3JUv0Gd3YG1p+1l7Gtebwh8l+A5/QeUcwu2ktQa E8hKivwAzszNjIzrrDLyec5ySt9SJuNdnBc7g+EKZE3hpV2vcq2HjUck7IMv1acy3w j9SjQ1ByI1I3A== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 56639E26D26; Mon, 8 May 2023 03:45:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 0/4] pwm: Ensure .polarity is set in .get_state() From: patchwork-bot+chrome-platform@kernel.org Message-Id: <168351751434.5651.3110198829137956181.git-patchwork-notify@kernel.org> Date: Mon, 08 May 2023 03:45:14 +0000 References: <20230228135508.1798428-1-u.kleine-koenig@pengutronix.de> In-Reply-To: <20230228135508.1798428-1-u.kleine-koenig@pengutronix.de> To: =?utf-8?q?Uwe_Kleine-K=C3=B6nig_=3Cu=2Ekleine-koenig=40pengutronix=2Ede=3E?=@ci.codeaurora.org Cc: thierry.reding@gmail.com, kamatam@amazon.com, xuejiancheng@hisilicon.com, yuanjian12@hisilicon.com, robh@kernel.org, bleung@chromium.org, orsonzhai@gmail.com, baolin.wang@linux.alibaba.com, zhang.lyra@gmail.com, linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org, groeck@chromium.org, chrome-platform@lists.linux.dev, kernel@pengutronix.de Hello: This patch was applied to chrome-platform/linux.git (for-kernelci) by Thierry Reding : On Tue, 28 Feb 2023 14:55:04 +0100 you wrote: > Hello, > > in the context of the discussion with Munehisa Kamata about the meson driver > not setting .polarity in .get_state() I checked the other drivers for the same > issue. The identified drivers are fixed here. For three of them > zero-initializing *state would be good enough, still I think setting the > polarity explicitly is a good idea. For the hibvt driver (that supports > both polarities) the change is a real improvement. > > [...] Here is the summary with links: - [2/4] pwm: cros-ec: Explicitly set .polarity in .get_state() https://git.kernel.org/chrome-platform/c/30006b77c7e1 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html