linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] pwm: pca9586: Convert to waveform API
@ 2025-07-29 10:35 Uwe Kleine-König
  2025-07-29 10:36 ` [PATCH 1/5] pwm: pca9685: Don't disable hardware in .free() Uwe Kleine-König
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Uwe Kleine-König @ 2025-07-29 10:35 UTC (permalink / raw)
  To: linux-pwm; +Cc: David Jander, Clemens Gruber, linux-kernel

Hello,

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.

Best regards
Uwe

Uwe Kleine-König (5):
  pwm: pca9685: Don't disable hardware in .free()
  pwm: pca9685: Use bulk write to atomicially update registers
  pwm: pca9685: Make use of register caching in regmap
  pwm: pca9685: Drop GPIO support
  pwm: pca9586: Convert to waveform API

 drivers/pwm/pwm-pca9685.c | 555 ++++++++++++++++----------------------
 1 file changed, 229 insertions(+), 326 deletions(-)


base-commit: 68b9272ca7ac948b71aba482ef8244dee8032f46
prerequisite-patch-id: 917be1150626d7632f99929ac9f7dc1449864979
-- 
2.50.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-08-18  8:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29 10:35 [PATCH 0/5] pwm: pca9586: Convert to waveform API Uwe Kleine-König
2025-07-29 10:36 ` [PATCH 1/5] pwm: pca9685: Don't disable hardware in .free() Uwe Kleine-König
2025-07-29 10:36 ` [PATCH 2/5] pwm: pca9685: Use bulk write to atomicially update registers Uwe Kleine-König
2025-07-29 10:36 ` [PATCH 3/5] pwm: pca9685: Make use of register caching in regmap Uwe Kleine-König
2025-07-29 10:36 ` [PATCH 4/5] pwm: pca9685: Drop GPIO support Uwe Kleine-König
2025-07-29 10:36 ` [PATCH 5/5] pwm: pca9586: Convert to waveform API Uwe Kleine-König
2025-08-18  8:36 ` [PATCH 0/5] " Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).