Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256751
b: refs/heads/master
c: 2e2de2e
h: refs/heads/master
i:
  256749: a85b534
  256747: df1ef54
  256743: e421030
  256735: 128511c
v: v3
  • Loading branch information
Tomoya MORINAGA authored and Grant Likely committed Jun 17, 2011
1 parent 84a60e2 commit 2244095
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 78b2b911bf7020359a2adb54adfca522cf776141
refs/heads/master: 2e2de2e314672c8b6644f67a35556d6df780493d
5 changes: 4 additions & 1 deletion trunk/drivers/spi/spi-topcliff-pch.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,13 @@
/* Definition for ML7213 by OKI SEMICONDUCTOR */
#define PCI_VENDOR_ID_ROHM 0x10DB
#define PCI_DEVICE_ID_ML7213_SPI 0x802c
#define PCI_DEVICE_ID_ML7223_SPI 0x800F

/*
* Set the number of SPI instance max
* Intel EG20T PCH : 1ch
* OKI SEMICONDUCTOR ML7213 IOH : 2ch
* OKI SEMICONDUCTOR ML7223 IOH : 1ch
*/
#define PCH_SPI_MAX_DEV 2

Expand Down Expand Up @@ -212,6 +214,7 @@ struct pch_pd_dev_save {
static struct pci_device_id pch_spi_pcidev_id[] = {
{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_GE_SPI), 1, },
{ PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7213_SPI), 2, },
{ PCI_VDEVICE(ROHM, PCI_DEVICE_ID_ML7223_SPI), 1, },
{ }
};

Expand Down Expand Up @@ -1711,4 +1714,4 @@ MODULE_PARM_DESC(use_dma,
"to use DMA for data transfers pass 1 else 0; default 1");

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Intel EG20T PCH/OKI SEMICONDUCTOR ML7213 IOH SPI Driver");
MODULE_DESCRIPTION("Intel EG20T PCH/OKI SEMICONDUCTOR ML7xxx IOH SPI Driver");

0 comments on commit 2244095

Please sign in to comment.