Remove residual blank line at start of MakefileThis 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 patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by: emasteSponsored by: The FreeBSD FoundationMFC after: 1 weekDiffer
Fix some modules to export more used symbolsand remove non-present symbols that are now reported by kmod_syms.awk.Reviewed by: emasteSponsored by: The FreeBSD FoundationMFC after: 1 weekDifferential revision: https://reviews.freebsd.org/D32878
show more ...
pwm_backlight: Add regnode_if.h to SRCSIf the kernel config doesn't have this pseudo device it will not be generatedand then the module will fail to compile.Reported by: mjg
pwm_backlight: Restrict module to armv7 and aarch64Both powerpc64 and riscv uses fdt but don't use EXT_RESOURCES.Reported by: jenkins
Add pwm_backlightDriver for pwm-backlight compatible device.Relnotes: yesSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D26252
Add ofw_pwmbus to enumerate pwmbus devices on systems configured with fdtdata. Also, add fdt support to pwmc.
Add module makefiles for pwm.