ACPICA: Resources: Split interrupt share/wake bits into two fields.
authorBob Moore <robert.moore@intel.com>
Mon, 31 Dec 2012 00:07:31 +0000 (00:07 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 10 Jan 2013 11:36:22 +0000 (12:36 +0100)
commit9cea6249c9154a7d0b322a226261697f947692ad
treea991188c19927732d4758d1cf855510a9599f646
parentf7b488e23cadc76503cbf37d7c432cfb0a77f41f
ACPICA: Resources: Split interrupt share/wake bits into two fields.

These two bits are merged at the external interface level for the
IRQ, Interrupt, and GpioInt resource descriptors. However, these
bits are logically independent and there is no need to keep them
merged internally. Therefore, this change splits the bits into
"sharable" and "wake capable" fields within the resource manager.
This simplifies drive code that needs to examine these bits.
Aaron Lu, Bob Moore.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/rsirq.c
drivers/acpi/acpica/rsserial.c
include/acpi/acrestyp.h