summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2017-09-26 16:54:03 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2017-11-09 00:23:53 +0100
commit53c5eaabaea9a1b7a96f95ccc486d2ad721d95bb (patch)
tree7bbb306296832c6ae211170cd82bbc1fae66acac /tools/perf/scripts/python/bin
parent39dae59d66acd86d1de24294bd2f343fd5e7a625 (diff)
downloadkernel-53c5eaabaea9a1b7a96f95ccc486d2ad721d95bb.tar.gz
ACPI / EC: Fix regression related to triggering source of EC event handling
Originally the Samsung quirks removed by commit 4c237371 can be covered by commit e923e8e7 and ec_freeze_events=Y mode. But commit 9c40f956 changed ec_freeze_events=Y back to N, making this problem re-surface. Actually, if commit e923e8e7 is robust enough, we can freely change ec_freeze_events mode, so this patch fixes the issue by improving commit e923e8e7. Related commits listed in the merged order: Commit: e923e8e79e18fd6be9162f1be6b99a002e9df2cb Subject: ACPI / EC: Fix an issue that SCI_EVT cannot be detected after event is enabled Commit: 4c237371f290d1ed3b2071dd43554362137b1cce Subject: ACPI / EC: Remove old CLEAR_ON_RESUME quirk Commit: 9c40f956ce9b331493347d1b3cb7e384f7dc0581 Subject: 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: e923e8e79e18 (ACPI / EC: Fix an issue that SCI_EVT cannot be detected after event is enabled) Fixes: 4c237371f290 (ACPI / EC: Remove old CLEAR_ON_RESUME quirk) Fixes: 9c40f956ce9b (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>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
9:20 -0400'>2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro 2012-05-21c6x: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro 2012-05-05c6x: Use generic init_taskThomas Gleixner 2012-04-10irq: Kill pointless irqd_to_hw exportGrant Likely 2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds 2012-04-05C6X: use set_current_blocked() and block_sigmask()Matt Fleming 2012-03-28Disintegrate asm/system.h for C6XDavid Howells 2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds 2012-03-16C6X: remove dead code from entry.SMark Salter 2012-02-16irq_domain/c6x: Use library of xlate functionsGrant Likely 2012-02-16irq_domain/c6x: constify irq_domain structuresGrant Likely 2012-02-16irq_domain/c6x: Convert c6x to use generic irq_domain support.Mark Salter 2012-01-08C6X: replace tick_nohz_stop/restart_sched_tick callsMark Salter 2012-01-08C6X: add register_cpu callMark Salter 2012-01-08C6X: deal with memblock API changesMark Salter 2011-10-06C6X: general SoC supportMark Salter 2011-10-06C6X: ptrace supportAurelien Jacquiot 2011-10-06C6X: loadable module supportAurelien Jacquiot 2011-10-06C6X: build infrastructureAurelien Jacquiot 2011-10-06C6X: syscallsAurelien Jacquiot 2011-10-06C6X: interrupt handlingAurelien Jacquiot 2011-10-06C6X: time managementAurelien Jacquiot 2011-10-06C6X: signal managementAurelien Jacquiot 2011-10-06C6X: process managementAurelien Jacquiot 2011-10-06C6X: memory management and DMA supportAurelien Jacquiot 2011-10-06C6X: devicetree supportMark Salter 2011-10-06C6X: early boot codeAurelien Jacquiot 2011-10-06C6X: build infrastructureAurelien Jacquiot