opnsense-src/sys/dev/pwm
Oskar Holmund 120e7f7399 usr.sbin/pwm/pwm add support for flags
The pwm utility cant set the only flag defined (PWM_POLARITY_INVERTED) so this
patch add the option -I (capital letter i) to send it to the drivers.

None of existing PWM driver have implemented support for flags.
But soon:ish I will put up an review of a pwm driver using TI OMAP DMTimer.

Differential Revision: https://reviews.freebsd.org/D29137
MFC after:   2 weeks

(cherry picked from commit 17b14d8f77)
2021-07-22 18:39:57 +02:00
..
ofw_pwm.c
ofw_pwm.h
ofw_pwmbus.c
pwm_backlight.c pwm_backlight: Add MODULE_DEPEND on backlight 2021-03-02 14:02:13 +01:00
pwmbus.c
pwmbus.h
pwmbus_if.m share/man/man9/pwmbus.9 fix types in arguments 2021-07-22 18:39:56 +02:00
pwmc.c usr.sbin/pwm/pwm add support for flags 2021-07-22 18:39:57 +02:00
pwmc.h