Hello,
On Tue, Jul 29, 2025 at 12:35:59PM +0200, Uwe Kleine-König wrote:
> this series eventually converts the pca9685 driver to the new waveform
> callbacks. It starts with a few minor fixes and cleanups before the
> actual conversion.
>
> Note that this driver was the only one that supported the usage_power
> flag and when it was set increased the duty_offset. Now duty_offset is
> under control of the consumer, so no functionallity is lost.
>
> Patch #4 drops GPIO support. Though the internal details differ a bit,
> this is superseded by patch
> https://lore.kernel.org/linux-pwm/20250717151117.1828585-2-u.kleine-koenig@baylibre.com
> which provides generic GPIO support for waveform PWM chips.
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-next
with a minor conflcit due to commit d9d87d90cc0b ("treewide: rename
GPIO set callbacks back to their original names").
Best regards
Uwe