All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gts and bfs fixes (v2).
@ 2012-04-10  2:34 Konrad Rzeszutek Wilk
  2012-04-10  2:34 ` [PATCH 1/2] ACPI: Convert wake_sleep_flags to a value instead of function (v2) Konrad Rzeszutek Wilk
  2012-04-10  2:34 ` [PATCH 2/2] ACPI: Pass u8 flag to acpi_enter_sleep_state from lowlevel assembler Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 6+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-04-10  2:34 UTC (permalink / raw)
  To: ming.m.lin, linux-kernel, linux-pm, lenb, linux-acpi,
	konrad.r.wilk

Please consider these the two fixes to how gts and bfs parameters
are handled in 3.4-rc2:

I had sent an earlier version of 
 [PATCH 1/2] ACPI: Convert wake_sleep_flags to a value instead of

to Lin and he had reviewed it, but I redid it a bit so a second
look will be required.

The:
 [PATCH 2/2] ACPI: Pass u8 flag to acpi_enter_sleep_state from

is a regression fix - as the wakeup flag was not passed from the
assembler code to the acpi_enter_sleep_ function.

 arch/x86/kernel/acpi/sleep.h     |    2 +
 arch/x86/kernel/acpi/wakeup_32.S |    5 +++-
 arch/x86/kernel/acpi/wakeup_64.S |    3 ++
 drivers/acpi/sleep.c             |   52 ++++++++++++++++++++-----------------
 4 files changed, 37 insertions(+), 25 deletions(-)

Konrad Rzeszutek Wilk (2):
      ACPI: Convert wake_sleep_flags to a value instead of function (v2)
      ACPI: Pass u8 flag to acpi_enter_sleep_state from lowlevel assembler.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-10  3:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-10  2:34 [PATCH] gts and bfs fixes (v2) Konrad Rzeszutek Wilk
2012-04-10  2:34 ` [PATCH 1/2] ACPI: Convert wake_sleep_flags to a value instead of function (v2) Konrad Rzeszutek Wilk
2012-04-10  2:50   ` Lin Ming
2012-04-10  3:19     ` Konrad Rzeszutek Wilk
2012-04-10  3:22     ` Konrad Rzeszutek Wilk
2012-04-10  2:34 ` [PATCH 2/2] ACPI: Pass u8 flag to acpi_enter_sleep_state from lowlevel assembler Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.