[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1501479412.git.lv.zheng@intel.com>
Date: Mon, 31 Jul 2017 13:47:49 +0800
From: Lv Zheng <lv.zheng@...el.com>
To: "Rafael J . Wysocki" <rafael.j.wysocki@...el.com>,
"Rafael J . Wysocki" <rjw@...ysocki.net>,
Len Brown <len.brown@...el.com>
Cc: Lv Zheng <lv.zheng@...el.com>, Lv Zheng <zetalog@...il.com>,
linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org
Subject: [PATCH v2 0/4] ACPI / EC: Solve EC event handling issues
There is a known issue in EC event handling. This patchset tries to handle
noirq stage EC event polling to fix this known issue.
In the very early version, the EC event polling mechanism is implemented by
a kernel thread to poll EC events. Now the mechanism is implemented by a
timer ticked in noirq stage to poll EC GPEs. In this newest timer version,
timer running period is shortened and thus is safer for s2idle mode.
After adding such a mechanism, we can try to handle EC events earlier after
resume, this may be able to solve some driver order issues.
Lv Zheng (4):
ACPI / EC: Cleanup EC GPE mask flag
ACPI / EC: Add IRQ polling support for noirq stages
ACPI / EC: Add support to handle EC events earlier
ACPI / EC: Enable noirq stage GPE polling
drivers/acpi/ec.c | 157 ++++++++++++++++++++++++++++++++++++++++++++----
drivers/acpi/internal.h | 1 +
2 files changed, 145 insertions(+), 13 deletions(-)
--
2.7.4
Powered by blists - more mailing lists