From: Linus Torvalds Date: Thu, 6 Apr 2023 18:08:03 +0000 (-0700) Subject: Merge tag 'pwm/for-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry... X-Git-Tag: v6.6.17~5188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae52f797904ef0e98951e43d15a274fa8e80bbe5;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'pwm/for-6.3-rc6' of git://git./linux/kernel/git/thierry.reding/linux-pwm Pull pwm fixes from Thierry Reding: "These are some fixes to make sure the PWM state structure is always initialized to a known state. Prior to this it could happen in some situations that random data from the stack would leak into the data structure and cause subtle bugs" * tag 'pwm/for-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm: pwm: Zero-initialize the pwm_state passed to driver's .get_state() pwm: meson: Explicitly set .polarity in .get_state() pwm: sprd: Explicitly set .polarity in .get_state() pwm: iqs620a: Explicitly set .polarity in .get_state() pwm: cros-ec: Explicitly set .polarity in .get_state() pwm: hibvt: Explicitly set .polarity in .get_state() --- ae52f797904ef0e98951e43d15a274fa8e80bbe5