X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Fpwm.txt;h=7d2b4c9b544b3c28596bec44c05a62dfadfdc260;hb=317fb953843be5b7ff48bf5416ccce5e3c717a62;hp=554290ebab94509f6fa9ae603cadfc3b8afcde4a;hpb=454287e26a2583bb3e724f1b6f1b77e101646bf7;p=karo-tx-linux.git diff --git a/Documentation/pwm.txt b/Documentation/pwm.txt index 554290ebab94..7d2b4c9b544b 100644 --- a/Documentation/pwm.txt +++ b/Documentation/pwm.txt @@ -36,7 +36,8 @@ Legacy users can request a PWM device using pwm_request() and free it after usage with pwm_free(). New users should use the pwm_get() function and pass to it the consumer -device or a consumer name. pwm_put() is used to free the PWM device. +device or a consumer name. pwm_put() is used to free the PWM device. Managed +variants of these functions, devm_pwm_get() and devm_pwm_put(), also exist. After being requested a PWM has to be configured using: