aboutsummaryrefslogtreecommitdiff
path: root/include/acpi
Commit message (Collapse)AuthorAgeFilesLines
* ACPICA: Tables: Fix an issue that FACS initialization is performed twiceLv Zheng2016-08-261-0/+1
| | | | | | | | | | | | | | | | | commit c04be18448355441a0c424362df65b6422e27bda upstream. ACPICA commit 90f5332a15e9d9ba83831ca700b2b9f708274658 This patch adds a new FACS initialization flag for acpi_tb_initialize(). acpi_enable_subsystem() might be invoked several times in OS bootup process, and we don't want FACS initialization to be invoked twice. Lv Zheng. Link: https://github.com/acpica/acpica/commit/90f5332a Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
* 3.10.78 -> 3.10.79Jan Engelmohr2016-08-261-1/+1
|
* 3.10.76 -> 3.10.77Jan Engelmohr2016-08-262-0/+21
|
* first commitMeizu OpenSource2016-08-1528-0/+9270