projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d09aaa
)
gpio/langwell: Add Cloverview ids to pci device table
author
David Cohen
<david.a.cohen@intel.com>
Wed, 19 Dec 2012 01:52:12 +0000
(17:52 -0800)
committer
Grant Likely
<grant.likely@secretlab.ca>
Tue, 5 Feb 2013 13:33:30 +0000
(13:33 +0000)
Adds support for new Cloverview hardware.
Signed-off-by: David Cohen <david.a.cohen@intel.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/gpio/gpio-langwell.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-langwell.c
b/drivers/gpio/gpio-langwell.c
index
e77b2b3
..
a53ad08
100644
(file)
--- a/
drivers/gpio/gpio-langwell.c
+++ b/
drivers/gpio/gpio-langwell.c
@@
-234,6
+234,8
@@
static DEFINE_PCI_DEVICE_TABLE(lnw_gpio_ids) = { /* pin number */
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x080f), .driver_data = 64 },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081f), .driver_data = 96 },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081a), .driver_data = 96 },
+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x08eb), .driver_data = 96 },
+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x08f7), .driver_data = 96 },
{ 0, }
};
MODULE_DEVICE_TABLE(pci, lnw_gpio_ids);