aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/pwm
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-154-4/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-181-0/+2
| | | | | | | | | and remove non-present symbols that are now reported by kmod_syms.awk. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32878
* 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