aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/allwinner/aw_pwm.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* aw_pwm: add a check and some comments related to long periodsAndriy Gapon2020-09-251-0/+14
* aw_pwm: ensure sane configuration, just in caseAndriy Gapon2020-09-251-0/+7
* aw_pwm: fix programming of the periodAndriy Gapon2020-09-251-1/+1
* aw_pwm: fix selection of the prescalerAndriy Gapon2020-09-251-1/+1
* aw_pwm: remove the busy bit checkAndriy Gapon2020-09-251-4/+0
* aw_pwm: trivially add H3 supportAndriy Gapon2020-09-251-0/+1
* Implement the ofw_bus_get_node method in aw_pwm(4) so that ofw_pwmbus canIan Lepore2019-06-171-0/+14
* Rename pwmbus.h to ofw_pwm.h, because after all the recent changes, thereIan Lepore2019-06-161-2/+0
* Make pwm channel numbers unsigned.Ian Lepore2019-06-151-5/+5
* Restructure the pwm device hirearchy and interfaces.Ian Lepore2019-06-151-17/+7
* Rename the channel_max method to channel_count, because that's what it'sIan Lepore2019-06-151-2/+2
* Give the aw_pwm driver a module version.Ian Lepore2019-06-151-0/+1
* Handle failure to enable the clock or obtain its frequency.Ian Lepore2019-06-151-0/+8
* Don't call pwmbus_attach_bus(), because it may not be present if thisIan Lepore2019-06-151-7/+14
* In detach(), check for failure of bus_generic_detach(), only releaseIan Lepore2019-06-151-2/+10
* allwinner: aw_pwm: Read value at attachEmmanuel Vadot2018-12-141-1/+22
* pwm: Convert period and duty to unsigned intEmmanuel Vadot2018-12-141-4/+4
* arm64: allwinner: Add pwm driverEmmanuel Vadot2018-12-121-0/+340