Commit 893ace4df0f9 for kernel

commit 893ace4df0f96b8ad066651453e0519d4ffe35ca
Merge: c371f62da798 ecfcae7885f1
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Feb 11 10:45:11 2026 -0800

    Merge tag 'pwrseq-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

    Pull power sequencing updates from Bartosz Golaszewski:
     "One new driver and support for more models added to the existing
      qcom-wcn driver as well as some minor tweaks and fixes.

      New drivers:
       - add the power sequencing driver for PCIe M.2 connectors

      Driver improvements:
       - use device_get_match_data() where applicable
       - add support for the WCN39xx family of models to pwrseq-qcom-wcn

      Fixes:
       - fix a locking issue in pwrseq core
       - fix retval check in pwrseq-qcom-wcn"

    * tag 'pwrseq-updates-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
      power: sequencing: qcom-wcn: fix error path for VDDIO handling
      power: sequencing: fix missing state_lock in pwrseq_power_on() error path
      power: sequencing: Add the Power Sequencing driver for the PCIe M.2 connectors
      dt-bindings: connector: Add PCIe M.2 Mechanical Key M connector
      power: sequencing: qcom-wcn: add support for WCN39xx
      regulator: dt-bindings: qcom,wcn3990-pmu: describe PMUs on WCN39xx
      power: sequencing: qcom-wcn: use device_get_match_data()