Merge cpuidle updates, changes related to system sleep and power capping
updates for 6.10:
 - Fix kerneldoc description of ladder_do_selection() (Jeff Johnson).
 - Convert the cpuidle kirkwood driver to platform remove callback
   returning void (Yangtao Li).
 - Replace deprecated strncpy() with strscpy() in the hibernation core
   code (Justin Stitt).
 - Use %ps to simplify debug output in the core system-wide suspend and
   resume code (Len Brown).
 - Remove unnecessary else from device_init_wakeup() and make
   device_wakeup_disable() return void (Dhruva Gole).
 - Enable PMU support in the Intel TPMI RAPL driver (Zhang Rui).
 - Add support for ArrowLake-H platform to the Intel RAPL driver (Zhang
   Rui).
 - Avoid explicit cpumask allocation on stack in DTPM (Dawei Li).
* pm-cpuidle:
  cpuidle: ladder: fix ladder_do_selection() kernel-doc
  cpuidle: kirkwood: Convert to platform remove callback returning void
* pm-sleep:
  PM: hibernate: replace deprecated strncpy() with strscpy()
  PM: sleep: Take advantage of %ps to simplify debug output
  PM: wakeup: Remove unnecessary else from device_init_wakeup()
  PM: wakeup: make device_wakeup_disable() return void
* pm-powercap:
  powercap: intel_rapl_tpmi: Enable PMU support
  powercap: intel_rapl: Introduce APIs for PMU support
  powercap: intel_rapl: Sort header files
  powercap: intel_rapl: Add support for ArrowLake-H platform
  powercap: DTPM: Avoid explicit cpumask allocation on stack