LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* Re: [PATCH 2.6.24] pci_ids: patch for Intel ICH10 DeviceID's
2008-01-29 1:20 [PATCH 2.6.24] pci_ids: patch for Intel ICH10 DeviceID's Jason Gaston
@ 2008-01-29 0:21 ` Grant Grundler
2008-01-29 0:37 ` Gaston, Jason D
2008-02-12 9:03 ` Jean Delvare
1 sibling, 1 reply; 5+ messages in thread
From: Grant Grundler @ 2008-01-29 0:21 UTC (permalink / raw)
To: Jason Gaston; +Cc: gregkh, linux-kernel, linux-pci, khali, i2c
On Mon, Jan 28, 2008 at 05:20:36PM -0800, Jason Gaston wrote:
> This patch adds the Intel ICH10 LPC and SMBus Controller DeviceID's.
Jason,
two questions:
Have you submitted these to pciids.sf.net?
Where are these used in the kernel?
thanks,
grant
>
> Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
>
> --- linux-2.6.24/include/linux/pci_ids.h.orig 2008-01-24 14:58:37.000000000 -0800
> +++ linux-2.6.24/include/linux/pci_ids.h 2008-01-28 15:05:41.000000000 -0800
> @@ -2339,6 +2339,12 @@
> #define PCI_DEVICE_ID_INTEL_MCH_PC1 0x359a
> #define PCI_DEVICE_ID_INTEL_E7525_MCH 0x359e
> #define PCI_DEVICE_ID_INTEL_IOAT_CNB 0x360b
> +#define PCI_DEVICE_ID_INTEL_ICH10_0 0x3a14
> +#define PCI_DEVICE_ID_INTEL_ICH10_1 0x3a16
> +#define PCI_DEVICE_ID_INTEL_ICH10_2 0x3a18
> +#define PCI_DEVICE_ID_INTEL_ICH10_3 0x3a1a
> +#define PCI_DEVICE_ID_INTEL_ICH10_4 0x3a30
> +#define PCI_DEVICE_ID_INTEL_ICH10_5 0x3a60
> #define PCI_DEVICE_ID_INTEL_IOAT_SNB 0x402f
> #define PCI_DEVICE_ID_INTEL_IOAT_SCNB 0x65ff
> #define PCI_DEVICE_ID_INTEL_TOLAPAI_0 0x5031
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH 2.6.24] pci_ids: patch for Intel ICH10 DeviceID's
2008-01-29 0:21 ` Grant Grundler
@ 2008-01-29 0:37 ` Gaston, Jason D
0 siblings, 0 replies; 5+ messages in thread
From: Gaston, Jason D @ 2008-01-29 0:37 UTC (permalink / raw)
To: Grant Grundler; +Cc: gregkh, linux-kernel, linux-pci, khali, i2c
>-----Original Message-----
>From: Grant Grundler [mailto:grundler@parisc-linux.org]
>Sent: Monday, January 28, 2008 4:22 PM
>To: Gaston, Jason D
>Cc: gregkh@suse.de; linux-kernel@vger.kernel.org; linux-
>pci@atrey.karlin.mff.cuni.cz; khali@linux-fr.org; i2c@lm-sensors.nu
>Subject: Re: [PATCH 2.6.24] pci_ids: patch for Intel ICH10 DeviceID's
>
>On Mon, Jan 28, 2008 at 05:20:36PM -0800, Jason Gaston wrote:
>> This patch adds the Intel ICH10 LPC and SMBus Controller DeviceID's.
>
>Jason,
>two questions:
>Have you submitted these to pciids.sf.net?
>Where are these used in the kernel?
>
>thanks,
>grant
>
>>
>> Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
>>
>> --- linux-2.6.24/include/linux/pci_ids.h.orig 2008-01-24
>14:58:37.000000000 -0800
>> +++ linux-2.6.24/include/linux/pci_ids.h 2008-01-28
>15:05:41.000000000 -0800
>> @@ -2339,6 +2339,12 @@
>> #define PCI_DEVICE_ID_INTEL_MCH_PC1 0x359a
>> #define PCI_DEVICE_ID_INTEL_E7525_MCH 0x359e
>> #define PCI_DEVICE_ID_INTEL_IOAT_CNB 0x360b
>> +#define PCI_DEVICE_ID_INTEL_ICH10_0 0x3a14
>> +#define PCI_DEVICE_ID_INTEL_ICH10_1 0x3a16
>> +#define PCI_DEVICE_ID_INTEL_ICH10_2 0x3a18
>> +#define PCI_DEVICE_ID_INTEL_ICH10_3 0x3a1a
>> +#define PCI_DEVICE_ID_INTEL_ICH10_4 0x3a30
>> +#define PCI_DEVICE_ID_INTEL_ICH10_5 0x3a60
>> #define PCI_DEVICE_ID_INTEL_IOAT_SNB 0x402f
>> #define PCI_DEVICE_ID_INTEL_IOAT_SCNB 0x65ff
>> #define PCI_DEVICE_ID_INTEL_TOLAPAI_0 0x5031
Yes, these have been submitted to pciids.sf.net. I am also in the
process up updating the pci.ids strings by adding "ICH10" to them.
These pci_ids.h entries are used in the drivers/i2c/busses/i2c-i801.c
driver and the /arch/x86/pci/irq.c file.
Thank you,
Jason
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 2.6.24] pci_ids: patch for Intel ICH10 DeviceID's
@ 2008-01-29 1:20 Jason Gaston
2008-01-29 0:21 ` Grant Grundler
2008-02-12 9:03 ` Jean Delvare
0 siblings, 2 replies; 5+ messages in thread
From: Jason Gaston @ 2008-01-29 1:20 UTC (permalink / raw)
To: gregkh, linux-kernel, linux-pci, khali, i2c, jason.d.gaston
This patch adds the Intel ICH10 LPC and SMBus Controller DeviceID's.
Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
--- linux-2.6.24/include/linux/pci_ids.h.orig 2008-01-24 14:58:37.000000000 -0800
+++ linux-2.6.24/include/linux/pci_ids.h 2008-01-28 15:05:41.000000000 -0800
@@ -2339,6 +2339,12 @@
#define PCI_DEVICE_ID_INTEL_MCH_PC1 0x359a
#define PCI_DEVICE_ID_INTEL_E7525_MCH 0x359e
#define PCI_DEVICE_ID_INTEL_IOAT_CNB 0x360b
+#define PCI_DEVICE_ID_INTEL_ICH10_0 0x3a14
+#define PCI_DEVICE_ID_INTEL_ICH10_1 0x3a16
+#define PCI_DEVICE_ID_INTEL_ICH10_2 0x3a18
+#define PCI_DEVICE_ID_INTEL_ICH10_3 0x3a1a
+#define PCI_DEVICE_ID_INTEL_ICH10_4 0x3a30
+#define PCI_DEVICE_ID_INTEL_ICH10_5 0x3a60
#define PCI_DEVICE_ID_INTEL_IOAT_SNB 0x402f
#define PCI_DEVICE_ID_INTEL_IOAT_SCNB 0x65ff
#define PCI_DEVICE_ID_INTEL_TOLAPAI_0 0x5031
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2.6.24] pci_ids: patch for Intel ICH10 DeviceID's
2008-01-29 1:20 [PATCH 2.6.24] pci_ids: patch for Intel ICH10 DeviceID's Jason Gaston
2008-01-29 0:21 ` Grant Grundler
@ 2008-02-12 9:03 ` Jean Delvare
2008-02-12 15:26 ` Greg KH
1 sibling, 1 reply; 5+ messages in thread
From: Jean Delvare @ 2008-02-12 9:03 UTC (permalink / raw)
To: Greg KH; +Cc: Jason Gaston, linux-kernel, linux-pci, i2c
On Mon, 28 Jan 2008 17:20:36 -0800, Jason Gaston wrote:
> This patch adds the Intel ICH10 LPC and SMBus Controller DeviceID's.
>
> Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
>
> --- linux-2.6.24/include/linux/pci_ids.h.orig 2008-01-24 14:58:37.000000000 -0800
> +++ linux-2.6.24/include/linux/pci_ids.h 2008-01-28 15:05:41.000000000 -0800
> @@ -2339,6 +2339,12 @@
> #define PCI_DEVICE_ID_INTEL_MCH_PC1 0x359a
> #define PCI_DEVICE_ID_INTEL_E7525_MCH 0x359e
> #define PCI_DEVICE_ID_INTEL_IOAT_CNB 0x360b
> +#define PCI_DEVICE_ID_INTEL_ICH10_0 0x3a14
> +#define PCI_DEVICE_ID_INTEL_ICH10_1 0x3a16
> +#define PCI_DEVICE_ID_INTEL_ICH10_2 0x3a18
> +#define PCI_DEVICE_ID_INTEL_ICH10_3 0x3a1a
> +#define PCI_DEVICE_ID_INTEL_ICH10_4 0x3a30
> +#define PCI_DEVICE_ID_INTEL_ICH10_5 0x3a60
> #define PCI_DEVICE_ID_INTEL_IOAT_SNB 0x402f
> #define PCI_DEVICE_ID_INTEL_IOAT_SCNB 0x65ff
> #define PCI_DEVICE_ID_INTEL_TOLAPAI_0 0x5031
Greg, please pick this patch quickly so that it makes it to -mm and the
other patches that depend on it can be pushed there as well.
Thanks,
--
Jean Delvare
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 2.6.24] pci_ids: patch for Intel ICH10 DeviceID's
2008-02-12 9:03 ` Jean Delvare
@ 2008-02-12 15:26 ` Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2008-02-12 15:26 UTC (permalink / raw)
To: Jean Delvare; +Cc: Greg KH, Jason Gaston, linux-kernel, linux-pci, i2c
On Tue, Feb 12, 2008 at 10:03:38AM +0100, Jean Delvare wrote:
> On Mon, 28 Jan 2008 17:20:36 -0800, Jason Gaston wrote:
> > This patch adds the Intel ICH10 LPC and SMBus Controller DeviceID's.
> >
> > Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>
> >
> > --- linux-2.6.24/include/linux/pci_ids.h.orig 2008-01-24 14:58:37.000000000 -0800
> > +++ linux-2.6.24/include/linux/pci_ids.h 2008-01-28 15:05:41.000000000 -0800
> > @@ -2339,6 +2339,12 @@
> > #define PCI_DEVICE_ID_INTEL_MCH_PC1 0x359a
> > #define PCI_DEVICE_ID_INTEL_E7525_MCH 0x359e
> > #define PCI_DEVICE_ID_INTEL_IOAT_CNB 0x360b
> > +#define PCI_DEVICE_ID_INTEL_ICH10_0 0x3a14
> > +#define PCI_DEVICE_ID_INTEL_ICH10_1 0x3a16
> > +#define PCI_DEVICE_ID_INTEL_ICH10_2 0x3a18
> > +#define PCI_DEVICE_ID_INTEL_ICH10_3 0x3a1a
> > +#define PCI_DEVICE_ID_INTEL_ICH10_4 0x3a30
> > +#define PCI_DEVICE_ID_INTEL_ICH10_5 0x3a60
> > #define PCI_DEVICE_ID_INTEL_IOAT_SNB 0x402f
> > #define PCI_DEVICE_ID_INTEL_IOAT_SCNB 0x65ff
> > #define PCI_DEVICE_ID_INTEL_TOLAPAI_0 0x5031
>
> Greg, please pick this patch quickly so that it makes it to -mm and the
> other patches that depend on it can be pushed there as well.
Will do, give me a few hours...
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-02-12 15:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-29 1:20 [PATCH 2.6.24] pci_ids: patch for Intel ICH10 DeviceID's Jason Gaston
2008-01-29 0:21 ` Grant Grundler
2008-01-29 0:37 ` Gaston, Jason D
2008-02-12 9:03 ` Jean Delvare
2008-02-12 15:26 ` Greg KH
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).