summaryrefslogtreecommitdiff
path: root/sys/modules/pwm
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
* pwm_backlight: Restrict module to armv7 and aarch64Emmanuel Vadot2020-10-021-0/+2
| | | | | | | | | Both powerpc64 and riscv uses fdt but don't use EXT_RESOURCES. Reported by: jenkins Notes: svn path=/head/; revision=366381
* Add pwm_backlightEmmanuel Vadot2020-10-022-1/+20
| | | | | | | | | | | 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
* Add ofw_pwmbus to enumerate pwmbus devices on systems configured with fdtIan Lepore2019-06-171-1/+1
| | | | | | | data. Also, add fdt support to pwmc. Notes: svn path=/head/; revision=349130
* Add module makefiles for pwm.Ian Lepore2019-06-163-0/+47
Notes: svn path=/head/; revision=349094