From patchwork Sun Jun 15 00:42:19 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lv Zheng X-Patchwork-Id: 4353891 Return-Path: X-Original-To: patchwork-linux-acpi@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 64E9EBEEAA for ; Sun, 15 Jun 2014 00:43:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E77832027D for ; Sun, 15 Jun 2014 00:43:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1C0652025A for ; Sun, 15 Jun 2014 00:43:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752074AbaFOAmb (ORCPT ); Sat, 14 Jun 2014 20:42:31 -0400 Received: from mail-pb0-f42.google.com ([209.85.160.42]:34651 "EHLO mail-pb0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751844AbaFOAma (ORCPT ); Sat, 14 Jun 2014 20:42:30 -0400 Received: by mail-pb0-f42.google.com with SMTP id ma3so3041867pbc.29 for ; Sat, 14 Jun 2014 17:42:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Ygo0RQ3/WJpxw3QRyk4Kfjlvny8Bvwj5TLUzptXGZU8=; b=R8s8Z9FMhb7oki5dxOwuGueqvXd/eDe49ubjEegWAX8i/yo3URgT+bC4E0iwyf1kWL ieUulpoOY7yQ2M2jhMaRmmCN+BL5Iks3ElPb2EWrBzCAapbK1ScGW0uUyl7B5raSLU/V dFE9nLqejFHx7hqpmmQUKM74qVNT90H6MhaFzoBds+cUskDoIb720gr8ZVQoAaijG/Ps wSPwl4etnmlQjyQFLsZAUCRxRQ3KTuYMbXfSjqIgO5gPVYqNq8+BnveBkcxU+tEvgUvJ m6CpP2PNHc8iAXwdwdCZ5iBN2oasPmk3yW8AeRZgnyxzWVdW8FIYWtFNdd8MxjLnvQxS G8sw== X-Received: by 10.66.132.70 with SMTP id os6mr13636994pab.110.1402792949446; Sat, 14 Jun 2014 17:42:29 -0700 (PDT) Received: from localhost.localdomain ([180.169.136.70]) by mx.google.com with ESMTPSA id y2sm44459414pas.45.2014.06.14.17.42.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Jun 2014 17:42:28 -0700 (PDT) From: Lv Zheng To: "Rafael J. Wysocki" , Len Brown Cc: Lv Zheng , Lv Zheng , , linux-acpi@vger.kernel.org Subject: [PATCH v2 5/7] ACPI/EC: Update revision due to full asynchrnous command support. Date: Sun, 15 Jun 2014 08:42:19 +0800 Message-Id: <5c2f80eca33c40538c74337044a3b40e07a137af.1402792240.git.lv.zheng@intel.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: References: Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Lv Zheng The bug fixes and asynchronous improvements have been done to the EC driver by the previous commits. This patch increases the revision to 2.2 to indicate the behavior differences between the old and the new drivers. The copyright/authorship notices are also updated. Authorship of Alexey is updated according to the following diff block: - * ec.c - ACPI Embedded Controller Driver (v2.0) + * ec.c - ACPI Embedded Controller Driver (v2.1) - * Copyright (C) 2006, 2007 Alexey Starikovskiy + * Copyright (C) 2006-2008 Alexey Starikovskiy This change is made by the following commit: Commit: 7c6db4e050601f359081fde418ca6dc4fc2d0011 Subject: ACPI: EC: do transaction from interrupt context Signed-off-by: Lv Zheng --- drivers/acpi/ec.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index 49d8990..051ac47 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c @@ -1,11 +1,14 @@ /* - * ec.c - ACPI Embedded Controller Driver (v2.1) + * ec.c - ACPI Embedded Controller Driver (v2.2) * - * Copyright (C) 2006-2008 Alexey Starikovskiy - * Copyright (C) 2006 Denis Sadykov - * Copyright (C) 2004 Luming Yu - * Copyright (C) 2001, 2002 Andy Grover - * Copyright (C) 2001, 2002 Paul Diefenbaugh + * Copyright (C) 2001-2014 Intel Corporation + * Auther: 2014 Lv Zheng + * 2006, 2007 Alexey Starikovskiy + * 2006 Denis Sadykov + * 2004 Luming Yu + * 2001, 2002 Andy Grover + * 2001, 2002 Paul Diefenbaugh + * Copyright (C) 2008 Alexey Starikovskiy * * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *