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 262FAC4167B for ; Sat, 9 Dec 2023 09:11:57 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=pQ5TZWFBvNeVNb01Dz0QnpuShvg5CdjSTKbdTz3iV8k=; b=yrKRWaoby6/sTA SsnvvaFHczdD2xtqA46YRHThGp5jH7iMSYb4q40ETe8KGLgDdFYaCg1TQRSYFFIGocKfOsprayI+p rwUYsplR4ackCaO31OVxVQJ8dbRpyFAM/7cmN0Q7KkbQ0ha3+iKLePFWO3O0S/crKIadPaneU//Sv aNSz+MjfA4nQ58/+TnPR8KvzYWWRAGonwBKAUrvXzvpyt4uRzTkZ1FPIBx5JTGcNuHQtk/YOHcZ+c vQ7W+bbq2+Z3DpD6EGD49XWbXoEbbOPh4ojoVai83q8UTWKZr9k5P1TxI9BSlBs+fvDQZwrjtaBJy A6d6ntglL+ED9501r5wg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rBtMt-00HM2I-2H; Sat, 09 Dec 2023 09:11:27 +0000 Received: from gofer.mess.org ([2a02:8011:d000:212::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rBtMq-00HM1n-1w; Sat, 09 Dec 2023 09:11:26 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mess.org; s=2020; t=1702113077; bh=+XGfAN7SRR5RmhM3v1fKPVw4izD0tUsQBMr5UhPJlcA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IQ4YD9KNsSANLvdPn5aGGomMN2S5W4iiwx9H84Spbi7xMscnGX+4S6caE6qlZxIDu QVbT50R/i3qVRPwhF9oh2qhn0ER6zdqWj1+9lIQa0o0LIu7eFoQj6Afc1trWwutp4T 6DkHBxLTStFigS9Nc67eh8T24U1ec1N1bRfI3yzWKKq/tC0POyq3FwkG8Bk4z4ZAkg 7pNEKdcG0tpoJsnOyBM+iwgshRCASJvhAojMW7Tld1jEfnHSAY51FOOPgC7kGBfLnw DPSmX7+TSavS76RPGPZy1cJCxneKwtvpGB0V1VrfVZNKr43BtYQlApyqrahm/yWIzS Lp+K255pbDxWw== Received: by gofer.mess.org (Postfix, from userid 1000) id 77422100091; Sat, 9 Dec 2023 09:11:17 +0000 (GMT) Date: Sat, 9 Dec 2023 09:11:17 +0000 From: Sean Young To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Thierry Reding , linux-media@vger.kernel.org, linux-pwm@vger.kernel.org, Ivaylo Dimitrov , Florian Fainelli , Broadcom internal kernel review list , Ray Jui , Scott Branden , linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 3/4] pwm: bcm2835: allow pwm driver to be used in atomic context Message-ID: References: <179dc1ce85702a8b64b43c0e0df656b0c5e3ce30.1701248996.git.sean@mess.org> <20231208172040.mgw7aicmwlw6yjyb@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231208172040.mgw7aicmwlw6yjyb@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231209_011124_804538_22ECC9C5 X-CRM114-Status: GOOD ( 29.72 ) 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 On Fri, Dec 08, 2023 at 06:20:40PM +0100, Uwe Kleine-K=F6nig wrote: > On Fri, Dec 08, 2023 at 05:01:26PM +0000, Sean Young wrote: > > On Fri, Dec 08, 2023 at 05:22:52PM +0100, Thierry Reding wrote: > > > On Wed, Nov 29, 2023 at 09:13:36AM +0000, Sean Young wrote: > > > > clk_get_rate() may do a mutex lock. Fetch the clock rate once, and = prevent > > > > rate changes using clk_rate_exclusive_get(). > > > > = > > > > Signed-off-by: Sean Young > > > > --- > > > > drivers/pwm/pwm-bcm2835.c | 31 +++++++++++++++++++++---------- > > > > 1 file changed, 21 insertions(+), 10 deletions(-) > > > = > > > s/pwm/PWM/ in the subject. Although, I guess you could just drop the > > > "PWM" altogether because the subject prefix implies that this is for > > > PWM. > > = > > $ git log --no-merges --oneline drivers/pwm/ | sed -r 's/^\w* ([^:]+): = .*/\1/' | sort | uniq -c > > 1197 pwm > > 1 PWM > > ... > > = > > The vast majority of the commits use pwm: as a prefix, only one uses PW= M:. = > > In fact if you look across the tree almost everywhere lower case is used > > for the prefix. > = > Thierry doesn't want you to change the subject prefix, but only the > second "pwm" to make it read: > = > pwm: bcm2835: allow PWM driver to be used in atomic context Ah of course, my bad. > While I understand Thierry here, I'm fine with a lowercase pwm here, > too. In my book a PWM in all uppercase is the type of hardware and pwm > in all lowercase is the framework's name. If you use "PWM driver" or > "pwm driver" then doesn't matter much. > = > = > > = > > I'm just trying to follow convention. > > = > > Having said that, I think the prefix is totally redundant, it is clear = from > > the commit files what they are affecting. I am not sure what it really = adds. > > = > > > Also, please capitalize after the subject prefix. > > = > > $ git log --no-merges --oneline drivers/pwm/ | grep -E '^\w* ([^:]+): [= A-Z]' | wc -l > > 217 > > $ git log --no-merges --oneline drivers/pwm/ | grep -E '^\w* ([^:]+): [= a-z]' | wc -l > > 1069 > = > Your matching things like: > = > pwm: pwm-tiehrpwm: Add support for configuring polarity of PWM > = > with the second command. These are perfectly fine as pwm-tiehrpwm is the > driver name and so shouldn't be capitalized. With a bit more care here, > we get: > = > $ git log --no-merges --oneline drivers/pwm/ | grep -E '^.+: [a-z][^:]*$= ' | wc -l > 114 > $ git log --no-merges --oneline drivers/pwm/ | grep -E '^.+: [A-Z][^:]*$= ' | wc -l > 1167 > = > And the newest of the 114 with a small letter is from 2013. Again, I stand corrected. Thanks for pointing it out, I will fix in the next version. Sean _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel