public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.23-rc4][RESEND] irq: irq and pci_ids patch for Intel Tolapai
@ 2007-08-31  0:50 Jason Gaston
  2007-09-10  9:45 ` Andrew Morton
  0 siblings, 1 reply; 5+ messages in thread
From: Jason Gaston @ 2007-08-31  0:50 UTC (permalink / raw)
  To: gregkh, linux-kernel, linux-pci, khali, i2c, jason.d.gaston

Resend without wordwrap.

This updated patch adds the Intel Tolapai LPC and SMBus Controller DID's.

Signed-off-by:  Jason Gaston <jason.d.gaston@intel.com>

--- linux-2.6.23-rc4/arch/i386/pci/irq.c.orig	2007-08-27 18:32:35.000000000 -0700
+++ linux-2.6.23-rc4/arch/i386/pci/irq.c	2007-08-28 16:58:31.000000000 -0700
@@ -550,6 +550,7 @@
 		case PCI_DEVICE_ID_INTEL_ICH9_3:
 		case PCI_DEVICE_ID_INTEL_ICH9_4:
 		case PCI_DEVICE_ID_INTEL_ICH9_5:
+		case PCI_DEVICE_ID_INTEL_Tolapai_0:
 			r->name = "PIIX/ICH";
 			r->get = pirq_piix_get;
 			r->set = pirq_piix_set;
--- linux-2.6.23-rc4/include/linux/pci_ids.h.orig	2007-08-27 18:32:35.000000000 -0700
+++ linux-2.6.23-rc4/include/linux/pci_ids.h	2007-08-28 16:58:31.000000000 -0700
@@ -2293,6 +2293,8 @@
 #define PCI_DEVICE_ID_INTEL_MCH_PC	0x3599
 #define PCI_DEVICE_ID_INTEL_MCH_PC1	0x359a
 #define PCI_DEVICE_ID_INTEL_E7525_MCH	0x359e
+#define PCI_DEVICE_ID_INTEL_Tolapai_0	0x5031
+#define PCI_DEVICE_ID_INTEL_Tolapai_1	0x5032
 #define PCI_DEVICE_ID_INTEL_82371SB_0	0x7000
 #define PCI_DEVICE_ID_INTEL_82371SB_1	0x7010
 #define PCI_DEVICE_ID_INTEL_82371SB_2	0x7020

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

* Re: [PATCH 2.6.23-rc4][RESEND] irq: irq and pci_ids patch for Intel Tolapai
  2007-08-31  0:50 [PATCH 2.6.23-rc4][RESEND] irq: irq and pci_ids patch for Intel Tolapai Jason Gaston
@ 2007-09-10  9:45 ` Andrew Morton
  2007-09-10 14:09   ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Morton @ 2007-09-10  9:45 UTC (permalink / raw)
  To: Jason Gaston; +Cc: gregkh, linux-kernel, linux-pci, khali, i2c

On Thu, 30 Aug 2007 17:50:56 -0700 Jason Gaston <jason.d.gaston@intel.com> wrote:

> Resend without wordwrap.
> 
> This updated patch adds the Intel Tolapai LPC and SMBus Controller DID's.
> 
> Signed-off-by:  Jason Gaston <jason.d.gaston@intel.com>
> 
> --- linux-2.6.23-rc4/arch/i386/pci/irq.c.orig	2007-08-27 18:32:35.000000000 -0700
> +++ linux-2.6.23-rc4/arch/i386/pci/irq.c	2007-08-28 16:58:31.000000000 -0700
> @@ -550,6 +550,7 @@
>  		case PCI_DEVICE_ID_INTEL_ICH9_3:
>  		case PCI_DEVICE_ID_INTEL_ICH9_4:
>  		case PCI_DEVICE_ID_INTEL_ICH9_5:
> +		case PCI_DEVICE_ID_INTEL_Tolapai_0:
>  			r->name = "PIIX/ICH";
>  			r->get = pirq_piix_get;
>  			r->set = pirq_piix_set;
> --- linux-2.6.23-rc4/include/linux/pci_ids.h.orig	2007-08-27 18:32:35.000000000 -0700
> +++ linux-2.6.23-rc4/include/linux/pci_ids.h	2007-08-28 16:58:31.000000000 -0700
> @@ -2293,6 +2293,8 @@
>  #define PCI_DEVICE_ID_INTEL_MCH_PC	0x3599
>  #define PCI_DEVICE_ID_INTEL_MCH_PC1	0x359a
>  #define PCI_DEVICE_ID_INTEL_E7525_MCH	0x359e
> +#define PCI_DEVICE_ID_INTEL_Tolapai_0	0x5031
> +#define PCI_DEVICE_ID_INTEL_Tolapai_1	0x5032
>  #define PCI_DEVICE_ID_INTEL_82371SB_0	0x7000
>  #define PCI_DEVICE_ID_INTEL_82371SB_1	0x7010
>  #define PCI_DEVICE_ID_INTEL_82371SB_2	0x7020

I agree with Matthew that the lower-case shouldn't be in there, so I queued
a patch to fix that up.

Given that your I2C patch (and potentially others?) depend upon this one, I
shall plan on getting this patch into mainline this week to make everyone's
life simpler.


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

* Re: [PATCH 2.6.23-rc4][RESEND] irq: irq and pci_ids patch for Intel Tolapai
  2007-09-10  9:45 ` Andrew Morton
@ 2007-09-10 14:09   ` Greg KH
  2007-09-10 19:48     ` Andrew Morton
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2007-09-10 14:09 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Jason Gaston, gregkh, linux-kernel, linux-pci, khali, i2c

On Mon, Sep 10, 2007 at 02:45:25AM -0700, Andrew Morton wrote:
> On Thu, 30 Aug 2007 17:50:56 -0700 Jason Gaston <jason.d.gaston@intel.com> wrote:
> 
> > Resend without wordwrap.
> > 
> > This updated patch adds the Intel Tolapai LPC and SMBus Controller DID's.
> > 
> > Signed-off-by: ?Jason Gaston <jason.d.gaston@intel.com>
> > 
> > --- linux-2.6.23-rc4/arch/i386/pci/irq.c.orig	2007-08-27 18:32:35.000000000 -0700
> > +++ linux-2.6.23-rc4/arch/i386/pci/irq.c	2007-08-28 16:58:31.000000000 -0700
> > @@ -550,6 +550,7 @@
> >  		case PCI_DEVICE_ID_INTEL_ICH9_3:
> >  		case PCI_DEVICE_ID_INTEL_ICH9_4:
> >  		case PCI_DEVICE_ID_INTEL_ICH9_5:
> > +		case PCI_DEVICE_ID_INTEL_Tolapai_0:
> >  			r->name = "PIIX/ICH";
> >  			r->get = pirq_piix_get;
> >  			r->set = pirq_piix_set;
> > --- linux-2.6.23-rc4/include/linux/pci_ids.h.orig	2007-08-27 18:32:35.000000000 -0700
> > +++ linux-2.6.23-rc4/include/linux/pci_ids.h	2007-08-28 16:58:31.000000000 -0700
> > @@ -2293,6 +2293,8 @@
> >  #define PCI_DEVICE_ID_INTEL_MCH_PC	0x3599
> >  #define PCI_DEVICE_ID_INTEL_MCH_PC1	0x359a
> >  #define PCI_DEVICE_ID_INTEL_E7525_MCH	0x359e
> > +#define PCI_DEVICE_ID_INTEL_Tolapai_0	0x5031
> > +#define PCI_DEVICE_ID_INTEL_Tolapai_1	0x5032
> >  #define PCI_DEVICE_ID_INTEL_82371SB_0	0x7000
> >  #define PCI_DEVICE_ID_INTEL_82371SB_1	0x7010
> >  #define PCI_DEVICE_ID_INTEL_82371SB_2	0x7020
> 
> I agree with Matthew that the lower-case shouldn't be in there, so I queued
> a patch to fix that up.
> 
> Given that your I2C patch (and potentially others?) depend upon this one, I
> shall plan on getting this patch into mainline this week to make everyone's
> life simpler.

I agree, that's why it's in my queue to go to Linus in a day or so :)

thanks,

greg k-h

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

* Re: [PATCH 2.6.23-rc4][RESEND] irq: irq and pci_ids patch for Intel Tolapai
  2007-09-10 14:09   ` Greg KH
@ 2007-09-10 19:48     ` Andrew Morton
  2007-09-11  6:24       ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Morton @ 2007-09-10 19:48 UTC (permalink / raw)
  To: Greg KH; +Cc: Jason Gaston, gregkh, linux-kernel, linux-pci, khali, i2c

On Mon, 10 Sep 2007 07:09:13 -0700 Greg KH <greg@kroah.com> wrote:

> On Mon, Sep 10, 2007 at 02:45:25AM -0700, Andrew Morton wrote:
> > On Thu, 30 Aug 2007 17:50:56 -0700 Jason Gaston <jason.d.gaston@intel.com> wrote:
> > 
> > > Resend without wordwrap.
> > > 
> > > This updated patch adds the Intel Tolapai LPC and SMBus Controller DID's.
> > > 
> > > Signed-off-by: ?Jason Gaston <jason.d.gaston@intel.com>
> > > 
> > > --- linux-2.6.23-rc4/arch/i386/pci/irq.c.orig	2007-08-27 18:32:35.000000000 -0700
> > > +++ linux-2.6.23-rc4/arch/i386/pci/irq.c	2007-08-28 16:58:31.000000000 -0700
> > > @@ -550,6 +550,7 @@
> > >  		case PCI_DEVICE_ID_INTEL_ICH9_3:
> > >  		case PCI_DEVICE_ID_INTEL_ICH9_4:
> > >  		case PCI_DEVICE_ID_INTEL_ICH9_5:
> > > +		case PCI_DEVICE_ID_INTEL_Tolapai_0:
> > >  			r->name = "PIIX/ICH";
> > >  			r->get = pirq_piix_get;
> > >  			r->set = pirq_piix_set;
> > > --- linux-2.6.23-rc4/include/linux/pci_ids.h.orig	2007-08-27 18:32:35.000000000 -0700
> > > +++ linux-2.6.23-rc4/include/linux/pci_ids.h	2007-08-28 16:58:31.000000000 -0700
> > > @@ -2293,6 +2293,8 @@
> > >  #define PCI_DEVICE_ID_INTEL_MCH_PC	0x3599
> > >  #define PCI_DEVICE_ID_INTEL_MCH_PC1	0x359a
> > >  #define PCI_DEVICE_ID_INTEL_E7525_MCH	0x359e
> > > +#define PCI_DEVICE_ID_INTEL_Tolapai_0	0x5031
> > > +#define PCI_DEVICE_ID_INTEL_Tolapai_1	0x5032
> > >  #define PCI_DEVICE_ID_INTEL_82371SB_0	0x7000
> > >  #define PCI_DEVICE_ID_INTEL_82371SB_1	0x7010
> > >  #define PCI_DEVICE_ID_INTEL_82371SB_2	0x7020
> > 
> > I agree with Matthew that the lower-case shouldn't be in there, so I queued
> > a patch to fix that up.
> > 
> > Given that your I2C patch (and potentially others?) depend upon this one, I
> > shall plan on getting this patch into mainline this week to make everyone's
> > life simpler.
> 
> I agree, that's why it's in my queue to go to Linus in a day or so :)
> 

I can't find it.  Did you queue the all-caps version or the above version?

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

* Re: [PATCH 2.6.23-rc4][RESEND] irq: irq and pci_ids patch for Intel Tolapai
  2007-09-10 19:48     ` Andrew Morton
@ 2007-09-11  6:24       ` Greg KH
  0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2007-09-11  6:24 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Jason Gaston, gregkh, linux-kernel, linux-pci, khali, i2c

On Mon, Sep 10, 2007 at 12:48:41PM -0700, Andrew Morton wrote:
> On Mon, 10 Sep 2007 07:09:13 -0700 Greg KH <greg@kroah.com> wrote:
> 
> > On Mon, Sep 10, 2007 at 02:45:25AM -0700, Andrew Morton wrote:
> > > On Thu, 30 Aug 2007 17:50:56 -0700 Jason Gaston <jason.d.gaston@intel.com> wrote:
> > > 
> > > > Resend without wordwrap.
> > > > 
> > > > This updated patch adds the Intel Tolapai LPC and SMBus Controller DID's.
> > > > 
> > > > Signed-off-by: ?Jason Gaston <jason.d.gaston@intel.com>
> > > > 
> > > > --- linux-2.6.23-rc4/arch/i386/pci/irq.c.orig	2007-08-27 18:32:35.000000000 -0700
> > > > +++ linux-2.6.23-rc4/arch/i386/pci/irq.c	2007-08-28 16:58:31.000000000 -0700
> > > > @@ -550,6 +550,7 @@
> > > >  		case PCI_DEVICE_ID_INTEL_ICH9_3:
> > > >  		case PCI_DEVICE_ID_INTEL_ICH9_4:
> > > >  		case PCI_DEVICE_ID_INTEL_ICH9_5:
> > > > +		case PCI_DEVICE_ID_INTEL_Tolapai_0:
> > > >  			r->name = "PIIX/ICH";
> > > >  			r->get = pirq_piix_get;
> > > >  			r->set = pirq_piix_set;
> > > > --- linux-2.6.23-rc4/include/linux/pci_ids.h.orig	2007-08-27 18:32:35.000000000 -0700
> > > > +++ linux-2.6.23-rc4/include/linux/pci_ids.h	2007-08-28 16:58:31.000000000 -0700
> > > > @@ -2293,6 +2293,8 @@
> > > >  #define PCI_DEVICE_ID_INTEL_MCH_PC	0x3599
> > > >  #define PCI_DEVICE_ID_INTEL_MCH_PC1	0x359a
> > > >  #define PCI_DEVICE_ID_INTEL_E7525_MCH	0x359e
> > > > +#define PCI_DEVICE_ID_INTEL_Tolapai_0	0x5031
> > > > +#define PCI_DEVICE_ID_INTEL_Tolapai_1	0x5032
> > > >  #define PCI_DEVICE_ID_INTEL_82371SB_0	0x7000
> > > >  #define PCI_DEVICE_ID_INTEL_82371SB_1	0x7010
> > > >  #define PCI_DEVICE_ID_INTEL_82371SB_2	0x7020
> > > 
> > > I agree with Matthew that the lower-case shouldn't be in there, so I queued
> > > a patch to fix that up.
> > > 
> > > Given that your I2C patch (and potentially others?) depend upon this one, I
> > > shall plan on getting this patch into mainline this week to make everyone's
> > > life simpler.
> > 
> > I agree, that's why it's in my queue to go to Linus in a day or so :)
> > 
> 
> I can't find it.  Did you queue the all-caps version or the above version?

The all-caps version.  But I realized that I hadn't pushed out my tree
to kernel.org due to doing this work on the train without network
support, so it should be there now.  Sorry about that.

greg k-h

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

end of thread, other threads:[~2007-09-11  6:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-31  0:50 [PATCH 2.6.23-rc4][RESEND] irq: irq and pci_ids patch for Intel Tolapai Jason Gaston
2007-09-10  9:45 ` Andrew Morton
2007-09-10 14:09   ` Greg KH
2007-09-10 19:48     ` Andrew Morton
2007-09-11  6:24       ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox