summaryrefslogtreecommitdiff
path: root/drivers/pwm/core.c
AgeCommit message (Expand)Author
2022-12-06pwm: Handle .get_state() failuresUwe Kleine-König
2022-12-06pwm/tracing: Also record trace events for failed API callsUwe Kleine-König
2022-12-06pwm: core: Remove S_IFREG from debugfs_create_file()Andy Shevchenko
2022-12-06pwm: Don't initialize list head before calling list_add()Uwe Kleine-König
2022-12-06pwm: Mark free pwm IDs as used in alloc_pwms()Uwe Kleine-König
2022-12-06pwm: Reduce time the pwm_lock mutex is held in pwmchip_add()Uwe Kleine-König
2022-12-06pwm: Document variables protected by pwm_lockUwe Kleine-König
2022-10-07Merge tag 'pwm/for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-28pwm: core: Replace custom implementation of device_match_fwnode()Andy Shevchenko
2022-09-19pwm: core: Make of_pwm_get() staticAndy Shevchenko
2022-09-19pwm: core: Get rid of unused devm_of_pwm_get()Andy Shevchenko
2022-06-22pwm: Drop support for legacy driversUwe Kleine-König
2022-01-20Merge tag 'pwm/for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-11-17pwm: Restore initial state if a legacy callback failsUwe Kleine-König
2021-11-17pwm: Prevent a glitch for legacy driversUwe Kleine-König
2021-11-17pwm: Move legacy driver handling into a dedicated functionUwe Kleine-König
2021-11-05pwm: Make it explicit that pwm_apply_state() might sleepUwe Kleine-König
2021-10-27pwm: Introduce single-PWM of_xlate functionBjorn Andersson
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