Re: [PATCH 2/3] pci: Remove users of pci_enable_device_bars()

2008-01-31 Thread Greg KH
On Thu, Jan 31, 2008 at 04:14:45PM -0800, Andrew Vasquez wrote: > On Tue, 08 Jan 2008, Benjamin Herrenschmidt wrote: > > > On Mon, 2008-01-07 at 11:42 -0800, Andrew Vasquez wrote: > > > That's fine. I take it these patches will be funneled via > > > gregkh/pci-2.6.git. There's some qla2xxx updat

Re: [PATCH 2/3] pci: Remove users of pci_enable_device_bars()

2008-01-31 Thread Andrew Vasquez
On Tue, 08 Jan 2008, Benjamin Herrenschmidt wrote: > On Mon, 2008-01-07 at 11:42 -0800, Andrew Vasquez wrote: > > That's fine. I take it these patches will be funneled via > > gregkh/pci-2.6.git. There's some qla2xxx updates which are queued for > > post-2.6.24 consumption in jejb/scsi-misc-2.6.

Re: [PATCH 2/3] pci: Remove users of pci_enable_device_bars()

2008-01-07 Thread Benjamin Herrenschmidt
On Mon, 2008-01-07 at 11:42 -0800, Andrew Vasquez wrote: > That's fine. I take it these patches will be funneled via > gregkh/pci-2.6.git. There's some qla2xxx updates which are queued for > post-2.6.24 consumption in jejb/scsi-misc-2.6.git which don't appear > to have any conflicts. > > I do t

Re: [PATCH 2/3] pci: Remove users of pci_enable_device_bars()

2008-01-07 Thread Andrew Vasquez
On Thu, 20 Dec 2007, Benjamin Herrenschmidt wrote: > This patch converts users of pci_enable_device_bars() to the new > pci_enable_device_{io,mem} interface. > > The new API fits nicely, except maybe for the QLA case where a bit of > code re-organization might be a good idea but I prefer sticking

[PATCH 2/3] pci: Remove users of pci_enable_device_bars()

2007-12-19 Thread Benjamin Herrenschmidt
This patch converts users of pci_enable_device_bars() to the new pci_enable_device_{io,mem} interface. The new API fits nicely, except maybe for the QLA case where a bit of code re-organization might be a good idea but I prefer sticking to the simple patch as I don't have hardware to test on. I'l