]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'pwm/duty_offset-for-6.13-rc1' of https://git.kernel.org/pub/scm/linux...
authorUwe Kleine-König <ukleinek@kernel.org>
Fri, 25 Oct 2024 09:41:46 +0000 (11:41 +0200)
committerUwe Kleine-König <ukleinek@kernel.org>
Fri, 25 Oct 2024 09:41:46 +0000 (11:41 +0200)
commitacf2b314892f1d003e483c445aae9f58a4b6d80b
tree8d0db1c0a44f2d960834dc0b84c5a70131cf73c3
parent22f032c7900ca457f4facdd711eee61c9648c7c1
parent9c918959e198d25bd3d55068331312812406dec2
Merge tag 'pwm/duty_offset-for-6.13-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux

pwm: Support for duty_offset

Support a new abstraction for pwm configuration that allows to specify
the time between start of period and the raising edge of the signal
("duty offset").

This is used in a patch series by Trevor Gamblin for triggering an ADC
conversion and afterwards read out the result. See
https://lore.kernel.org/linux-iio/20240909-ad7625_r1-v5-0-60a397768b25@baylibre.com/
for more details.
drivers/pwm/pwm-axi-pwmgen.c