Commit c371f62da798 for kernel

commit c371f62da7982ff4f19484a131db7a255538ad00
Merge: e86dda7bde88 9321f9d27fba
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Feb 11 09:52:33 2026 -0800

    Merge tag 'pwm/for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux

    Pull pwm updates from Uwe Kleine-König:
     "There are a few patches adapting to changes in Rust land which seems
      to be the norm since there is a pwm driver written in Rust. Other than
      that just a few cleanups and a single fix for the tiehrpwm driver that
      came in too late for making it into v6.19.

      Thanks to Andy Shevchenko, Bartosz Golaszewski, Daniel Almeida and
      Michal Wilczynski for reviews in this cycle, and to Alice Ryhl, Ben
      Zong-You Xie, Gokul Praveen, Kari Argillander, Markus Probst, Raag
      Jadav, Shankari Anand, Tamir Duberstein and Vladimir Zapolskiy for
      code contributions"

    * tag 'pwm/for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux:
      pwm: Remove redundant check in pwm_ops_check()
      pwm: tiehrpwm: Enable pwmchip's parent device before setting configuration
      pwm: Update MAINTAINER entry
      rust: pwm: Add __rust_helper to helpers
      rust: pwm: Simplify to_result call sites and unsafe blocks
      rust: pwm: Fix potential memory leak on init error
      dt-bindings: pwm: nxp,lpc32xx-pwm: Specify clocks property as mandatory
      pwm: th1520: Replace `kernel::c_str!` with C-Strings
      pwm: dwc: Use size macro
      pwm: Emit native configuration in /sys/kernel/debug/pwm
      rust: pwm: Add UnregisteredChip wrapper around Chip
      rust: pwm: Update ARef and AlwaysRefCounted imports to use sync::aref