* [PATCH] gpio/lynxpoint: add new ACPI ID
@ 2013-11-12 9:52 Mika Westerberg
2013-11-18 10:51 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Mika Westerberg @ 2013-11-12 9:52 UTC (permalink / raw)
To: Linus Walleij; +Cc: linux-gpio, linux-kernel, Mathias Nyman, Mika Westerberg
Newer Intel PCHs have the same GPIO controller than Haswell but the ACPI ID
is different. Add this ID to the driver supported IDs list.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
drivers/gpio/gpio-lynxpoint.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpio/gpio-lynxpoint.c b/drivers/gpio/gpio-lynxpoint.c
index 41b5913ddabe..c3d9999bcdb3 100644
--- a/drivers/gpio/gpio-lynxpoint.c
+++ b/drivers/gpio/gpio-lynxpoint.c
@@ -437,6 +437,7 @@ static const struct dev_pm_ops lp_gpio_pm_ops = {
static const struct acpi_device_id lynxpoint_gpio_acpi_match[] = {
{ "INT33C7", 0 },
+ { "INT3437", 0 },
{ }
};
MODULE_DEVICE_TABLE(acpi, lynxpoint_gpio_acpi_match);
--
1.8.4.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gpio/lynxpoint: add new ACPI ID
2013-11-12 9:52 [PATCH] gpio/lynxpoint: add new ACPI ID Mika Westerberg
@ 2013-11-18 10:51 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2013-11-18 10:51 UTC (permalink / raw)
To: Mika Westerberg
Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
Mathias Nyman
On Tue, Nov 12, 2013 at 10:52 AM, Mika Westerberg
<mika.westerberg@linux.intel.com> wrote:
> Newer Intel PCHs have the same GPIO controller than Haswell but the ACPI ID
> is different. Add this ID to the driver supported IDs list.
>
> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Patch applied (for v3.14).
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-18 10:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-12 9:52 [PATCH] gpio/lynxpoint: add new ACPI ID Mika Westerberg
2013-11-18 10:51 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).