summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/core.c
Commit message (Expand)AuthorAgeFilesLines
* commands: pwm: add option to list registered PWMsBastian Krause2023-09-061-0/+9
* Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* treewide: make use of PTR_ERR_OR_ZEROUwe Kleine-König2020-06-261-4/+1
* pwm: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-05-251-12/+3
* PWM: core: add apply API support for polarityAhmad Fatoum2020-03-311-4/+17
* PWM: core: apply initial state in of_pwm_requestAhmad Fatoum2020-03-311-4/+66
* PWM: core: retire pwm_set_periodAhmad Fatoum2020-03-311-6/+1
* PWM: core: remove old PWM API in favor of Linux ->applyAhmad Fatoum2020-03-311-19/+47
* PWM: core: group PWM state into new struct pwm_stateAhmad Fatoum2020-03-311-18/+16
* PWM: core: remove ineffectual pwm_{set,get}_duty_cycleAhmad Fatoum2020-03-311-10/+0
* PWM: core: remove FLAG_ENABLEDAhmad Fatoum2020-03-311-4/+8
* 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