summaryrefslogtreecommitdiff
path: root/sys/modules/pwm/pwm_backlight
Commit message (Collapse)AuthorAgeFilesLines
* pwm_backlight: Add regnode_if.h to SRCSEmmanuel Vadot2020-10-031-0/+1
| | | | | | | | | | If the kernel config doesn't have this pseudo device it will not be generated and then the module will fail to compile. Reported by: mjg Notes: svn path=/head/; revision=366397
* Add pwm_backlightEmmanuel Vadot2020-10-021-0/+15
Driver for pwm-backlight compatible device. Relnotes: yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D26252 Notes: svn path=/head/; revision=366371