Re: [patch 4/6] ARM: move bridge enable out of pcibios_enable_resources()

2008-03-06 Thread Russell King - ARM Linux
On Wed, Feb 27, 2008 at 05:04:41PM -0700, Bjorn Helgaas wrote: > Move bridge enable from pcibios_enable_resources() to > platform_pci_enable_device() so the former matches other > architectures and can be shared. > > Signed-off-by: Bjorn Helgaas <[EMAIL PROTECTED]> > > Index: work6/arch/arm/kerne

Re: [patch 4/6] ARM: move bridge enable out of pcibios_enable_resources()

2008-03-06 Thread Bjorn Helgaas
On Thursday 06 March 2008 08:06:40 am Russell King - ARM Linux wrote: > On Wed, Feb 27, 2008 at 05:04:41PM -0700, Bjorn Helgaas wrote: > > Move bridge enable from pcibios_enable_resources() to > > platform_pci_enable_device() so the former matches other > > architectures and can be shared. > > > >

Re: [patch 4/6] ARM: move bridge enable out of pcibios_enable_resources()

2008-03-03 Thread Jesse Barnes
On Monday, March 03, 2008 12:35 pm Benjamin Herrenschmidt wrote: > On Mon, 2008-03-03 at 09:59 -0800, Jesse Barnes wrote: > > On Wednesday, February 27, 2008 4:04 pm Bjorn Helgaas wrote: > > > Move bridge enable from pcibios_enable_resources() to > > > platform_pci_enable_device() so the former mat

Re: [patch 4/6] ARM: move bridge enable out of pcibios_enable_resources()

2008-03-03 Thread Benjamin Herrenschmidt
On Mon, 2008-03-03 at 09:59 -0800, Jesse Barnes wrote: > On Wednesday, February 27, 2008 4:04 pm Bjorn Helgaas wrote: > > Move bridge enable from pcibios_enable_resources() to > > platform_pci_enable_device() so the former matches other > > architectures and can be shared. > > I really like the d

Re: [patch 4/6] ARM: move bridge enable out of pcibios_enable_resources()

2008-03-03 Thread Jesse Barnes
On Wednesday, February 27, 2008 4:04 pm Bjorn Helgaas wrote: > Move bridge enable from pcibios_enable_resources() to > platform_pci_enable_device() so the former matches other > architectures and can be shared. I really like the direction of these patches. Getting PCI resources assigned & device

[patch 4/6] ARM: move bridge enable out of pcibios_enable_resources()

2008-02-27 Thread Bjorn Helgaas
Move bridge enable from pcibios_enable_resources() to platform_pci_enable_device() so the former matches other architectures and can be shared. Signed-off-by: Bjorn Helgaas <[EMAIL PROTECTED]> Index: work6/arch/arm/kernel/bios32.c ==