[PATCH v2 0/6] ACPI / EC: Update due to recent changes.

From: Lv Zheng
Date: Fri May 15 2015 - 02:16:35 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/