aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pwm
Commit message (Expand)AuthorAgeFilesLines
* pwm(8): fix potential duty overflow, use unsigneds for period and dutyAndriy Gapon2020-09-251-7/+7
* pwm(8): do not exit with failure after successfully reading configurationAndriy Gapon2020-09-251-1/+0
* Remove "all rights reserved" from copyright for the file I own.Emmanuel Vadot2019-12-031-1/+0
* Oops, it seems I left out the word 'cycle', fix it.Ian Lepore2019-06-181-1/+1
* Rearrange the argument checking and processing so that enable and disableIan Lepore2019-06-182-59/+38
* Explain the relationship between PWM hardware channels being controlled andIan Lepore2019-06-181-9/+26
* Remove everything related to channels from the pwmc public interface, nowIan Lepore2019-06-182-34/+11
* Put periods at the ends of argument descriptions. Explain the relationshipIan Lepore2019-06-171-5/+8
* Follow changes in the pwmc(4) driver in relation to device filenames.Ian Lepore2019-06-172-20/+41
* Make pwm channel numbers unsigned.Ian Lepore2019-06-151-4/+4
* Move/rename the sys/pwm.h header file to dev/pwm/pwmc.h. The file containsIan Lepore2019-06-151-1/+1
* pwm.8: fix markup in synopsis, add -f descriptionYuri Pankov2019-02-061-7/+15
* pwm(8): Add percentage value support for duty cycleEmmanuel Vadot2018-12-142-5/+16
* pwm: Convert period and duty to unsigned intEmmanuel Vadot2018-12-141-3/+3
* pwm: Fix some arches by using %ju and casting to uintmax_tEmmanuel Vadot2018-12-121-3/+3
* Add a pwm subsystem so we can configure pwm controller from kernel and userland.Emmanuel Vadot2018-12-123-0/+320