aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/acpi.h
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-10-02 01:40:07 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-10-02 01:40:07 +0200
commit0137a337d7760c265a7d126964297e41ba9a1cb3 (patch)
treee9555ae881bce01426a20caad138a9ac3786364b /include/linux/acpi.h
parentMerge branches 'acpi-x86', 'acpi-cppc' and 'acpi-soc' (diff)
parentwatchdog: wdat_wdt: Fix warning for using 0 as NULL (diff)
parentACPI / EC: Fix issues related to boot_ec (diff)
downloadlinux-dev-0137a337d7760c265a7d126964297e41ba9a1cb3.tar.xz
linux-dev-0137a337d7760c265a7d126964297e41ba9a1cb3.zip
Merge branches 'acpi-wdat' and 'acpi-ec'
* acpi-wdat: watchdog: wdat_wdt: Fix warning for using 0 as NULL watchdog: wdat_wdt: fix return value check in wdat_wdt_probe() platform/x86: intel_pmc_ipc: Do not create iTCO watchdog when WDAT table exists i2c: i801: Do not create iTCO watchdog when WDAT table exists mfd: lpc_ich: Do not create iTCO watchdog when WDAT table exists ACPI / watchdog: Add support for WDAT hardware watchdog * acpi-ec: ACPI / EC: Fix issues related to boot_ec ACPI / EC: Fix a gap that ECDT EC cannot handle EC events ACPI / EC: Fix a memory leakage issue in acpi_ec_add() ACPI / EC: Cleanup first_ec/boot_ec code ACPI / EC: Enable event freeze mode to improve event handling for suspend process ACPI / EC: Add PM operations to improve event handling for suspend process ACPI / EC: Add PM operations to improve event handling for resume process ACPI / EC: Fix an issue that SCI_EVT cannot be detected after event is enabled ACPI / EC: Add EC_FLAGS_QUERY_ENABLED to reveal a hidden logic ACPI / EC: Add PM operations for suspend/resume noirq stage