Commit 76854b339b3f for kernel

commit 76854b339b3fbbc144f7ad6dd96e7495b94aab62
Merge: 916b61abba58 d657aa1b8ed3 cb258d651d74
Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Date:   Wed Aug 26 19:49:23 2026 +0200

    Merge branches 'pm-cpufreq' and 'pm-sleep'

    Merge additional cpufreq updates and one update related to system sleep
    for 7.3-rc1:

     - Unblock runtime PM when device prepare fails that was not done by
       mistake (Shibo Zhu)

     - Fix possible rate limit overflow on 32-bit systems in the schedutil
       cpufreq governor (Hui Su)

     - Consolidate HWP P-states initialization in the intel_pstate cpufreq
       driver and make that driver avoid using the DESIRED_PERF HWP hint
       when the Dynamic Efficiency Control (DEC) is enabled in the processor
       to avoid inconsistent behavior (Rafael Wysocki)

    * pm-cpufreq:
      cpufreq: intel_pstate: Avoid using DESIRED_PERF when DEC is enabled
      cpufreq: intel_pstate: Consolidate HWP P-states initialization
      cpufreq: schedutil: Fix rate limit overflow

    * pm-sleep:
      PM: sleep: Unblock runtime PM when device prepare fails