summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/core.c
AgeCommit message (Expand)AuthorLines
2015-02-03pwm: Remove unnecessary check before of_node_put()Markus Elfring-1/+1
2014-08-29pwm: Fix uninitialized warnings in pwm_get()Geert Uytterhoeven-15/+14
2014-08-25pwm: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li-1/+1
2014-08-18pwm: Fix period and polarity in pwm_get() for non-perfect matchesGeert Uytterhoeven-2/+6
2014-05-21pwm: add period and polarity to struct pwm_lookupAlexandre Belloni-1/+7
2013-12-20pwm: use seq_puts() instead of seq_printf()Jingoo Han-3/+3
2013-09-03pwm: Use the DT macro directly when parsing PWM DT flagsLaurent Pinchart-4/+3
2013-06-21pwm: Add sysfs interfaceH Hartley Sweeten-2/+23
2013-06-10pwm: devm: alloc correct pointer sizeWolfram Sang-2/+2
2013-02-26Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds-0/+14
2013-02-01pwm: Add devm_of_pwm_get() as exported API for usersPeter Ujfalusi-0/+30
2013-02-01pwm: core: Rename of_pwm_request() to of_pwm_get() and export itPeter Ujfalusi-4/+4
2013-01-30pwm: Export pwm_{set,get}_chip_data()Thierry Reding-0/+2
2013-01-30pwm: Add pwm_can_sleep() as exported API to usersFlorian Vaussard-0/+12
2012-12-06pwm: Export of_pwm_xlate_with_flags()Thierry Reding-0/+1
2012-11-22pwm: Device tree support for PWM polarityPhilip, Avinash-0/+28
2012-10-05pwm: Check for negative duty-cycle and periodThierry Reding-1/+1
2012-09-10pwm: add devm_pwm_get() and devm_pwm_put()Alexandre Courbot-0/+58
2012-09-10pwm: Add support for configuring the PWM polarityPhilip, Avinash-0/+22
2012-08-17pwm: core: Fix coding style issuesSachin Kamat-4/+4
2012-08-17pwm: Add missing static storage class specifiers in core.c fileSachin Kamat-2/+2
2012-07-23pwm: fix used-uninitialized warning in pwm_get()Thierry Reding-1/+1
2012-06-15pwm: Add device tree supportThierry Reding-2/+146
2012-06-15pwm: Add table-based lookup for static mappingsThierry Reding-15/+154
2012-06-15pwm: Add debugfs interfaceThierry Reding-0/+90
2012-06-15pwm: Allow chips to support multiple PWMsThierry Reding-77/+190
2012-06-15pwm: Add PWM framework supportSascha Hauer-0/+227