From: Lv Zheng <lv.zheng@intel.com>
To: "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
Len Brown <len.brown@intel.com>
Cc: Lv Zheng <lv.zheng@intel.com>, Lv Zheng <zetalog@gmail.com>,
<linux-kernel@vger.kernel.org>,
linux-acpi@vger.kernel.org
Subject: [PATCH v2 0/6] ACPI / EC: Update due to recent changes.
Date: Fri, 15 May 2015 14:16:05 +0800 [thread overview]
Message-ID: <cover.1431670199.git.lv.zheng@intel.com> (raw)
In-Reply-To: <3b6064b23b148a9c3eed58566e9361a852618556.1430900840.git.lv.zheng@intel.com>
This patchset tries to cleanup the EC driver to reflect the recent changes.
There is a small fix in the patchset to use time_before() instead of
time_after().
The last patch removes all non-root-caused MSI quirks so that we may be
able to identify their root cause if regressions are reported against this
removal and generate new quirks based on the new code base.
Lv Zheng (6):
ACPI / EC: Update acpi_ec_is_gpe_raised() with new GPE status flag.
ACPI / EC: Remove storming threashold enlarging quirk.
ACPI / EC: Remove irqs_disabled() check.
ACPI / EC: Fix and clean up register access guarding logics.
ACPI / EC: Add module params for polling modes.
ACPI / EC: Remove non-root-caused busy polling quirks.
drivers/acpi/ec.c | 148 ++++++++++++++++++++++-------------------------
drivers/acpi/internal.h | 1 +
2 files changed, 69 insertions(+), 80 deletions(-)
--
1.7.10
next parent reply other threads:[~2015-05-15 6:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <3b6064b23b148a9c3eed58566e9361a852618556.1430900840.git.lv.zheng@intel.com>
2015-05-15 6:16 ` Lv Zheng [this message]
2015-05-15 6:16 ` [PATCH v2 1/6] ACPI / EC: Update acpi_ec_is_gpe_raised() with new GPE status flag Lv Zheng
2015-05-15 6:16 ` [PATCH v2 2/6] ACPI / EC: Remove storming threashold enlarging quirk Lv Zheng
2015-05-15 6:16 ` [PATCH v2 3/6] ACPI / EC: Remove irqs_disabled() check Lv Zheng
2015-05-15 6:16 ` [PATCH v2 4/6] ACPI / EC: Fix and clean up register access guarding logics Lv Zheng
2015-05-15 6:16 ` [PATCH v2 5/6] ACPI / EC: Add module params for polling modes Lv Zheng
2015-05-15 6:16 ` [PATCH v2 6/6] ACPI / EC: Remove non-root-caused busy polling quirks Lv Zheng
2015-05-16 0:22 ` [PATCH v2 0/6] ACPI / EC: Update due to recent changes Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1431670199.git.lv.zheng@intel.com \
--to=lv.zheng@intel.com \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=zetalog@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox