Re: [PATCH v3 4/4] gpio: Add support for Intel ICHx/3100/Series[56] GPIO

From: Vincent Palatin
Date: Fri Feb 18 2011 - 12:59:29 EST


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@xxxxxxxxxxxx>

Signed-off-by: Vincent Palatin <vpalatin@xxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/