summaryrefslogtreecommitdiff
path: root/drivers/pwm/core.c
AgeCommit message (Expand)Author
2021-11-05pwm: Make it explicit that pwm_apply_state() might sleepUwe Kleine-König
2021-09-02pwm: Make pwmchip_remove() return voidUwe Kleine-König
2021-07-07pwm: Remove redundant assignment to pointer pwmColin Ian King
2021-06-30pwm: core: Simplify some devm_*pwm*() functionsAndy Shevchenko
2021-06-30pwm: core: Remove unused devm_pwm_put()Andy Shevchenko
2021-06-30pwm: core: Unify fwnode checks in the moduleAndy Shevchenko
2021-06-30pwm: core: Reuse fwnode_to_pwmchip() in ACPI caseAndy Shevchenko
2021-06-30pwm: core: Convert to use fwnode for matchingAndy Shevchenko
2021-06-28pwm: Drop irrelevant error path from pwmchip_remove()Uwe Kleine-König
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-05-25pwm: Autodetect default value for of_pwm_n_cells from device treeUwe Kleine-König
2021-05-25pwm: Drop of_pwm_simple_xlate() in favour of of_pwm_xlate_with_flags()Uwe Kleine-König
2021-05-25pwm: Make of_pwm_xlate_with_flags() work with #pwm-cells = <2>Uwe Kleine-König
2021-03-22pwm: Drop function pwmchip_add_with_polarity()Uwe Kleine-König
2021-03-22pwm: Return -EINVAL for old-style drivers without .set_polarity callbackUwe Kleine-König
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König
2020-12-17pwm: core: Use octal permissionSoham Biswas
2020-09-24pwm: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin
2020-06-17pwm: Convert period and duty cycle to u64Guru Das Srinagesh
2020-06-04pwm: Add missing "CONFIG_" prefixKees Cook
2020-04-14pwm: Add missing '\n' in log messagesChristophe JAILLET
2020-04-03pwm: Make pwm_apply_state_debug() staticJason Yan
2020-03-30pwm: Implement some checks for lowlevel driversUwe Kleine-König
2020-01-20pwm: Implement tracing for .get_state() and .apply_state()Uwe Kleine-König
2019-12-09pwm: Read initial hardware state at request timeThierry Reding
2019-10-21Revert "pwm: Let pwm_get_state() return the last implemented state"Thierry Reding
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König
2019-09-21pwm: Let pwm_get_state() return the last implemented stateUwe Kleine-König
2019-09-21pwm: Introduce local struct pwm_chip in pwm_apply_state()Uwe Kleine-König
2019-08-08pwm: Fallback to the static lookup-list when acpi_pwm_get failsHans de Goede
2019-07-09Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-26pwm: Add support referencing PWMs from ACPINikolaus Voss
2019-06-25pwm: Add consumer device linkFabrice Gasnier
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner
2019-05-09pwm: Clear chip_data in pwm_put()Uwe Kleine-König
2019-03-20pwm: Fix deadlock warning when removing PWM devicePhong Hoang
2019-01-10pwm: Drop per-chip dbg_show callbackUwe Kleine-König
2019-01-10pwm: Don't use memcmp() to compare state variablesUwe Kleine-König
2017-07-06pwm: Silently error out on EPROBE_DEFERJerome Brunet
2017-01-30pwm: Try to load modules during pwm_get()Hans de Goede
2017-01-30pwm: Don't hold pwm_lookup_lock longer than necessaryHans de Goede
2017-01-30pwm: Make the PWM_POLARITY flag in DTB optionalLothar Wassmann
2017-01-30pwm: Print error messages with pr_err() instead of pr_debug()Lothar Wassmann
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-06-10pwm: Add PWM capture supportLee Jones
2016-06-10pwm: Improve args checking in pwm_apply_state()Brian Norris
2016-05-17Merge branch 'for-4.7/pwm-atomic' into for-nextThierry Reding