summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/core.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Export of_pwm_xlate_with_flags()Thierry Reding2012-12-061-0/+1
* pwm: Device tree support for PWM polarityPhilip, Avinash2012-11-221-0/+28
* pwm: Check for negative duty-cycle and periodThierry Reding2012-10-051-1/+1
* pwm: add devm_pwm_get() and devm_pwm_put()Alexandre Courbot2012-09-101-0/+58
* pwm: Add support for configuring the PWM polarityPhilip, Avinash2012-09-101-0/+22
* pwm: core: Fix coding style issuesSachin Kamat2012-08-171-4/+4
* pwm: Add missing static storage class specifiers in core.c fileSachin Kamat2012-08-171-2/+2
* pwm: fix used-uninitialized warning in pwm_get()Thierry Reding2012-07-231-1/+1
* pwm: Add device tree supportThierry Reding2012-06-151-2/+146
* pwm: Add table-based lookup for static mappingsThierry Reding2012-06-151-15/+154
* pwm: Add debugfs interfaceThierry Reding2012-06-151-0/+90
* pwm: Allow chips to support multiple PWMsThierry Reding2012-06-151-77/+190
* pwm: Add PWM framework supportSascha Hauer2012-06-151-0/+227