summaryrefslogtreecommitdiff
path: root/include/linux/pwm.h
AgeCommit message (Expand)Author
2021-11-05pwm: Make it explicit that pwm_apply_state() might sleepUwe Kleine-König
2021-11-05pwm: Add might_sleep() annotations for !CONFIG_PWM API functionsUwe Kleine-König
2021-09-02pwm: Make pwmchip_remove() return voidUwe Kleine-König
2021-06-30pwm: core: Remove unused devm_pwm_put()Andy Shevchenko
2021-06-28pwm: Add a device-managed function to add PWM chipsUwe Kleine-König
2021-06-04pwm: core: Support new usage_power setting in PWM stateClemens Gruber
2021-04-09pwm: Clarify which state pwm_get_state() returnsUwe Kleine-König
2021-03-22pwm: Drop function pwmchip_add_with_polarity()Uwe Kleine-König
2020-12-17pwm: Remove unused function pwmchip_add_inversed()Uwe Kleine-König
2020-06-17pwm: Convert period and duty cycle to u64Guru Das Srinagesh
2020-03-30pwm: Implement some checks for lowlevel driversUwe Kleine-König
2019-10-21pwm: Update comment on struct pwm_ops::applyRasmus Villemoes
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König
2019-06-26pwm: Add support referencing PWMs from ACPINikolaus Voss
2019-06-25pwm: Add consumer device linkFabrice Gasnier
2019-03-20pwm: Fix deadlock warning when removing PWM devicePhong Hoang
2019-01-10pwm: Rearrange structures to group members by purposeUwe Kleine-König
2019-01-10pwm: Drop per-chip dbg_show callbackUwe Kleine-König
2018-12-12pwm: Drop legacy wrapper for changing polarityUwe Kleine-König
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