Linux/linux ef867c1arch/sh/kernel/cpu/shmobile cpuidle.c, drivers/acpi ec.c sleep.c

Merge tag 'pm-5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull additional power management updates from Rafael Wysocki:
 "These fix an ACPI EC driver bug exposed by the recent rework of the
  suspend-to-idle code flow, reintroduce frequency constraints into
  device PM QoS (in preparation for adding QoS support to devfreq), drop
  a redundant field from struct cpuidle_state and clean up Kconfig in
  some places.

  Specifics:

   - Avoid a race condition in the ACPI EC driver that may cause systems
     to be unable to leave suspend-to-idle (Rafael Wysocki)

   - Drop the "disabled" field, which is redundant, from struct
     cpuidle_state (Rafael Wysocki)

   - Reintroduce device PM QoS frequency constraints (temporarily
     introduced and than dropped during the 5.4 cycle) in preparation
     for adding QoS support to devfreq (Leonard Crestez)

   - Clean up indentation (in multiple places) and the cpuidle drivers
     help text in Kconfig (Krzysztof Kozlowski, Randy Dunlap)"

* tag 'pm-5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  ACPI: PM: s2idle: Rework ACPI events synchronization
  ACPI: EC: Rework flushing of pending work
  PM / devfreq: Add missing locking while setting suspend_freq
  PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCY
  PM / QoS: Reorder pm_qos/freq_qos/dev_pm_qos structs
  PM / QoS: Initial kunit test
  PM / QoS: Redefine FREQ_QOS_MAX_DEFAULT_VALUE to S32_MAX
  power: avs: Fix Kconfig indentation
  cpufreq: Fix Kconfig indentation
  cpuidle: minor Kconfig help text fixes
  cpuidle: Drop disabled field from struct cpuidle_state
  cpuidle: Fix Kconfig indentation
DeltaFile
+117-0drivers/base/power/qos-test.c
+50-36include/linux/pm_qos.h
+67-6drivers/base/power/qos.c
+13-23drivers/acpi/ec.c
+19-7drivers/acpi/sleep.c
+11-11drivers/cpuidle/Kconfig.arm
+8-8drivers/cpuidle/Kconfig
+8-8drivers/cpufreq/Kconfig.x86
+6-6drivers/power/avs/Kconfig
+4-4arch/sh/kernel/cpu/shmobile/cpuidle.c
+4-4drivers/cpufreq/Kconfig.powerpc
+3-3drivers/idle/intel_idle.c
+4-0drivers/base/Kconfig
+3-1kernel/power/qos.c
+4-0drivers/devfreq/devfreq.c
+1-1drivers/cpuidle/cpuidle.c
+1-1include/linux/cpuidle.h
+1-0drivers/base/power/Makefile
+0-1drivers/cpuidle/poll_state.c
+324-12019 files

UnifiedSplitRaw