Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-28 Thread Bartlomiej Zolnierkiewicz
Hi, Sorry for the late reply and thanks to Jeff for stepping in. :) Since Jeff covered both status of your patches and administrative issues I would only like to add one small hint for people adding support for multi-function PCI chipsets (with multiple PCI device IDs): It makes sense to put

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-28 Thread Bartlomiej Zolnierkiewicz
Hi, Sorry for the late reply and thanks to Jeff for stepping in. :) Since Jeff covered both status of your patches and administrative issues I would only like to add one small hint for people adding support for multi-function PCI chipsets (with multiple PCI device IDs): It makes sense to put

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-25 Thread Jeff Garzik
Henry Su wrote: I check the latest kernel source code with git, and find out that the SMBus patch has not been applied yet, Correct. When you don't see a patch in the upstream git tree git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git then the next step is consult the

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-25 Thread Jeff Garzik
Henry Su wrote: > Hi Jeff, > Thanks for your kindly help, I will fix the email next time. > Do you mean all the device IDs for ATI SB700 are added to the corresponding > files? > because I split this patch and resent four patches according to your last > suggestion, > if this patch is applied,

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-25 Thread Jeff Garzik
Henry Su wrote: Hi Jeff, Thanks for your kindly help, I will fix the email next time. Do you mean all the device IDs for ATI SB700 are added to the corresponding files? because I split this patch and resent four patches according to your last suggestion, if this patch is applied, another

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-25 Thread Jeff Garzik
Henry Su wrote: I check the latest kernel source code with git, and find out that the SMBus patch has not been applied yet, Correct. When you don't see a patch in the upstream git tree git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git then the next step is consult the

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-24 Thread Jeff Garzik
Henry Su wrote: > --- linux-2.6.21.1.orig/drivers/ata/pata_atiixp.c 2007-05-10 > 06:30:14.0 폍 > linux-2.6.21.1/drivers/ata/pata_atiixp.c 2007-05-10 07:17:07.0 폍 > @@ -283,6 ,7 @@ static const struct pci_device_id atiixp > { PCI_VDEVICE(ATI,

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-24 Thread Jeff Garzik
Henry Su wrote: --- linux-2.6.21.1.orig/drivers/ata/pata_atiixp.c 2007-05-10 06:30:14.0 폍 linux-2.6.21.1/drivers/ata/pata_atiixp.c 2007-05-10 07:17:07.0 폍 @@ -283,6 ,7 @@ static const struct pci_device_id atiixp { PCI_VDEVICE(ATI, PCI_DEVICE_ID_ATI_IXP300_IDE),

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-18 Thread Dave Jones
On Wed, May 09, 2007 at 08:36:54AM -0400, Jeff Garzik wrote: > Henry Su wrote: > > From: [EMAIL PROTECTED] > > Adding the device ID for AMD/ATI SB700. > > Signed-off-by:henry su <[EMAIL PROTECTED]> > > Time to train new people... > > You need to split up your patches: > * send I2C and

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-18 Thread Dave Jones
On Wed, May 09, 2007 at 08:36:54AM -0400, Jeff Garzik wrote: Henry Su wrote: From: [EMAIL PROTECTED] Adding the device ID for AMD/ATI SB700. Signed-off-by:henry su [EMAIL PROTECTED] Time to train new people... You need to split up your patches: * send I2C and PCI quirk

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-09 Thread Hans-Jürgen Koch
Am Mittwoch 09 Mai 2007 16:21 schrieb Greg KH: > On Wed, May 09, 2007 at 08:36:54AM -0400, Jeff Garzik wrote: > > Henry Su wrote: > > > From: [EMAIL PROTECTED] > > > Adding the device ID for AMD/ATI SB700. > > > Signed-off-by:henry su <[EMAIL PROTECTED]> > > > > Time to train new people... > > >

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-09 Thread Greg KH
On Wed, May 09, 2007 at 08:36:54AM -0400, Jeff Garzik wrote: > Henry Su wrote: > > From: [EMAIL PROTECTED] > > Adding the device ID for AMD/ATI SB700. > > Signed-off-by:henry su <[EMAIL PROTECTED]> > > Time to train new people... > > You need to split up your patches: > * send I2C and PCI quirk

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-09 Thread Tejun Heo
Henry Su wrote: > --- linux-2.6.21.1.orig/drivers/ide/pci/atiixp.c 2007-05-10 > 06:30:17.0 +0800 > +++ linux-2.6.21.1/drivers/ide/pci/atiixp.c 2007-05-10 07:18:39.0 > +0800 > @@ -353,6 +353,7 @@ static struct pci_device_id atiixp_pci_t > { PCI_VENDOR_ID_ATI,

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-09 Thread Jeff Garzik
Henry Su wrote: > From: [EMAIL PROTECTED] > Adding the device ID for AMD/ATI SB700. > Signed-off-by:henry su <[EMAIL PROTECTED]> Time to train new people... You need to split up your patches: * send I2C and PCI quirk patches to GregKH * send drivers/ide/* stuff to Bart * send drivers/ata/*

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-09 Thread Jeff Garzik
Henry Su wrote: From: [EMAIL PROTECTED] Adding the device ID for AMD/ATI SB700. Signed-off-by:henry su [EMAIL PROTECTED] Time to train new people... You need to split up your patches: * send I2C and PCI quirk patches to GregKH * send drivers/ide/* stuff to Bart * send drivers/ata/* patches to

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-09 Thread Tejun Heo
Henry Su wrote: --- linux-2.6.21.1.orig/drivers/ide/pci/atiixp.c 2007-05-10 06:30:17.0 +0800 +++ linux-2.6.21.1/drivers/ide/pci/atiixp.c 2007-05-10 07:18:39.0 +0800 @@ -353,6 +353,7 @@ static struct pci_device_id atiixp_pci_t { PCI_VENDOR_ID_ATI,

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-09 Thread Greg KH
On Wed, May 09, 2007 at 08:36:54AM -0400, Jeff Garzik wrote: Henry Su wrote: From: [EMAIL PROTECTED] Adding the device ID for AMD/ATI SB700. Signed-off-by:henry su [EMAIL PROTECTED] Time to train new people... You need to split up your patches: * send I2C and PCI quirk patches to

Re: [patch] Add the device IDs for AMD/ATI SB700

2007-05-09 Thread Hans-Jürgen Koch
Am Mittwoch 09 Mai 2007 16:21 schrieb Greg KH: On Wed, May 09, 2007 at 08:36:54AM -0400, Jeff Garzik wrote: Henry Su wrote: From: [EMAIL PROTECTED] Adding the device ID for AMD/ATI SB700. Signed-off-by:henry su [EMAIL PROTECTED] Time to train new people... You need to split