public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] resync ATI PCI idents into base kernel
       [not found] <200503072216.j27MGxtP024504@hera.kernel.org>
@ 2005-03-08  5:39 ` Greg KH
  2005-03-08 10:15   ` Alan Cox
  0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2005-03-08  5:39 UTC (permalink / raw)
  To: Linux Kernel Mailing List, alan

On Mon, Mar 07, 2005 at 09:50:19PM +0000, Linux Kernel Mailing List wrote:
> ChangeSet 1.1982.132.7, 2005/03/07 13:50:19-08:00, alan@lxorguk.ukuu.org.uk
> 
> 	[PATCH] resync ATI PCI idents into base kernel
> 
> 
> 
>  pci_ids.h |   11 +++++++++++
>  1 files changed, 11 insertions(+)
> 
> 
> diff -Nru a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> --- a/include/linux/pci_ids.h	2005-03-07 14:17:11 -08:00
> +++ b/include/linux/pci_ids.h	2005-03-07 14:17:11 -08:00
> @@ -352,10 +352,21 @@
>  #define PCI_DEVICE_ID_ATI_RS300_133	0x5831
>  #define PCI_DEVICE_ID_ATI_RS300_166	0x5832
>  #define PCI_DEVICE_ID_ATI_RS300_200	0x5833
> +#define PCI_DEVICE_ID_ATI_RS350_100     0x7830
> +#define PCI_DEVICE_ID_ATI_RS350_133     0x7831
> +#define PCI_DEVICE_ID_ATI_RS350_166     0x7832
> +#define PCI_DEVICE_ID_ATI_RS350_200     0x7833
> +#define PCI_DEVICE_ID_ATI_RS400_100     0x5a30
> +#define PCI_DEVICE_ID_ATI_RS400_133     0x5a31
> +#define PCI_DEVICE_ID_ATI_RS400_166     0x5a32
> +#define PCI_DEVICE_ID_ATI_RS400_200     0x5a33
> +#define PCI_DEVICE_ID_ATI_RS480         0x5950

Was there a reason you did this without using tabs, like the rest of the
file?

Again, the maintainer chain is well documented...

{sigh}

Oh, no Signed-off-by: line either :(

greg k-h

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

* Re: [PATCH] resync ATI PCI idents into base kernel
  2005-03-08  5:39 ` [PATCH] resync ATI PCI idents into base kernel Greg KH
@ 2005-03-08 10:15   ` Alan Cox
  2005-03-08 10:42     ` Bartlomiej Zolnierkiewicz
  2005-03-08 22:33     ` Christoph Hellwig
  0 siblings, 2 replies; 8+ messages in thread
From: Alan Cox @ 2005-03-08 10:15 UTC (permalink / raw)
  To: Greg KH; +Cc: Linux Kernel Mailing List

> Was there a reason you did this without using tabs, like the rest of the
> file?

No but I'll send Linus an update to fix that now.

> Again, the maintainer chain is well documented...

Really - so does it go to the PCI maintainer, the IDE maintainer or the
DRI maintainer or someone else, or all of them, or in bits to different
ones remembering there are dependancies and I don't use bitcreeper ?

Alan


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

* Re: [PATCH] resync ATI PCI idents into base kernel
  2005-03-08 10:15   ` Alan Cox
@ 2005-03-08 10:42     ` Bartlomiej Zolnierkiewicz
  2005-03-08 11:25       ` Alan Cox
  2005-03-08 22:33     ` Christoph Hellwig
  1 sibling, 1 reply; 8+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2005-03-08 10:42 UTC (permalink / raw)
  To: Alan Cox; +Cc: Greg KH, Linux Kernel Mailing List

On Tue, 08 Mar 2005 10:15:30 +0000, Alan Cox <alan@lxorguk.ukuu.org.uk> wrote:
> > Was there a reason you did this without using tabs, like the rest of the
> > file?
> 
> No but I'll send Linus an update to fix that now.
> 
> > Again, the maintainer chain is well documented...
> 
> Really - so does it go to the PCI maintainer, the IDE maintainer or the
> DRI maintainer or someone else, or all of them, or in bits to different
> ones remembering there are dependancies and I don't use bitcreeper ?

it should go to /dev/null because there are no users of these IDs ;-)

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

* Re: [PATCH] resync ATI PCI idents into base kernel
  2005-03-08 10:42     ` Bartlomiej Zolnierkiewicz
@ 2005-03-08 11:25       ` Alan Cox
  0 siblings, 0 replies; 8+ messages in thread
From: Alan Cox @ 2005-03-08 11:25 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: Greg KH, Linux Kernel Mailing List

On Maw, 2005-03-08 at 10:42, Bartlomiej Zolnierkiewicz wrote:
> > Really - so does it go to the PCI maintainer, the IDE maintainer or the
> > DRI maintainer or someone else, or all of them, or in bits to different
> > ones remembering there are dependancies and I don't use bitcreeper ?
> 
> it should go to /dev/null because there are no users of these IDs ;-)

See the problem - and I'm about to send you a patch so you can use the
SI3112 driver with the ATI hardware because the Jeff Garzik one still
fails for some users quite badly (and no I don't know why either).

Alan


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

* Re: [PATCH] resync ATI PCI idents into base kernel
  2005-03-08 10:15   ` Alan Cox
  2005-03-08 10:42     ` Bartlomiej Zolnierkiewicz
@ 2005-03-08 22:33     ` Christoph Hellwig
  2005-03-09 15:45       ` Alan Cox
  1 sibling, 1 reply; 8+ messages in thread
From: Christoph Hellwig @ 2005-03-08 22:33 UTC (permalink / raw)
  To: Alan Cox; +Cc: Greg KH, Linux Kernel Mailing List

On Tue, Mar 08, 2005 at 10:15:30AM +0000, Alan Cox wrote:
> > Was there a reason you did this without using tabs, like the rest of the
> > file?
> 
> No but I'll send Linus an update to fix that now.
> 
> > Again, the maintainer chain is well documented...
> 
> Really - so does it go to the PCI maintainer, the IDE maintainer or the
> DRI maintainer or someone else, or all of them, or in bits to different
> ones remembering there are dependancies and I don't use bitcreeper ?

If you don't know send it to Andrew.  


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

* Re: [PATCH] resync ATI PCI idents into base kernel
  2005-03-08 22:33     ` Christoph Hellwig
@ 2005-03-09 15:45       ` Alan Cox
  2005-03-09 22:00         ` Christoph Hellwig
  0 siblings, 1 reply; 8+ messages in thread
From: Alan Cox @ 2005-03-09 15:45 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Greg KH, Linux Kernel Mailing List

On Maw, 2005-03-08 at 22:33, Christoph Hellwig wrote:
> > Really - so does it go to the PCI maintainer, the IDE maintainer or the
> > DRI maintainer or someone else, or all of them, or in bits to different
> > ones remembering there are dependancies and I don't use bitcreeper ?
> 
> If you don't know send it to Andrew.  

You are completely missing the point.


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

* Re: [PATCH] resync ATI PCI idents into base kernel
  2005-03-09 15:45       ` Alan Cox
@ 2005-03-09 22:00         ` Christoph Hellwig
  2005-03-09 22:29           ` Alan Cox
  0 siblings, 1 reply; 8+ messages in thread
From: Christoph Hellwig @ 2005-03-09 22:00 UTC (permalink / raw)
  To: Alan Cox; +Cc: Christoph Hellwig, Greg KH, Linux Kernel Mailing List

On Wed, Mar 09, 2005 at 03:45:43PM +0000, Alan Cox wrote:
> On Maw, 2005-03-08 at 22:33, Christoph Hellwig wrote:
> > > Really - so does it go to the PCI maintainer, the IDE maintainer or the
> > > DRI maintainer or someone else, or all of them, or in bits to different
> > > ones remembering there are dependancies and I don't use bitcreeper ?
> > 
> > If you don't know send it to Andrew.  
> 
> You are completely missing the point.

Which is?  That's you're so special you don't need to care about the
workflow the ordinary humans have created?


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

* Re: [PATCH] resync ATI PCI idents into base kernel
  2005-03-09 22:00         ` Christoph Hellwig
@ 2005-03-09 22:29           ` Alan Cox
  0 siblings, 0 replies; 8+ messages in thread
From: Alan Cox @ 2005-03-09 22:29 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: Greg KH, Linux Kernel Mailing List

On Mer, 2005-03-09 at 22:00, Christoph Hellwig wrote:
> Which is?  That's you're so special you don't need to care about the
> workflow the ordinary humans have created?

I don't see the connection between your comment and the thread sorry.

If I send it all to Andrew what will happen. Andrew can either break it
into zillions of pieces and everyone will say "But why do we need this"
or apply it. You might want to ask why so many new drivers don't bother
using pci_ids.h, I'd venture to say its a defensive mechanism against
broken process.

Alan


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

end of thread, other threads:[~2005-03-09 23:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200503072216.j27MGxtP024504@hera.kernel.org>
2005-03-08  5:39 ` [PATCH] resync ATI PCI idents into base kernel Greg KH
2005-03-08 10:15   ` Alan Cox
2005-03-08 10:42     ` Bartlomiej Zolnierkiewicz
2005-03-08 11:25       ` Alan Cox
2005-03-08 22:33     ` Christoph Hellwig
2005-03-09 15:45       ` Alan Cox
2005-03-09 22:00         ` Christoph Hellwig
2005-03-09 22:29           ` Alan Cox

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