aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'pwm/for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-1/+1
2022-09-28pwm: core: Replace custom implementation of device_match_fwnode()Andy Shevchenko1-1/+1
2022-09-19pwm: core: Make of_pwm_get() staticAndy Shevchenko1-3/+2
2022-09-19pwm: core: Get rid of unused devm_of_pwm_get()Andy Shevchenko1-30/+0
2022-06-22pwm: Drop support for legacy driversUwe Kleine-König1-81/+1
2022-01-20Merge tag 'pwm/for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-60/+79
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+9
2021-11-17pwm: Restore initial state if a legacy callback failsUwe Kleine-König1-6/+8
2021-11-17pwm: Prevent a glitch for legacy driversUwe Kleine-König1-17/+24
2021-11-17pwm: Move legacy driver handling into a dedicated functionUwe Kleine-König1-60/+70
2021-11-05pwm: Make it explicit that pwm_apply_state() might sleepUwe Kleine-König1-0/+9
2021-10-27pwm: Introduce single-PWM of_xlate functionBjorn Andersson1-0/+26
2021-09-02pwm: Make pwmchip_remove() return voidUwe Kleine-König1-3/+1
2021-07-07pwm: Remove redundant assignment to pointer pwmColin Ian King1-1/+1
2021-06-30pwm: core: Simplify some devm_*pwm*() functionsAndy Shevchenko1-35/+25
2021-06-30pwm: core: Remove unused devm_pwm_put()Andy Shevchenko1-25/+0
2021-06-30pwm: core: Unify fwnode checks in the moduleAndy Shevchenko1-6/+7
2021-06-30pwm: core: Reuse fwnode_to_pwmchip() in ACPI caseAndy Shevchenko1-30/+1
2021-06-30pwm: core: Convert to use fwnode for matchingAndy Shevchenko1-3/+3
2021-06-28pwm: Drop irrelevant error path from pwmchip_remove()Uwe Kleine-König1-14/+2
2021-06-28pwm: Add a device-managed function to add PWM chipsUwe Kleine-König1-0/+19
2021-06-04pwm: core: Support new usage_power setting in PWM stateClemens Gruber1-1/+5
2021-05-25pwm: Autodetect default value for of_pwm_n_cells from device treeUwe Kleine-König1-1/+7
2021-05-25pwm: Drop of_pwm_simple_xlate() in favour of of_pwm_xlate_with_flags()Uwe Kleine-König1-26/+1
2021-05-25pwm: Make of_pwm_xlate_with_flags() work with #pwm-cells = <2>Uwe Kleine-König1-4/+5
2021-03-22pwm: Drop function pwmchip_add_with_polarity()Uwe Kleine-König1-22/+3
2021-03-22pwm: Return -EINVAL for old-style drivers without .set_polarity callbackUwe Kleine-König1-1/+1
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König1-18/+7
2020-12-17pwm: core: Use octal permissionSoham Biswas1-1/+1
2020-09-24pwm: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-14/+3
2020-06-17pwm: Convert period and duty cycle to u64Guru Das Srinagesh1-7/+7
2020-06-04pwm: Add missing "CONFIG_" prefixKees Cook1-1/+1
2020-04-14pwm: Add missing '\n' in log messagesChristophe JAILLET1-1/+1
2020-04-03pwm: Make pwm_apply_state_debug() staticJason Yan1-2/+2
2020-03-30pwm: Implement some checks for lowlevel driversUwe Kleine-König1-7/+128
2020-01-20pwm: Implement tracing for .get_state() and .apply_state()Uwe Kleine-König1-1/+8
2019-12-09pwm: Read initial hardware state at request timeThierry Reding1-3/+3
2019-10-21Revert "pwm: Let pwm_get_state() return the last implemented state"Thierry Reding1-8/+1
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König1-4/+2
2019-09-21pwm: Let pwm_get_state() return the last implemented stateUwe Kleine-König1-1/+8
2019-09-21pwm: Introduce local struct pwm_chip in pwm_apply_state()Uwe Kleine-König1-11/+14
2019-08-08pwm: Fallback to the static lookup-list when acpi_pwm_get failsHans de Goede1-2/+5
2019-07-09Merge tag 'pwm/for-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-3/+169
2019-06-26pwm: Add support referencing PWMs from ACPINikolaus Voss1-0/+122
2019-06-25pwm: Add consumer device linkFabrice Gasnier1-3/+47
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner1-14/+1
2019-05-09pwm: Clear chip_data in pwm_put()Uwe Kleine-König1-0/+1
2019-03-20pwm: Fix deadlock warning when removing PWM devicePhong Hoang1-5/+5
2019-01-10pwm: Drop per-chip dbg_show callbackUwe Kleine-König1-4/+1
2019-01-10pwm: Don't use memcmp() to compare state variablesUwe Kleine-König1-1/+4