aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-05pwm: Check for negative duty-cycle and periodThierry Reding1-1/+1
2012-09-10pwm: add devm_pwm_get() and devm_pwm_put()Alexandre Courbot1-0/+58
2012-09-10pwm: Add support for configuring the PWM polarityPhilip, Avinash1-0/+22
2012-08-17pwm: core: Fix coding style issuesSachin Kamat1-4/+4
2012-08-17pwm: Add missing static storage class specifiers in core.c fileSachin Kamat1-2/+2
2012-07-23pwm: fix used-uninitialized warning in pwm_get()Thierry Reding1-1/+1
2012-06-15pwm: Add device tree supportThierry Reding1-2/+146
2012-06-15pwm: Add table-based lookup for static mappingsThierry Reding1-15/+154
2012-06-15pwm: Add debugfs interfaceThierry Reding1-0/+90
2012-06-15pwm: Allow chips to support multiple PWMsThierry Reding1-77/+190
2012-06-15pwm: Add PWM framework supportSascha Hauer1-0/+227