Re: [PATCH 00/14] [ISDN] HiSax hotplug conversion

2008-02-15 Thread Andrew Morton
On Tue, 17 Jul 2007 23:04:04 -0400 Jeff Garzik <[EMAIL PROTECTED]> wrote: > This is a refresh of an on-going work-in-progress: convert the last > remaining users of pci_find_device() to the ISA/PCI/etc. hotplug APIs > now in standard use. After SCSI's gdth, ISDN's HiSax suite of drivers > are j

Re: [PATCH 00/14] [ISDN] HiSax hotplug conversion

2008-02-15 Thread Sam Ravnborg
> > > >Just ran checkpatch for the fun of it: > >total: 28 errors, 86 warnings, 4896 lines checked > >Most looks easy to fix. > > I'll take a look... if its checkpatch stuff I caused, I'm happy to fix it. > > But I'm trying to avoid cleanups for pre-existing conditions, i.e. > flagged by checkp

Re: [PATCH 00/14] [ISDN] HiSax hotplug conversion

2008-02-15 Thread Jeff Garzik
Sam Ravnborg wrote: On Tue, Jul 17, 2007 at 11:04:04PM -0400, Jeff Garzik wrote: This is a refresh of an on-going work-in-progress: convert the last remaining users of pci_find_device() to the ISA/PCI/etc. hotplug APIs now in standard use. After SCSI's gdth, ISDN's HiSax suite of drivers are

Re: [PATCH 00/14] [ISDN] HiSax hotplug conversion

2008-02-15 Thread Sam Ravnborg
On Tue, Jul 17, 2007 at 11:04:04PM -0400, Jeff Garzik wrote: > > This is a refresh of an on-going work-in-progress: convert the last > remaining users of pci_find_device() to the ISA/PCI/etc. hotplug APIs > now in standard use. After SCSI's gdth, ISDN's HiSax suite of drivers > are just about t

Re: [PATCH 00/14] [ISDN] HiSax hotplug conversion

2008-02-14 Thread Jeff Garzik
Apologies to those who missed this patchset... it carried the original patch creation date (July 2007). -- 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 Pl

Re: [PATCH 00/14] [ISDN] HiSax hotplug conversion

2008-02-14 Thread Jeff Garzik
Greg KH wrote: I have some patches in my pci tree to get rid of some pci_find_slot() usages, as well, so we are almost rid of these old functions. Good... I was avoiding that area, silently hoping that someone else would handle that part for me :) Jeff -- To unsubscribe from this

Re: [PATCH 00/14] [ISDN] HiSax hotplug conversion

2008-02-14 Thread Greg KH
On Tue, Jul 17, 2007 at 11:04:04PM -0400, Jeff Garzik wrote: > > This is a refresh of an on-going work-in-progress: convert the last > remaining users of pci_find_device() to the ISA/PCI/etc. hotplug APIs > now in standard use. After SCSI's gdth, ISDN's HiSax suite of drivers > are just about t