Merge tag 'pwm/for-6.3-rc6' of...
Merge tag 'pwm/for-6.3-rc6' of git://git.kernel.org/pub/scm/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()
No related branches found
No related tags found
Showing
- drivers/pwm/core.c 10 additions, 2 deletionsdrivers/pwm/core.c
- drivers/pwm/pwm-cros-ec.c 1 addition, 0 deletionsdrivers/pwm/pwm-cros-ec.c
- drivers/pwm/pwm-hibvt.c 1 addition, 0 deletionsdrivers/pwm/pwm-hibvt.c
- drivers/pwm/pwm-iqs620a.c 1 addition, 0 deletionsdrivers/pwm/pwm-iqs620a.c
- drivers/pwm/pwm-meson.c 8 additions, 0 deletionsdrivers/pwm/pwm-meson.c
- drivers/pwm/pwm-sprd.c 1 addition, 0 deletionsdrivers/pwm/pwm-sprd.c
Loading
Please register or sign in to comment