mbox series

[0/4] ACPI/ACPICA: Only flush caches on S1/S2/S3 and C3

Message ID 20211206122952.74139-1-kirill.shutemov@linux.intel.com (mailing list archive)
Headers show
Series ACPI/ACPICA: Only flush caches on S1/S2/S3 and C3 | expand

Message

Kirill A . Shutemov Dec. 6, 2021, 12:29 p.m. UTC
Does it look like you want?

Kirill A. Shutemov (4):
  ACPICA: Do not flush cache for on entering S4 and S5
  ACPI: PM: Remove redundant cache flushing
  ACPI: processor idle: Only flush cache on entering C3
  ACPI: PM: Avoid cache flush on entering S4

 drivers/acpi/acpica/hwesleep.c  | 3 ++-
 drivers/acpi/acpica/hwsleep.c   | 3 ++-
 drivers/acpi/acpica/hwxfsleep.c | 2 --
 drivers/acpi/processor_idle.c   | 3 ++-
 drivers/acpi/sleep.c            | 9 +++------
 5 files changed, 9 insertions(+), 11 deletions(-)