diff mbox

[1/3] pci_ids: Add Intel Centerton Legacy Block DeviceID

Message ID 1335198236-3183-1-git-send-email-seth.heasley@intel.com
State Not Applicable, archived
Headers show

Commit Message

Seth Heasley April 23, 2012, 4:23 p.m. UTC
This patch adds the Integrated Legacy Block DeviceID for the Centerton CPU.  It will be used in the GPIO and Multifunction Devices driver.

Signed-off-by: Seth Heasley <seth.heasley@intel.com>
---
Adding Samuel Ortiz, because a subsequent multifunction device patch references this one.

 include/linux/pci_ids.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Bjorn Helgaas April 23, 2012, 10:17 p.m. UTC | #1
On Mon, Apr 23, 2012 at 10:23 AM, Seth Heasley <seth.heasley@intel.com> wrote:
> This patch adds the Integrated Legacy Block DeviceID for the Centerton CPU.  It will be used in the GPIO and Multifunction Devices driver.
>
> Signed-off-by: Seth Heasley <seth.heasley@intel.com>
> ---
> Adding Samuel Ortiz, because a subsequent multifunction device patch references this one.
>
>  include/linux/pci_ids.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index 3329965..ab741b0 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -2506,6 +2506,7 @@
>  #define PCI_DEVICE_ID_INTEL_MRST_SD2   0x084F
>  #define PCI_DEVICE_ID_INTEL_I960       0x0960
>  #define PCI_DEVICE_ID_INTEL_I960RM     0x0962
> +#define PCI_DEVICE_ID_INTEL_CENTERTON_ILB      0x0c60
>  #define PCI_DEVICE_ID_INTEL_8257X_SOL  0x1062
>  #define PCI_DEVICE_ID_INTEL_82573E_SOL 0x1085
>  #define PCI_DEVICE_ID_INTEL_82573L_SOL 0x108F

I assume, based on your LKML exchange with Samuel, that you don't need
me to do anything in PCI with this.

Bjorn
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Seth Heasley April 23, 2012, 10:19 p.m. UTC | #2
>I assume, based on your LKML exchange with Samuel, that you don't need
>me to do anything in PCI with this.

I believe that's right.  Samuel figured that since the patch I sent him depends on this one, that he'd go ahead and commit the pciids patch, too.

-Seth
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Samuel Ortiz May 9, 2012, 2:01 p.m. UTC | #3
Hi Seth,

On Mon, Apr 23, 2012 at 09:23:56AM -0700, Seth Heasley wrote:
> This patch adds the Integrated Legacy Block DeviceID for the Centerton CPU.  It will be used in the GPIO and Multifunction Devices driver.
> 
Patch applied to my for-next branch.

Cheers,
Samuel.
diff mbox

Patch

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 3329965..ab741b0 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2506,6 +2506,7 @@ 
 #define PCI_DEVICE_ID_INTEL_MRST_SD2	0x084F
 #define PCI_DEVICE_ID_INTEL_I960	0x0960
 #define PCI_DEVICE_ID_INTEL_I960RM	0x0962
+#define PCI_DEVICE_ID_INTEL_CENTERTON_ILB	0x0c60
 #define PCI_DEVICE_ID_INTEL_8257X_SOL	0x1062
 #define PCI_DEVICE_ID_INTEL_82573E_SOL	0x1085
 #define PCI_DEVICE_ID_INTEL_82573L_SOL	0x108F