aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/core.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Let pwm_set_waveform() succeed even if lowlevel driver rounded upUwe Kleine-König2025-04-071-6/+7
* pwm: Add support for pwm nexus dt bindingsHerve Codina2025-02-121-2/+1
* pwm: Add upgrade path to #pwm-cells = <3> for users of of_pwm_single_xlate()Uwe Kleine-König2025-02-101-0/+16
* Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2025-01-281-1/+1
|\
| * driver core: Constify API device_find_child() and adapt for various usagesZijun Hu2025-01-031-1/+1
* | Merge tag 'pwm/for-6.14-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2025-01-271-2/+11
|\ \ | |/ |/|
| * pwm: Ensure callbacks exist before calling themUwe Kleine-König2025-01-231-2/+11
* | module: Convert default symbol namespace to string literalMasahiro Yamada2024-12-031-1/+1
|/
* pwm: Assume a disabled PWM to emit a constant inactive outputUwe Kleine-König2024-11-071-3/+7
* pwm: core: export pwm_get_state_hw()David Lechner2024-11-031-13/+27
* pwm: core: use device_match_name() instead of strcmp(dev_name(...Andy Shevchenko2024-10-251-3/+1
* pwm: Reorder symbols in core.cUwe Kleine-König2024-09-281-156/+156
* pwm: Add tracing for waveform callbacksUwe Kleine-König2024-09-281-4/+20
* pwm: Provide new consumer API functions for waveformsUwe Kleine-König2024-09-281-0/+261
* pwm: New abstraction for PWM waveformsUwe Kleine-König2024-09-281-21/+213
* pwm: Add more lockingUwe Kleine-König2024-09-271-8/+92
* pwm: Simplify pwm_capture()Uwe Kleine-König2024-09-051-4/+4
* pwm: Don't export pwm_capture()Uwe Kleine-König2024-09-051-3/+2
* pwm: Allow pwm state transitions from an invalid stateUwe Kleine-König2024-07-101-2/+37
* pwm: Use guards for pwm_lookup_lock instead of explicity mutex_lock + mutex_u...Uwe Kleine-König2024-07-101-29/+22
* pwm: Use guards for export->lock instead of explicity mutex_lock + mutex_unlockUwe Kleine-König2024-07-101-11/+8
* pwm: Use guards for pwm_lock instead of explicity mutex_lock + mutex_unlockUwe Kleine-König2024-07-101-37/+15
* pwm: Register debugfs operations after the pwm classUwe Kleine-König2024-07-101-1/+9
* pwm: Make pwm_request_from_chip() private to the coreUwe Kleine-König2024-07-101-5/+3
* pwm: Make use of a symbol namespace for the coreUwe Kleine-König2024-07-101-0/+2
* pwm: Don't check pointer for being non-NULL after useUwe Kleine-König2024-04-301-1/+3
* pwm: Add a struct device to struct pwm_chipUwe Kleine-König2024-04-261-42/+51
* pwm: Ensure a struct pwm has the same lifetime as its pwm_chipUwe Kleine-König2024-04-261-17/+10
* pwm: Move contents of sysfs.c into core.cUwe Kleine-König2024-04-261-6/+534
* pwm: Ensure that pwm_chips are allocated using pwmchip_alloc()Uwe Kleine-König2024-04-261-0/+10
* pwm: Fix setting period with #pwm-cells = <1> and of_pwm_single_xlate()Uwe Kleine-König2024-03-291-1/+1
* pwm: Provide pwmchip_alloc() function and a devm variant of itUwe Kleine-König2024-02-151-0/+58
* pwm: Provide an inline function to get the parent device of a given chipUwe Kleine-König2024-02-151-21/+21
* pwm: Reorder symbols in core.cUwe Kleine-König2024-02-151-309/+310
* pwm: Drop duplicate check against chip->npwm in of_pwm_xlate_with_flags()Uwe Kleine-König2024-02-151-3/+0
* pwm: Let the of_xlate callbacks accept references without periodUwe Kleine-König2024-02-151-11/+9
* pwm: Drop useless member .of_pwm_n_cells of struct pwm_chipUwe Kleine-König2024-02-151-19/+3
* pwm: Fix out-of-bounds access in of_pwm_single_xlate()Uwe Kleine-König2024-01-121-1/+1
* pwm: Reduce number of pointer dereferences in pwm_device_request()Uwe Kleine-König2023-12-201-6/+8
* pwm: Make it possible to apply PWM changes in atomic contextSean Young2023-12-201-11/+51
* pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young2023-12-201-9/+9
* pwm: Narrow scope of struct pwm_device pointerUwe Kleine-König2023-12-201-3/+2
* pwm: Mention PWM chip ID in /sys/kernel/debug/pwmUwe Kleine-König2023-12-201-1/+2
* pwm: Replace PWM chip unique base by unique IDUwe Kleine-König2023-12-201-42/+25
* pwm: Drop unused member "pwm" from struct pwm_deviceUwe Kleine-König2023-12-201-1/+0
* pwm: Drop pwm_[sg]et_chip_data()Uwe Kleine-König2023-10-131-31/+0
* pwm: Manage owner assignment implicitly for driversUwe Kleine-König2023-10-131-10/+14
* 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