summaryrefslogtreecommitdiff
path: root/drivers/pwm/core.c
AgeCommit message (Expand)Author
2025-04-07pwm: Let pwm_set_waveform() succeed even if lowlevel driver rounded upUwe Kleine-König
2025-02-12pwm: Add support for pwm nexus dt bindingsHerve Codina
2025-02-10pwm: Add upgrade path to #pwm-cells = <3> for users of of_pwm_single_xlate()Uwe Kleine-König
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-01-27Merge tag 'pwm/for-6.14-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-01-23pwm: Ensure callbacks exist before calling themUwe Kleine-König
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada
2024-11-07pwm: Assume a disabled PWM to emit a constant inactive outputUwe Kleine-König
2024-11-03pwm: core: export pwm_get_state_hw()David Lechner
2024-10-25pwm: core: use device_match_name() instead of strcmp(dev_name(...Andy Shevchenko
2024-09-28pwm: Reorder symbols in core.cUwe Kleine-König
2024-09-28pwm: Add tracing for waveform callbacksUwe Kleine-König
2024-09-28pwm: Provide new consumer API functions for waveformsUwe Kleine-König
2024-09-28pwm: New abstraction for PWM waveformsUwe Kleine-König
2024-09-27pwm: Add more lockingUwe Kleine-König
2024-09-05pwm: Simplify pwm_capture()Uwe Kleine-König
2024-09-05pwm: Don't export pwm_capture()Uwe Kleine-König
2024-07-10pwm: Allow pwm state transitions from an invalid stateUwe Kleine-König
2024-07-10pwm: Use guards for pwm_lookup_lock instead of explicity mutex_lock + mutex_u...Uwe Kleine-König
2024-07-10pwm: Use guards for export->lock instead of explicity mutex_lock + mutex_unlockUwe Kleine-König
2024-07-10pwm: Use guards for pwm_lock instead of explicity mutex_lock + mutex_unlockUwe Kleine-König
2024-07-10pwm: Register debugfs operations after the pwm classUwe Kleine-König
2024-07-10pwm: Make pwm_request_from_chip() private to the coreUwe Kleine-König
2024-07-10pwm: Make use of a symbol namespace for the coreUwe Kleine-König
2024-04-30pwm: Don't check pointer for being non-NULL after useUwe Kleine-König
2024-04-26pwm: Add a struct device to struct pwm_chipUwe Kleine-König
2024-04-26pwm: Ensure a struct pwm has the same lifetime as its pwm_chipUwe Kleine-König
2024-04-26pwm: Move contents of sysfs.c into core.cUwe Kleine-König
2024-04-26pwm: Ensure that pwm_chips are allocated using pwmchip_alloc()Uwe Kleine-König
2024-03-29pwm: Fix setting period with #pwm-cells = <1> and of_pwm_single_xlate()Uwe Kleine-König
2024-02-15pwm: Provide pwmchip_alloc() function and a devm variant of itUwe Kleine-König
2024-02-15pwm: Provide an inline function to get the parent device of a given chipUwe Kleine-König
2024-02-15pwm: Reorder symbols in core.cUwe Kleine-König
2024-02-15pwm: Drop duplicate check against chip->npwm in of_pwm_xlate_with_flags()Uwe Kleine-König
2024-02-15pwm: Let the of_xlate callbacks accept references without periodUwe Kleine-König
2024-02-15pwm: Drop useless member .of_pwm_n_cells of struct pwm_chipUwe Kleine-König
2024-01-12pwm: Fix out-of-bounds access in of_pwm_single_xlate()Uwe Kleine-König
2023-12-20pwm: Reduce number of pointer dereferences in pwm_device_request()Uwe Kleine-König
2023-12-20pwm: Make it possible to apply PWM changes in atomic contextSean Young
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young
2023-12-20pwm: Narrow scope of struct pwm_device pointerUwe Kleine-König
2023-12-20pwm: Mention PWM chip ID in /sys/kernel/debug/pwmUwe Kleine-König
2023-12-20pwm: Replace PWM chip unique base by unique IDUwe Kleine-König
2023-12-20pwm: Drop unused member "pwm" from struct pwm_deviceUwe Kleine-König
2023-10-13pwm: Drop pwm_[sg]et_chip_data()Uwe Kleine-König
2023-10-13pwm: Manage owner assignment implicitly for driversUwe Kleine-König
2023-07-28pwm: Fix order of freeing resources in pwmchip_remove()Uwe Kleine-König
2023-07-28pwm: Drop unused #include <linux/radix-tree.h>Uwe Kleine-König
2023-07-28pwm: Remove outdated documentation for pwmchip_remove()Uwe Kleine-König