Re: [PATCH 2.6.23-rc4][reRESEND] irq: irq and pci_ids patch for Intel Tolapai

2007-09-09 Thread Greg KH
On Thu, Sep 06, 2007 at 10:24:54AM -0700, Gaston, Jason D wrote:
> >-Original Message-
> >From: Gaston, Jason D
> >Sent: Thursday, August 30, 2007 8:34 PM
> >To: [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; linux-
> >[EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
> >Gaston, Jason D
> >Subject: [PATCH 2.6.23-rc4][reRESEND] irq: irq and pci_ids patch for
> Intel
> >Tolapai
> >
> >Resend with uppercase define.
> >
> >This updated patch adds the Intel Tolapai LPC and SMBus controller
> DID's.
> >
> >Signed-off-by:  Jason Gaston <[EMAIL PROTECTED]>
> >
> >--- linux-2.6.23-rc4/arch/i386/pci/irq.c.orig2007-08-27
> >18:32:35.0 -0700
> >+++ linux-2.6.23-rc4/arch/i386/pci/irq.c 2007-08-30
> 20:23:49.0 -
> >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.orig2007-08-27
> >18:32:35.0 -0700
> >+++ linux-2.6.23-rc4/include/linux/pci_ids.h 2007-08-30
> >20:23:08.0 -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
> 
> Greg,
> 
> Is this patch acceptable?  I need to get this in before the i2c-i801
> patch will be accepted.

I've just applied it to my trees.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2.6.23-rc4][reRESEND] irq: irq and pci_ids patch for Intel Tolapai

2007-09-09 Thread Greg KH
On Thu, Sep 06, 2007 at 10:24:54AM -0700, Gaston, Jason D wrote:
 -Original Message-
 From: Gaston, Jason D
 Sent: Thursday, August 30, 2007 8:34 PM
 To: [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; linux-
 [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
 Gaston, Jason D
 Subject: [PATCH 2.6.23-rc4][reRESEND] irq: irq and pci_ids patch for
 Intel
 Tolapai
 
 Resend with uppercase define.
 
 This updated patch adds the Intel Tolapai LPC and SMBus controller
 DID's.
 
 Signed-off-by:  Jason Gaston [EMAIL PROTECTED]
 
 --- linux-2.6.23-rc4/arch/i386/pci/irq.c.orig2007-08-27
 18:32:35.0 -0700
 +++ linux-2.6.23-rc4/arch/i386/pci/irq.c 2007-08-30
 20:23:49.0 -
 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.orig2007-08-27
 18:32:35.0 -0700
 +++ linux-2.6.23-rc4/include/linux/pci_ids.h 2007-08-30
 20:23:08.0 -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
 
 Greg,
 
 Is this patch acceptable?  I need to get this in before the i2c-i801
 patch will be accepted.

I've just applied it to my trees.

thanks,

greg k-h
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 2.6.23-rc4][reRESEND] irq: irq and pci_ids patch for Intel Tolapai

2007-09-06 Thread Gaston, Jason D
>-Original Message-
>From: Gaston, Jason D
>Sent: Thursday, August 30, 2007 8:34 PM
>To: [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; linux-
>[EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
>Gaston, Jason D
>Subject: [PATCH 2.6.23-rc4][reRESEND] irq: irq and pci_ids patch for
Intel
>Tolapai
>
>Resend with uppercase define.
>
>This updated patch adds the Intel Tolapai LPC and SMBus controller
DID's.
>
>Signed-off-by:  Jason Gaston <[EMAIL PROTECTED]>
>
>--- linux-2.6.23-rc4/arch/i386/pci/irq.c.orig  2007-08-27
>18:32:35.0 -0700
>+++ linux-2.6.23-rc4/arch/i386/pci/irq.c   2007-08-30
20:23:49.0 -
>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.0 -0700
>+++ linux-2.6.23-rc4/include/linux/pci_ids.h   2007-08-30
>20:23:08.0 -0700
>@@ -2293,6 +2293,8 @@
> #define PCI_DEVICE_ID_INTEL_MCH_PC0x3599
> #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

Greg,

Is this patch acceptable?  I need to get this in before the i2c-i801
patch will be accepted.

Thanks,

Jason
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


RE: [PATCH 2.6.23-rc4][reRESEND] irq: irq and pci_ids patch for Intel Tolapai

2007-09-06 Thread Gaston, Jason D
-Original Message-
From: Gaston, Jason D
Sent: Thursday, August 30, 2007 8:34 PM
To: [EMAIL PROTECTED]; linux-kernel@vger.kernel.org; linux-
[EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
Gaston, Jason D
Subject: [PATCH 2.6.23-rc4][reRESEND] irq: irq and pci_ids patch for
Intel
Tolapai

Resend with uppercase define.

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

Signed-off-by:  Jason Gaston [EMAIL PROTECTED]

--- linux-2.6.23-rc4/arch/i386/pci/irq.c.orig  2007-08-27
18:32:35.0 -0700
+++ linux-2.6.23-rc4/arch/i386/pci/irq.c   2007-08-30
20:23:49.0 -
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.0 -0700
+++ linux-2.6.23-rc4/include/linux/pci_ids.h   2007-08-30
20:23:08.0 -0700
@@ -2293,6 +2293,8 @@
 #define PCI_DEVICE_ID_INTEL_MCH_PC0x3599
 #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

Greg,

Is this patch acceptable?  I need to get this in before the i2c-i801
patch will be accepted.

Thanks,

Jason
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 2.6.23-rc4][reRESEND] irq: irq and pci_ids patch for Intel Tolapai

2007-08-30 Thread Jason Gaston
Resend with uppercase define.

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

Signed-off-by:  Jason Gaston <[EMAIL PROTECTED]>

--- linux-2.6.23-rc4/arch/i386/pci/irq.c.orig   2007-08-27 18:32:35.0 
-0700
+++ linux-2.6.23-rc4/arch/i386/pci/irq.c2007-08-30 20:23:49.0 
-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.0 -0700
+++ linux-2.6.23-rc4/include/linux/pci_ids.h2007-08-30 20:23:08.0 
-0700
@@ -2293,6 +2293,8 @@
 #define PCI_DEVICE_ID_INTEL_MCH_PC 0x3599
 #define PCI_DEVICE_ID_INTEL_MCH_PC10x359a
 #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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 2.6.23-rc4][reRESEND] irq: irq and pci_ids patch for Intel Tolapai

2007-08-30 Thread Jason Gaston
Resend with uppercase define.

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

Signed-off-by:  Jason Gaston [EMAIL PROTECTED]

--- linux-2.6.23-rc4/arch/i386/pci/irq.c.orig   2007-08-27 18:32:35.0 
-0700
+++ linux-2.6.23-rc4/arch/i386/pci/irq.c2007-08-30 20:23:49.0 
-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.0 -0700
+++ linux-2.6.23-rc4/include/linux/pci_ids.h2007-08-30 20:23:08.0 
-0700
@@ -2293,6 +2293,8 @@
 #define PCI_DEVICE_ID_INTEL_MCH_PC 0x3599
 #define PCI_DEVICE_ID_INTEL_MCH_PC10x359a
 #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
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/