Re: [PATCH v7 1/8] pwm: pca9685: Switch to atomic API

2021-04-07 Thread Clemens Gruber
Hi, On Wed, Apr 07, 2021 at 07:24:28AM +0200, Uwe Kleine-König wrote: > Hello, > > On Tue, Apr 06, 2021 at 06:41:33PM +0200, Clemens Gruber wrote: > > The switch to the atomic API goes hand in hand with a few fixes to > > previously experienced issues: > > - The duty cycle is no longer lost after

Re: [PATCH v7 1/8] pwm: pca9685: Switch to atomic API

2021-04-06 Thread Uwe Kleine-König
Hello, On Tue, Apr 06, 2021 at 06:41:33PM +0200, Clemens Gruber wrote: > The switch to the atomic API goes hand in hand with a few fixes to > previously experienced issues: > - The duty cycle is no longer lost after disable/enable (previously the > OFF registers were cleared in disable and the u

[PATCH v7 1/8] pwm: pca9685: Switch to atomic API

2021-04-06 Thread Clemens Gruber
The switch to the atomic API goes hand in hand with a few fixes to previously experienced issues: - The duty cycle is no longer lost after disable/enable (previously the OFF registers were cleared in disable and the user was required to call config to restore the duty cycle settings) - If one s