linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] pci_ids: Add Intel Centerton Legacy Block DeviceID
@ 2012-04-23 16:23 Seth Heasley
  2012-04-23 22:17 ` Bjorn Helgaas
  2012-05-09 14:01 ` Samuel Ortiz
  0 siblings, 2 replies; 5+ messages in thread
From: Seth Heasley @ 2012-04-23 16:23 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: linux-pci, linux-kernel, James Ralston, Samuel Ortiz, Seth Heasley

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
-- 
1.7.4.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/3] pci_ids: Add Intel Centerton Legacy Block DeviceID
  2012-04-23 16:23 [PATCH 1/3] pci_ids: Add Intel Centerton Legacy Block DeviceID Seth Heasley
@ 2012-04-23 22:17 ` Bjorn Helgaas
  2012-04-23 22:19   ` Heasley, Seth
  2012-05-09 14:01 ` Samuel Ortiz
  1 sibling, 1 reply; 5+ messages in thread
From: Bjorn Helgaas @ 2012-04-23 22:17 UTC (permalink / raw)
  To: Seth Heasley; +Cc: linux-pci, linux-kernel, James Ralston, Samuel Ortiz

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH 1/3] pci_ids: Add Intel Centerton Legacy Block DeviceID
  2012-04-23 22:17 ` Bjorn Helgaas
@ 2012-04-23 22:19   ` Heasley, Seth
  0 siblings, 0 replies; 5+ messages in thread
From: Heasley, Seth @ 2012-04-23 22:19 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, Ralston, James D, Samuel Ortiz

>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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/3] pci_ids: Add Intel Centerton Legacy Block DeviceID
  2012-04-23 16:23 [PATCH 1/3] pci_ids: Add Intel Centerton Legacy Block DeviceID Seth Heasley
  2012-04-23 22:17 ` Bjorn Helgaas
@ 2012-05-09 14:01 ` Samuel Ortiz
  1 sibling, 0 replies; 5+ messages in thread
From: Samuel Ortiz @ 2012-05-09 14:01 UTC (permalink / raw)
  To: Seth Heasley; +Cc: Bjorn Helgaas, linux-pci, linux-kernel, James Ralston

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.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/3] pci_ids: Add Intel Centerton Legacy Block DeviceID
@ 2012-04-17 18:51 Seth Heasley
  0 siblings, 0 replies; 5+ messages in thread
From: Seth Heasley @ 2012-04-17 18:51 UTC (permalink / raw)
  To: Bjorn Helgaas; +Cc: linux-pci, linux-kernel, James Ralston, Seth Heasley

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>
---
 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
-- 
1.7.4.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-05-09 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23 16:23 [PATCH 1/3] pci_ids: Add Intel Centerton Legacy Block DeviceID Seth Heasley
2012-04-23 22:17 ` Bjorn Helgaas
2012-04-23 22:19   ` Heasley, Seth
2012-05-09 14:01 ` Samuel Ortiz
  -- strict thread matches above, loose matches on Subject: below --
2012-04-17 18:51 Seth Heasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).