aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pwm/pwm_backlight.c
Commit message (Collapse)AuthorAgeFilesLines
* pwm_backlight: Fix 32 bits buildEmmanuel Vadot2020-10-031-4/+4
| | | | | | | Reported by: jenkins, mjg Notes: svn path=/head/; revision=366386
* Add pwm_backlightEmmanuel Vadot2020-10-021-0/+311
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