[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100716042943.GB28607@suse.de>
Date: Thu, 15 Jul 2010 21:29:43 -0700
From: Greg KH <gregkh@...e.de>
To: Joe Perches <joe@...ches.com>
Cc: Peter Huewe <PeterHuewe@....de>,
Kernel Janitors <kernel-janitors@...r.kernel.org>,
"Digi International, Inc" <Eng.Linux@...i.com>,
Alexey Dobriyan <adobriyan@...il.com>,
Tejun Heo <tj@...nel.org>, Jiri Kosina <jkosina@...e.cz>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 12/25] char: Convert pci_table entries to PCI_VDEVICE
(if PCI_ANY_ID is used)
On Thu, Jul 15, 2010 at 02:00:15PM -0700, Joe Perches wrote:
> On Thu, 2010-07-15 at 13:45 -0700, Greg KH wrote:
> > I much prefer the PCI_DEVICE() macro instead, and as such, I'm not
> > willing to take any of these patches, sorry.
>
> grepping for pci device ids using constants and
> expecting the result to be comprehensive isn't
> sensible.
But it's a nice goal :)
> $ grep -rwP --include=*.[ch] -w PCI_VDEVICE drivers/char | wc -l
> 32
drivers/char is not exactly a large collection of PCI drivers, only some
old serial port ones.
> The current drivers/ use of PCI_VDEVICE to PCI_DEVICE is ~50/50
>
> $ grep --include=*.[ch] -rwP PCI_DEVICE drivers | wc -l
> 866
> $ grep --include=*.[ch] -rwP PCI_VDEVICE drivers | wc -l
> 768
Hey, anything to increase that ratio is good :)
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists