summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/core.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Fix out-of-bounds access in of_pwm_single_xlate()Uwe Kleine-König2024-01-251-1/+1
* pwm: Fix order of freeing resources in pwmchip_remove()Uwe Kleine-König2023-07-281-3/+3
* pwm: Drop unused #include <linux/radix-tree.h>Uwe Kleine-König2023-07-281-1/+0
* pwm: Remove outdated documentation for pwmchip_remove()Uwe Kleine-König2023-07-281-4/+1
* pwm: Explicitly include correct DT includesRob Herring2023-07-241-0/+1
* pwm: Use a consistent name for pwm_chip pointers in the coreUwe Kleine-König2023-07-201-14/+14
* pwm: Remove unused radix treeThierry Reding2023-04-141-12/+1
* pwm: Delete deprecated functions pwm_request() and pwm_free()Uwe Kleine-König2023-04-131-56/+2
* pwm: Zero-initialize the pwm_state passed to driver's .get_state()Uwe Kleine-König2023-03-231-2/+10
* pwm: Handle .get_state() failuresUwe Kleine-König2022-12-061-2/+12
* pwm/tracing: Also record trace events for failed API callsUwe Kleine-König2022-12-061-10/+8
* pwm: core: Remove S_IFREG from debugfs_create_file()Andy Shevchenko2022-12-061-2/+1
* pwm: Don't initialize list head before calling list_add()Uwe Kleine-König2022-12-061-1/+0
* pwm: Mark free pwm IDs as used in alloc_pwms()Uwe Kleine-König2022-12-061-2/+2
* pwm: Reduce time the pwm_lock mutex is held in pwmchip_add()Uwe Kleine-König2022-12-061-15/+12
* pwm: Document variables protected by pwm_lockUwe Kleine-König2022-12-061-0/+5
* Merge tag 'pwm/for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-071-1/+1
|\
| * pwm: core: Replace custom implementation of device_match_fwnode()Andy Shevchenko2022-09-281-1/+1
* | pwm: core: Make of_pwm_get() staticAndy Shevchenko2022-09-191-3/+2
* | pwm: core: Get rid of unused devm_of_pwm_get()Andy Shevchenko2022-09-191-30/+0
|/
* pwm: Drop support for legacy driversUwe Kleine-König2022-06-221-81/+1
* Merge tag 'pwm/for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-201-60/+79
|\
| * pwm: Restore initial state if a legacy callback failsUwe Kleine-König2021-11-171-6/+8
| * pwm: Prevent a glitch for legacy driversUwe Kleine-König2021-11-171-17/+24
| * pwm: Move legacy driver handling into a dedicated functionUwe Kleine-König2021-11-171-60/+70
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-181-0/+9
|\|
| * pwm: Make it explicit that pwm_apply_state() might sleepUwe Kleine-König2021-11-051-0/+9
* | pwm: Introduce single-PWM of_xlate functionBjorn Andersson2021-10-271-0/+26
|/
* pwm: Make pwmchip_remove() return voidUwe Kleine-König2021-09-021-3/+1
* pwm: Remove redundant assignment to pointer pwmColin Ian King2021-07-071-1/+1
* pwm: core: Simplify some devm_*pwm*() functionsAndy Shevchenko2021-06-301-35/+25
* pwm: core: Remove unused devm_pwm_put()Andy Shevchenko2021-06-301-25/+0
* pwm: core: Unify fwnode checks in the moduleAndy Shevchenko2021-06-301-6/+7
* pwm: core: Reuse fwnode_to_pwmchip() in ACPI caseAndy Shevchenko2021-06-301-30/+1
* pwm: core: Convert to use fwnode for matchingAndy Shevchenko2021-06-301-3/+3
* pwm: Drop irrelevant error path from pwmchip_remove()Uwe Kleine-König2021-06-281-14/+2
* pwm: Add a device-managed function to add PWM chipsUwe Kleine-König2021-06-281-0/+19
* pwm: core: Support new usage_power setting in PWM stateClemens Gruber2021-06-041-1/+5
* pwm: Autodetect default value for of_pwm_n_cells from device treeUwe Kleine-König2021-05-251-1/+7
* pwm: Drop of_pwm_simple_xlate() in favour of of_pwm_xlate_with_flags()Uwe Kleine-König2021-05-251-26/+1
* pwm: Make of_pwm_xlate_with_flags() work with #pwm-cells = <2>Uwe Kleine-König2021-05-251-4/+5
* pwm: Drop function pwmchip_add_with_polarity()Uwe Kleine-König2021-03-221-22/+3
* pwm: Return -EINVAL for old-style drivers without .set_polarity callbackUwe Kleine-König2021-03-221-1/+1
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-18/+7
* pwm: core: Use octal permissionSoham Biswas2020-12-171-1/+1
* pwm: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-241-14/+3
* pwm: Convert period and duty cycle to u64Guru Das Srinagesh2020-06-171-7/+7
* pwm: Add missing "CONFIG_" prefixKees Cook2020-06-041-1/+1
* pwm: Add missing '\n' in log messagesChristophe JAILLET2020-04-141-1/+1
* pwm: Make pwm_apply_state_debug() staticJason Yan2020-04-031-2/+2