[PATCH 04/11] pwm: brcmstb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions

Florian Fainelli florian.fainelli at broadcom.com
Wed Oct 11 08:42:54 PDT 2023



On 10/11/2023 8:31 AM, Uwe Kleine-König wrote:
> On Wed, Oct 11, 2023 at 12:21:52PM +0100, Jonathan Cameron wrote:
>> On Tue, 10 Oct 2023 09:51:05 +0200
>> Uwe Kleine-König <u.kleine-koenig at pengutronix.de> wrote:
>>
>>> This macro has the advantage over SIMPLE_DEV_PM_OPS that we don't have to
>>> care about when the functions are actually used, so the corresponding
>>> #ifdef can be dropped.
>>>
>>> Also make use of pm_ptr() to discard all PM related stuff if CONFIG_PM
>>> isn't enabled.
>>
>> The additional change to potentially return an error when not doing so before
>> wants to be called out in the description.
> 
> Indeed, good catch. Something like:
> 
> 	pwm: brcmstb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM
> 
> 	This macro has the advantage over SIMPLE_DEV_PM_OPS that we don't have to
> 	care about when the functions are actually used, so the corresponding
> 	#ifdef can be dropped.
> 
> 	Also make use of pm_ptr() to discard all PM related stuff if CONFIG_PM
> 	isn't enabled.
> 
> 	While touching brcmstb_pwm_suspend() also propagate the return
> 	value of clk_enable() to the caller of .suspend().
> 
> 	Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>
> 
> I fixed that in my tree, so if and when v2 happens, this comment will be
> addressed.

OK so that makes:

https://lore.kernel.org/all/20231005164728.1846726-1-florian.fainelli@broadcom.com/

void, and now I also need to re-submit:

https://lore.kernel.org/all/20231004175414.1738475-1-florian.fainelli@broadcom.com/

or is Thierry going to resolve that conflict for us?
-- 
Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4221 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20231011/2e5dbc76/attachment.p7s>


More information about the linux-arm-kernel mailing list