[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100831061416.GA5904@ywang-moblin2.bj.intel.com>
Date: Tue, 31 Aug 2010 14:14:16 +0800
From: Yong Wang <yong.y.wang@...ux.intel.com>
To: David Brownell <dbrownell@...rs.sourceforge.net>,
Grant Likely <grant.likely@...retlab.ca>,
Feng Tang <feng.tang@...el.com>
Cc: spi-devel-general@...ts.sourceforge.net,
linux-kernel@...r.kernel.org
Subject: [PATCH] spi/dw_spi: Enable Intel Moorestown SPI controller 1
Enable Intel Moorestown SPI controller 1
Signed-off-by: Yong Wang <yong.y.wang@...el.com>
---
drivers/spi/dw_spi_pci.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/spi/dw_spi_pci.c b/drivers/spi/dw_spi_pci.c
index 1f52755..eec9d0b 100644
--- a/drivers/spi/dw_spi_pci.c
+++ b/drivers/spi/dw_spi_pci.c
@@ -142,6 +142,8 @@ static int spi_resume(struct pci_dev *pdev)
static const struct pci_device_id pci_ids[] __devinitdata = {
/* Intel Moorestown platform SPI controller 0 */
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0800) },
+ /* Intel Moorestown platform SPI controller 1 */
+ { PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0801) },
{},
};
--
1.5.5.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