mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 15:19:26 -04:00
53c5eaabaea9a1b7a96f95ccc486d2ad721d95bb
Originally the Samsung quirks removed by commit4c237371can be covered by commite923e8e7and ec_freeze_events=Y mode. But commit9c40f956changed ec_freeze_events=Y back to N, making this problem re-surface. Actually, if commite923e8e7is robust enough, we can freely change ec_freeze_events mode, so this patch fixes the issue by improving commite923e8e7. Related commits listed in the merged order: Commit:e923e8e79eSubject: ACPI / EC: Fix an issue that SCI_EVT cannot be detected after event is enabled Commit:4c237371f2Subject: ACPI / EC: Remove old CLEAR_ON_RESUME quirk Commit:9c40f956ceSubject: Revert "ACPI / EC: Enable event freeze mode..." to fix a regression This patch not only fixes the reported post-resume EC event triggering source issue, but also fixes an unreported similar issue related to the driver bind by adding EC event triggering source in ec_install_handlers(). Fixes:e923e8e79e(ACPI / EC: Fix an issue that SCI_EVT cannot be detected after event is enabled) Fixes:4c237371f2(ACPI / EC: Remove old CLEAR_ON_RESUME quirk) Fixes:9c40f956ce(Revert "ACPI / EC: Enable event freeze mode..." to fix a regression) Link: https://bugzilla.kernel.org/show_bug.cgi?id=196833 Signed-off-by: Lv Zheng <lv.zheng@intel.com> Reported-by: Alistair Hamilton <ahpatent@gmail.com> Tested-by: Alistair Hamilton <ahpatent@gmail.com> Cc: 4.11+ <stable@vger.kernel.org> # 4.11+ Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Merge tag 'enforcement-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linux kernel ============ This file was moved to Documentation/admin-guide/README.rst Please notice that there are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. See Documentation/00-INDEX for a list of what is contained in each file. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.
Description
Languages
C
97%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%