aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pwm/pwmbus_if.m
Commit message (Expand)AuthorAgeFilesLines
* Make pwm channel numbers unsigned.Ian Lepore2019-06-151-9/+9
* Restructure the pwm device hirearchy and interfaces.Ian Lepore2019-06-151-0/+8
* Do not include pwm.h here, it is purely a userland interface file containingIan Lepore2019-06-151-4/+0
* pwm: Convert period and duty to unsigned intEmmanuel Vadot2018-12-141-4/+4
* Add a pwm subsystem so we can configure pwm controller from kernel and userland.Emmanuel Vadot2018-12-121-0/+111