projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3fbd67
)
ACPICA: ACPI 6.3: Add Trigger order to PCC Identifier structure in PDTT
author
Erik Schmauss
<erik.schmauss@intel.com>
Fri, 15 Feb 2019 21:36:11 +0000
(13:36 -0800)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Mon, 18 Feb 2019 10:21:11 +0000
(11:21 +0100)
ACPICA commit
b11446d8b47805c2637a2286aca34b717ec6b5be
Link:
https://github.com/acpica/acpica/commit/b11446d8
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
include/acpi/actbl2.h
patch
|
blob
|
history
diff --git
a/include/acpi/actbl2.h
b/include/acpi/actbl2.h
index be01efdede32242b54b0d9c6c2e63b5f506cf42e..f876a3776c755629cf84ffea9c448be907100306 100644
(file)
--- a/
include/acpi/actbl2.h
+++ b/
include/acpi/actbl2.h
@@
-1361,6
+1361,7
@@
struct acpi_pdtt_channel {
#define ACPI_PDTT_RUNTIME_TRIGGER (1)
#define ACPI_PDTT_WAIT_COMPLETION (1<<1)
+#define ACPI_PDTT_TRIGGER_ORDER (1<<2)
/*******************************************************************************
*