summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
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
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-153-4/+5
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-073-7/+15
* PWM: Add MXS PWM supportSascha Hauer2015-06-123-0/+181
* PWM: Allow multiple PWMs per device nodeSascha Hauer2015-06-121-3/+4
* of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-3/+3
* PWM: i.MX: register successfully without aliasSascha Hauer2015-03-091-8/+6
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-2/+3
* PWM: Implement devicetree supportSascha Hauer2014-02-281-7/+64
* PWM: Add functions for getting/setting period/duty cycleSascha Hauer2014-02-281-0/+20
* PWM: Add i.MX PWM driverSascha Hauer2014-02-143-1/+270
* PWM: pxa: use pwmx as devnameSascha Hauer2014-02-141-1/+1
* 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
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* pwm PXA: Compile only on PXASascha Hauer2012-07-251-0/+1
* drivers/pwm: add PXA pulse width modulator controllerRobert Jarzmik2012-02-173-0/+164
* drivers/pwm: add duty_ns and period_ns to core pwm chipRobert Jarzmik2012-02-171-1/+75
* Add pwm core supportSascha Hauer2012-02-173-0/+176