]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'pwm/duty_offset-for-6.13-rc1' into togreg
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 12 Oct 2024 12:38:09 +0000 (13:38 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 12 Oct 2024 12:38:09 +0000 (13:38 +0100)
commit96f1792fe816af462ed1e1b6ed8eda52cbf22d6e
tree22e3ceb2f57b5f8c429ff2fbd55d4934257a0340
parent8fa714ca334e0880665a14fed13b16e3e01a67b2
parent9c918959e198d25bd3d55068331312812406dec2
Merge tag 'pwm/duty_offset-for-6.13-rc1' into togreg

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.