Merge branch 'acpica'
* acpica: ACPICA: Update version to 20200528 ACPICA: iASL: add new OperationRegion subtype keyword PlatformRtMechanism ACPICA: acpidump: Removed dead code from oslinuxtbl.c
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
/* Current ACPICA subsystem version in YYYYMMDD format */
|
||||
|
||||
#define ACPI_CA_VERSION 0x20200430
|
||||
#define ACPI_CA_VERSION 0x20200528
|
||||
|
||||
#include <acpi/acconfig.h>
|
||||
#include <acpi/actypes.h>
|
||||
|
@@ -815,8 +815,9 @@ typedef u8 acpi_adr_space_type;
|
||||
#define ACPI_ADR_SPACE_GPIO (acpi_adr_space_type) 8
|
||||
#define ACPI_ADR_SPACE_GSBUS (acpi_adr_space_type) 9
|
||||
#define ACPI_ADR_SPACE_PLATFORM_COMM (acpi_adr_space_type) 10
|
||||
#define ACPI_ADR_SPACE_PLATFORM_RT (acpi_adr_space_type) 11
|
||||
|
||||
#define ACPI_NUM_PREDEFINED_REGIONS 11
|
||||
#define ACPI_NUM_PREDEFINED_REGIONS 12
|
||||
|
||||
/*
|
||||
* Special Address Spaces
|
||||
|
Reference in New Issue
Block a user