]> www.infradead.org Git - users/jedix/linux-maple.git/commit
pwm: Add actual hardware state to pwm debugfs file
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Fri, 4 Apr 2025 10:48:42 +0000 (12:48 +0200)
committerUwe Kleine-König <ukleinek@kernel.org>
Mon, 14 Apr 2025 06:03:16 +0000 (08:03 +0200)
commit461d68d43d69a3d96750448ea5c3e0a68fc8d4c6
treedc3f9bfa936bfcd54dd033fcd807994fa0a1cc46
parent7cfe1e208b86c7fd4b35a8a502a8b15604eec1e0
pwm: Add actual hardware state to pwm debugfs file

Traditionally /sys/kernel/debug/pwm only contained info from pwm->state.
Most of the time this data represents the last requested setting which
might differ considerably from the actually configured in hardware
setting.

Expand the information in the debugfs file with the actual values.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Reviewed-by: Trevor Gamblin <tgamblin@baylibre.com>
Link: https://lore.kernel.org/r/20250404104844.543479-2-u.kleine-koenig@baylibre.com
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>
drivers/pwm/core.c