On Sat, 18 Nov 2023, Sean Young wrote: > In order to introduce a pwm api which can be used from atomic context, > we will need two functions for applying pwm changes: > > int pwm_apply_cansleep(struct pwm *, struct pwm_state *); > int pwm_apply_atomic(struct pwm *, struct pwm_state *); > > This commit just deals with renaming pwm_apply_state(), a following > commit will introduce the pwm_apply_atomic() function. > > Acked-by: Hans de Goede <hdegoede@xxxxxxxxxx> > Acked-by: Jani Nikula <jani.nikula@xxxxxxxxx> > Signed-off-by: Sean Young <sean@xxxxxxxx> > --- > Documentation/driver-api/pwm.rst | 8 +++--- > .../gpu/drm/i915/display/intel_backlight.c | 6 ++-- > drivers/gpu/drm/solomon/ssd130x.c | 2 +- > drivers/hwmon/pwm-fan.c | 8 +++--- > drivers/input/misc/da7280.c | 4 +-- > drivers/input/misc/pwm-beeper.c | 4 +-- > drivers/input/misc/pwm-vibra.c | 8 +++--- > drivers/leds/leds-pwm.c | 2 +- > drivers/leds/rgb/leds-pwm-multicolor.c | 4 +-- Acked-by: Lee Jones <lee@xxxxxxxxxx> > drivers/media/rc/pwm-ir-tx.c | 4 +-- > drivers/platform/x86/lenovo-yogabook.c | 2 +- > drivers/pwm/core.c | 18 ++++++------ > drivers/pwm/pwm-twl-led.c | 2 +- > drivers/pwm/pwm-vt8500.c | 2 +- > drivers/pwm/sysfs.c | 10 +++---- > drivers/regulator/pwm-regulator.c | 4 +-- > drivers/video/backlight/lm3630a_bl.c | 2 +- > drivers/video/backlight/lp855x_bl.c | 2 +- > drivers/video/backlight/pwm_bl.c | 12 ++++---- Acked-by: Lee Jones <lee@xxxxxxxxxx> > drivers/video/fbdev/ssd1307fb.c | 2 +- > include/linux/pwm.h | 28 +++++++++---------- > 21 files changed, 67 insertions(+), 67 deletions(-) [...] -- Lee Jones [李琼斯]