mbox series

[libpwm,0/4] sysfs: Various fixes and an improvement

Message ID cover.1751995302.git.u.kleine-koenig@baylibre.com
Headers show
Series sysfs: Various fixes and an improvement | expand

Message

Uwe Kleine-König (The Capable Hub) July 8, 2025, 5:24 p.m. UTC
Hello,

while working on the pwm-mediatek driver I found a few corners in libpwm
that doesn't seem to have seen much testing before with a driver that
can only implement normal polarity.

Best regards
Uwe

Uwe Kleine-König (4):
  sysfs: Fix a wrong condition for duty_cycle writing
  sysfs: Fix polarity handling
  sysfs: Keep polarity for constant waveforms
  sysfs: Implement fine grained cache control

 sysfs.c | 134 +++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 104 insertions(+), 30 deletions(-)


base-commit: 3a9a9d36d95e8aa5ed563590d53c1715285a5ffb

Comments

Uwe Kleine-König (The Capable Hub) July 21, 2025, 11:11 a.m. UTC | #1
Hello,

On Tue, Jul 08, 2025 at 07:24:12PM +0200, Uwe Kleine-König wrote:
> while working on the pwm-mediatek driver I found a few corners in libpwm
> that doesn't seem to have seen much testing before with a driver that
> can only implement normal polarity.

applied with the announced fixup to patch #2 to
https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/libpwm.git main
.

Best regards
Uwe