summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/core.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Clean up kerneldocThierry Reding2015-08-171-6/+38
* pwm: Remove useless whitespaceThierry Reding2015-08-171-1/+0
* pwm: Add the pwm_is_enabled() helperBoris Brezillon2015-07-201-2/+2
* pwm: Add pwmchip_add_with_polarity() APITim Kryger2015-06-121-3/+20
* pwm: Add support to remove registered consumer lookup tablesShobhit Kumar2015-05-061-0/+17
* pwm: Remove __init initializer for pwm_add_table()Shobhit Kumar2015-04-231-1/+1
* pwm: Remove unnecessary check before of_node_put()Markus Elfring2015-02-031-1/+1
* pwm: Fix uninitialized warnings in pwm_get()Geert Uytterhoeven2014-08-291-15/+14
* pwm: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-08-251-1/+1
* pwm: Fix period and polarity in pwm_get() for non-perfect matchesGeert Uytterhoeven2014-08-181-2/+6
* pwm: add period and polarity to struct pwm_lookupAlexandre Belloni2014-05-211-1/+7
* pwm: use seq_puts() instead of seq_printf()Jingoo Han2013-12-201-3/+3
* pwm: Use the DT macro directly when parsing PWM DT flagsLaurent Pinchart2013-09-031-4/+3
* pwm: Add sysfs interfaceH Hartley Sweeten2013-06-211-2/+23
* pwm: devm: alloc correct pointer sizeWolfram Sang2013-06-101-2/+2
* Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2013-02-261-0/+14
|\
| * pwm: Export pwm_{set,get}_chip_data()Thierry Reding2013-01-301-0/+2
| * pwm: Add pwm_can_sleep() as exported API to usersFlorian Vaussard2013-01-301-0/+12
* | pwm: Add devm_of_pwm_get() as exported API for usersPeter Ujfalusi2013-02-011-0/+30
* | pwm: core: Rename of_pwm_request() to of_pwm_get() and export itPeter Ujfalusi2013-02-011-4/+4
|/
* 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
OpenPOWER on IntegriCloud