summaryrefslogtreecommitdiff
path: root/sys/dev/pwm/pwmc.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-09pwm: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-03-11usr.sbin/pwm/pwm add support for flagsOskar Holmund
2021-01-23Revert "Define PNP info after defining driver modules"Mark Johnston
2021-01-21Define PNP info after defining driver modulesMark Johnston
2020-09-01pwm: clean up empty lines in .c and .h filesMateusz Guzik
2019-12-03Remove "all rights reserved" from copyright for the file I own.Emmanuel Vadot
2019-06-18Handle labels specified with hints even on FDT systems. Hints are theIan Lepore
2019-06-18Remove everything related to channels from the pwmc public interface, nowIan Lepore
2019-06-17Put the pwmc cdev filenames under the pwm directory along with any labelIan Lepore
2019-06-17Add back a const qualifier I somehow fumbled away between test-buildingIan Lepore
2019-06-17Add ofw_pwmbus to enumerate pwmbus devices on systems configured with fdtIan Lepore
2019-06-16Rework pwmbus and pwmc so that each child will handle a single PWM channel.Ian Lepore
2019-06-15Make pwm channel numbers unsigned.Ian Lepore
2019-06-15Restructure the pwm device hirearchy and interfaces.Ian Lepore
2019-06-15Destroy the cdev on device detach. Also, make the driver and devclassIan Lepore
2019-06-15Rename the channel_max method to channel_count, because that's what it'sIan Lepore
2019-06-15Move/rename the sys/pwm.h header file to dev/pwm/pwmc.h. The file containsIan Lepore
2018-12-12Add a pwm subsystem so we can configure pwm controller from kernel and userland.Emmanuel Vadot