summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/core.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* param: make parameter functions more consistentSascha Hauer2017-04-111-2/+2
* PWM: update enable status when using the internal APIJan Luebbe2017-01-101-0/+4
* PWM: Allow multiple PWMs per device nodeSascha Hauer2015-06-121-3/+4
* PWM: Implement devicetree supportSascha Hauer2014-02-281-7/+64
* PWM: Add functions for getting/setting period/duty cycleSascha Hauer2014-02-281-0/+20
* PWM: Use a separate device for PWMsSascha Hauer2014-02-131-5/+15
* pwm: sanity check values before passing them to the driversSascha Hauer2013-09-271-0/+7
* pwm: Use dev_add_param_int for pwm parametersSascha Hauer2013-04-111-59/+30
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* drivers/pwm: add duty_ns and period_ns to core pwm chipRobert Jarzmik2012-02-171-1/+75
* Add pwm core supportSascha Hauer2012-02-171-0/+163