From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992932AbbEOX5X (ORCPT ); Fri, 15 May 2015 19:57:23 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:52817 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1945981AbbEOX5W (ORCPT ); Fri, 15 May 2015 19:57:22 -0400 From: "Rafael J. Wysocki" To: Lv Zheng Cc: "Rafael J. Wysocki" , Len Brown , Lv Zheng , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [PATCH v2 0/6] ACPI / EC: Update due to recent changes. Date: Sat, 16 May 2015 02:22:36 +0200 Message-ID: <10548867.PAL3ammWVt@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.0.0+; KDE/4.11.5; x86_64; ; ) In-Reply-To: References: <3b6064b23b148a9c3eed58566e9361a852618556.1430900840.git.lv.zheng@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, May 15, 2015 02:16:05 PM Lv Zheng wrote: > 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(-) All of these make sense to me, so I'm queuing them up for 4.2, thanks! -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.