summaryrefslogtreecommitdiffstats
path: root/include/pwm.h
Commit message (Expand)AuthorAgeFilesLines
* commands: pwm: add option to list registered PWMsBastian Krause2023-09-061-0/+2
* include: pwm: minor function doc fix for pwm_set_relative_duty_cycle()Marc Reilly2023-06-061-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-2/+2
* sound: add PWM beeper supportAhmad Fatoum2021-02-081-0/+33
* PWM: core: add apply API support for polarityAhmad Fatoum2020-03-311-0/+6
* PWM: core: apply initial state in of_pwm_requestAhmad Fatoum2020-03-311-0/+6
* PWM: core: retire pwm_set_periodAhmad Fatoum2020-03-311-1/+0
* PWM: core: remove old PWM API in favor of Linux ->applyAhmad Fatoum2020-03-311-17/+31
* PWM: core: group PWM state into new struct pwm_stateAhmad Fatoum2020-03-311-6/+15
* PWM: core: remove ineffectual pwm_{set,get}_duty_cycleAhmad Fatoum2020-03-311-2/+0
* PWM: core: remove FLAG_ENABLEDAhmad Fatoum2020-03-311-0/+2
* Merge branch 'for-next/spdx'Sascha Hauer2020-02-181-0/+1
|\
| * include: add SPDX GPL-2.0-only license tags for files without licensing infor...Roland Hieber2020-02-171-0/+1
* | PWM: core: constify chip->ops pointerAhmad Fatoum2020-02-101-1/+1
|/
* PWM: Allow multiple PWMs per device nodeSascha Hauer2015-06-121-0/+2
* PWM: Implement devicetree supportSascha Hauer2014-02-281-0/+2
* PWM: Add functions for getting/setting period/duty cycleSascha Hauer2014-02-281-0/+5
* drivers/pwm: add duty_ns and period_ns to core pwm chipRobert Jarzmik2012-02-171-1/+6
* Add pwm core supportSascha Hauer2012-02-171-0/+63