mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
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, Bob Moore <robert.moore@intel.com>
Subject: [PATCH 4/6] ACPICA: Disassembler: Fix for gpio_int interrupt polarity flags.
Date: Tue,  2 Sep 2014 08:27:27 +0800	[thread overview]
Message-ID: <12baecbee2b8eecbbd27cda45da060bc096cfc7f.1409617516.git.lv.zheng@intel.com> (raw)
In-Reply-To: <cover.1409617516.git.lv.zheng@intel.com>

From: Bob Moore <robert.moore@intel.com>

The field is actually 2 bits, not 1.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
---
 drivers/acpi/acpica/utresrc.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/acpi/acpica/utresrc.c b/drivers/acpi/acpica/utresrc.c
index 14cb6c0..5cd017c 100644
--- a/drivers/acpi/acpica/utresrc.c
+++ b/drivers/acpi/acpica/utresrc.c
@@ -87,7 +87,9 @@ const char *acpi_gbl_io_decode[] = {
 
 const char *acpi_gbl_ll_decode[] = {
 	"ActiveHigh",
-	"ActiveLow"
+	"ActiveLow",
+	"ActiveBoth",
+	"Reserved"
 };
 
 const char *acpi_gbl_max_decode[] = {
-- 
1.7.10


  parent reply	other threads:[~2014-09-02  0:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-02  0:26 [PATCH 0/6] ACPICA: 20140828 Release Lv Zheng
2014-09-02  0:27 ` [PATCH 1/6] ACPICA: Add _PSx names to the METHOD_NAME list Lv Zheng
2014-09-02  0:27 ` [PATCH 2/6] ACPICA: ACPI 5.1/Disassembler: Add GICC affinity subtable to SRAT table Lv Zheng
2014-09-02  0:27 ` [PATCH 3/6] ACPICA: Headers: Add GTDT flag definitions for the timer subtable Lv Zheng
2014-09-02  0:27 ` Lv Zheng [this message]
2014-09-02  0:27 ` [PATCH 5/6] ACPICA: ACPI 5.1: Add support for runtime validation of _DSD package Lv Zheng
2014-09-02  0:27 ` [PATCH 6/6] ACPICA: Update version to 20140828 Lv Zheng
2014-09-03 21:50 ` [PATCH 0/6] ACPICA: 20140828 Release 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=12baecbee2b8eecbbd27cda45da060bc096cfc7f.1409617516.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=robert.moore@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

all inboxes | Powered by JetHome®