[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1298051894-30600-1-git-send-email-vpalatin@chromium.org>
Date: Fri, 18 Feb 2011 12:58:14 -0500
From: Vincent Palatin <vpalatin@...omium.org>
To: Peter Tyser <ptyser@...-inc.com>
Cc: LKML <linux-kernel@...r.kernel.org>, Alek Du <alek.du@...el.com>,
Samuel Ortiz <sameo@...ux.intel.com>,
David Brownell <dbrownell@...rs.sourceforge.net>,
Eric Miao <eric.y.miao@...il.com>,
Uwe Kleine-K?nig <u.kleine-koenig@...gutronix.de>,
Mark Brown <broonie@...nsource.wolfsonmicro.com>,
Joe Perches <joe@...ches.com>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
Grant Likely <grant.likely@...retlab.ca>,
Olof <olofj@...omium.org>, vbendeb <vbendeb@...omium.org>,
Vincent Palatin <vpalatin@...omium.org>
Subject: Re: [PATCH v3 4/4] gpio: Add support for Intel ICHx/3100/Series[56] GPIO
Hi,
I have tested it on a Pineview / Tigerpoint based board.
It works well given you add the PCI ids for the tigerpoint/NM10 chipset
(cf patch below).
The Tigerpoint/NM10 is ICH7 based for the GPIO part.
Tested-by: Vincent Palatin <vpalatin@...omium.org>
Signed-off-by: Vincent Palatin <vpalatin@...omium.org>
---
drivers/gpio/ichx_gpio.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/gpio/ichx_gpio.c b/drivers/gpio/ichx_gpio.c
index 4c7aec6..4bba9af 100644
--- a/drivers/gpio/ichx_gpio.c
+++ b/drivers/gpio/ichx_gpio.c
@@ -394,6 +394,7 @@ static DEFINE_PCI_DEVICE_TABLE(ichx_pci_tbl) = {
{ ICHX_GPIO_PCI_DEVICE(PCI_DEVICE_ID_INTEL_ICH7_1, &ich7_desc) },
{ ICHX_GPIO_PCI_DEVICE(PCI_DEVICE_ID_INTEL_ICH7_30, &ich7_desc) },
{ ICHX_GPIO_PCI_DEVICE(PCI_DEVICE_ID_INTEL_ICH7_31, &ich7_desc) },
+ { ICHX_GPIO_PCI_DEVICE(PCI_DEVICE_ID_INTEL_TGP_LPC, &ich7_desc) },
{ ICHX_GPIO_PCI_DEVICE(PCI_DEVICE_ID_INTEL_ICH8_0, &ich7_desc) },
{ ICHX_GPIO_PCI_DEVICE(PCI_DEVICE_ID_INTEL_ICH8_1, &ich7_desc) },
{ ICHX_GPIO_PCI_DEVICE(PCI_DEVICE_ID_INTEL_ICH8_2, &ich7_desc) },
--
1.7.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists