diff options
| author | Lv Zheng <lv.zheng@intel.com> | 2015-02-05 16:27:35 +0800 | 
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-02-05 15:42:18 +0100 | 
| commit | a8d4fc227f312edea06bb4ebbeeb6db89c798e91 (patch) | |
| tree | 64d05d9004e19468d94ed3b4ae03ba74ce7df1e2 | |
| parent | 9e295ac14d6a59180beed0735e6a504c2ee87761 (diff) | |
ACPI / EC: Update revision due to raw handler mode.
The bug fixes around GPE races have been done to the EC driver by the
previous commits. This patch increases the revision to 3 to indicate the
behavior differences between the old and the new drivers. The
copyright/authorship notices are also updated.
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
| -rw-r--r-- | drivers/acpi/ec.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index e000cf70378b..55632539392d 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c @@ -1,8 +1,8 @@  /* - *  ec.c - ACPI Embedded Controller Driver (v2.2) + *  ec.c - ACPI Embedded Controller Driver (v3)   * - *  Copyright (C) 2001-2014 Intel Corporation - *    Author: 2014       Lv Zheng <lv.zheng@intel.com> + *  Copyright (C) 2001-2015 Intel Corporation + *    Author: 2014, 2015 Lv Zheng <lv.zheng@intel.com>   *            2006, 2007 Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>   *            2006       Denis Sadykov <denis.m.sadykov@intel.com>   *            2004       Luming Yu <luming.yu@intel.com> | 
