[PATCH v2 1/3] powerpc/fsl-pci: get PCI init out of board files

Kumar Gala galak at kernel.crashing.org
Wed Jul 11 22:58:01 EST 2012


On Jul 10, 2012, at 7:26 PM, Scott Wood wrote:

> As an alternative incremental starting point to Jia Hongtao's patchset,
> get the FSL PCI init out of the board files, but do not yet convert to a
> platform driver.
> 
> Rather than having each board supply a magic register offset for
> determining the "primary" bus, we look for which PCI host bridge
> contains an ISA node within its subtree.  If there is no ISA node,
> normally that would mean there is no primary bus, but until certain
> bugs are fixed we arbitrarily designate a primary in this case.
> 
> Conversion to a platform driver and related improvements can happen
> after this, as the ordering issues are sorted out.
> 
> Signed-off-by: Scott Wood <scottwood at freescale.com>
> ---
> v2: rebased on Kumar's next
> 
> arch/powerpc/sysdev/fsl_pci.c |   71 ++++++++++++++++++++++++++++++++++++++++-
> arch/powerpc/sysdev/fsl_pci.h |    8 +++++
> 2 files changed, 78 insertions(+), 1 deletions(-)

applied to next

- k


More information about the Linuxppc-dev mailing list