aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pwm.h
AgeCommit message (Expand)Author
2019-09-16pwm: Fix deadlock warning when removing PWM devicePhong Hoang
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-01-30pwm: Try to load modules during pwm_get()Hans de Goede
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding
2017-01-04pwm: Remove pwm_can_sleep()Thierry Reding
2016-09-05pwm: Unexport children before chip removalDavid Hsu
2016-07-25Merge branch 'for-4.8/capture' into for-nextThierry Reding
2016-07-25Merge branch 'for-4.8/core' into for-nextThierry Reding
2016-07-08pwm: Remove gratuitous blank lineThierry Reding
2016-07-08pwm: Add relative duty cycle manipulation helpersBoris Brezillon
2016-07-08pwm: Add a helper to prepare a new PWM stateBoris Brezillon
2016-06-23pwm: Fix pwm_apply_args()Boris Brezillon
2016-06-10pwm: Add PWM capture supportLee Jones
2016-06-10pwm: Improve args checking in pwm_apply_state()Brian Norris
2016-05-17pwm: Add core infrastructure to allow atomic updatesBoris Brezillon
2016-05-17pwm: Add hardware readout infrastructureBoris Brezillon
2016-05-17pwm: Move the enabled/disabled info into pwm_stateBoris Brezillon
2016-05-17pwm: Introduce the pwm_state conceptBoris Brezillon
2016-05-17pwm: Keep PWM state in sync with hardware stateBoris Brezillon
2016-05-17pwm: Get rid of pwm->lockBoris BREZILLON
2016-05-03pwm: Introduce the pwm_args conceptBoris Brezillon
2015-11-10pwm: Set enable state properly on failed call to enableJonathan Richardson
2015-08-17pwm: Clean up kerneldocThierry Reding
2015-08-17pwm: Remove useless whitespaceThierry Reding
2015-07-20pwm: Add pwm_get_polarity() helper functionBoris Brezillon
2015-07-20pwm: Constify PWM device where possibleBoris Brezillon
2015-07-20pwm: Add the pwm_is_enabled() helperBoris Brezillon
2015-06-12pwm: Add pwmchip_add_with_polarity() APITim Kryger
2015-05-06pwm: Add support to remove registered consumer lookup tablesShobhit Kumar
2014-05-21pwm: modify PWM_LOOKUP to initialize all struct pwm_lookup membersAlexandre Belloni
2014-05-21pwm: add period and polarity to struct pwm_lookupAlexandre Belloni
2014-02-10pwm: Remove obsolete HAVE_PWM Kconfig symbolSascha Hauer
2013-06-21pwm: Add sysfs interfaceH Hartley Sweeten
2013-02-26Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds
2013-02-01pwm: Add devm_of_pwm_get() as exported API for usersPeter Ujfalusi
2013-02-01pwm: core: Rename of_pwm_request() to of_pwm_get() and export itPeter Ujfalusi
2013-02-01pwm: Correct parameter name in header for *pwm_get() functionsPeter Ujfalusi
2013-01-30pwm: Add pwm_can_sleep() as exported API to usersFlorian Vaussard
2012-11-22pwm: Device tree support for PWM polarityPhilip, Avinash
2012-09-20pwm: Fix compilation error when CONFIG_PWM is not definedTushar Behera
2012-09-10pwm: add devm_pwm_get() and devm_pwm_put()Alexandre Courbot
2012-09-10pwm: Add support for configuring the PWM polarityPhilip, Avinash
2012-06-15pwm: Add device tree supportThierry Reding
2012-06-15pwm: Add table-based lookup for static mappingsThierry Reding
2012-06-15pwm: Add debugfs interfaceThierry Reding
2012-06-15pwm: Allow chips to support multiple PWMsThierry Reding
2012-06-15pwm: Add PWM framework supportSascha Hauer
2009-03-30trivial: PWM: fix of #endif commentMark Vels
2008-05-19[ARM] pxa: Add bare bones PWM APIRussell King