aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pwm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-10pwm: Improve args checking in pwm_apply_state()Brian Norris1-0/+3
2016-05-17pwm: Add core infrastructure to allow atomic updatesBoris Brezillon1-85/+184
2016-05-17pwm: Add hardware readout infrastructureBoris Brezillon1-0/+28
2016-05-17pwm: Move the enabled/disabled info into pwm_stateBoris Brezillon1-3/+8
2016-05-17pwm: Introduce the pwm_state conceptBoris Brezillon1-12/+42
2016-05-17pwm: Keep PWM state in sync with hardware stateBoris Brezillon1-1/+0
2016-05-17pwm: Get rid of pwm->lockBoris BREZILLON1-2/+0
2016-05-03pwm: Introduce the pwm_args conceptBoris Brezillon1-0/+33
2015-11-10pwm: Set enable state properly on failed call to enableJonathan Richardson1-0/+3
2015-08-17pwm: Clean up kerneldocThierry Reding1-0/+14
2015-08-17pwm: Remove useless whitespaceThierry Reding1-39/+32
2015-07-20pwm: Add pwm_get_polarity() helper functionBoris Brezillon1-0/+5
2015-07-20pwm: Constify PWM device where possibleBoris Brezillon1-2/+2
2015-07-20pwm: Add the pwm_is_enabled() helperBoris Brezillon1-0/+5
2015-06-12pwm: Add pwmchip_add_with_polarity() APITim Kryger1-0/+7
2015-05-06pwm: Add support to remove registered consumer lookup tablesShobhit Kumar1-0/+5
2014-05-21pwm: modify PWM_LOOKUP to initialize all struct pwm_lookup membersAlexandre Belloni1-1/+3
2014-05-21pwm: add period and polarity to struct pwm_lookupAlexandre Belloni1-0/+2
2014-02-10pwm: Remove obsolete HAVE_PWM Kconfig symbolSascha Hauer1-1/+1
2013-06-21pwm: Add sysfs interfaceH Hartley Sweeten1-1/+28
2013-02-26Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds1-0/+10
2013-02-01pwm: Add devm_of_pwm_get() as exported API for usersPeter Ujfalusi1-0/+9
2013-02-01pwm: core: Rename of_pwm_request() to of_pwm_get() and export itPeter Ujfalusi1-0/+7
2013-02-01pwm: Correct parameter name in header for *pwm_get() functionsPeter Ujfalusi1-2/+2
2013-01-30pwm: Add pwm_can_sleep() as exported API to usersFlorian Vaussard1-0/+10
2012-11-22pwm: Device tree support for PWM polarityPhilip, Avinash1-0/+3
2012-09-20pwm: Fix compilation error when CONFIG_PWM is not definedTushar Behera1-2/+80
2012-09-10pwm: add devm_pwm_get() and devm_pwm_put()Alexandre Courbot1-0/+3
2012-09-10pwm: Add support for configuring the PWM polarityPhilip, Avinash1-0/+23
2012-06-15pwm: Add device tree supportThierry Reding1-0/+6
2012-06-15pwm: Add table-based lookup for static mappingsThierry Reding1-0/+22
2012-06-15pwm: Add debugfs interfaceThierry Reding1-0/+6
2012-06-15pwm: Allow chips to support multiple PWMsThierry Reding1-13/+58
2012-06-15pwm: Add PWM framework supportSascha Hauer1-0/+38
2009-03-30trivial: PWM: fix of #endif commentMark Vels1-1/+1
2008-05-19[ARM] pxa: Add bare bones PWM APIRussell King1-0/+31