summaryrefslogtreecommitdiffstats
path: root/drivers/pwm
Commit message (Expand)AuthorAgeFilesLines
* 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