[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5c7c96ff-5323-2dd9-b56d-57a10b6576f2@gmx.de>
Date: Sat, 5 Dec 2020 00:25:41 +0100
From: Lino Sanfilippo <LinoSanfilippo@....de>
To: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
Cc: thierry.reding@...il.com, lee.jones@...aro.org,
nsaenzjulienne@...e.de, f.fainelli@...il.com, rjui@...adcom.com,
sbranden@...adcom.com, bcm-kernel-feedback-list@...adcom.com,
linux-pwm@...r.kernel.org, linux-rpi-kernel@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
sean@...s.org
Subject: Re: [PATCH v2] pwm: bcm2835: Support apply function for atomic
configuration
Hi,
On 04.12.20 at 12:21, Uwe Kleine-König wrote:
>
> I'd make value an unsigned long long and check for > 0xffffffff instead
> of repeating the (expensive) division. (Hmm, maybe the compiler is smart
> enough to not actually repeat it, but still.)
I also prefer unsigned long long over u64 since thats what DIV_ROUND_CLOSEST_ULL returns.
However since we have the constant U32_MAX for 0xffffffff we should use that.
Thanks,
Lino
Powered by blists - more mailing lists