aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pwm/pwmbus.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* pwm: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-2/+0
* Add ofw_pwmbus to enumerate pwmbus devices on systems configured with fdtIan Lepore2019-06-171-0/+11
* Rework pwmbus and pwmc so that each child will handle a single PWM channel.Ian Lepore2019-06-161-0/+62
* Rename pwmbus.h to ofw_pwm.h, because after all the recent changes, thereIan Lepore2019-06-161-54/+0
* Make pwm channel numbers unsigned.Ian Lepore2019-06-151-1/+1
* Restructure the pwm device hirearchy and interfaces.Ian Lepore2019-06-151-1/+0
* Unwrap prototype lines so that return type and function name are on theIan Lepore2019-06-151-8/+4
* Remove pwmbus_attach_bus(), it no longer has any callers. Also remove aIan Lepore2019-06-151-4/+0
* Do not include pwm.h here, it is purely a userland interface file containingIan Lepore2019-06-151-1/+0
* Add a pwm subsystem so we can configure pwm controller from kernel and userland.Emmanuel Vadot2018-12-121-0/+64