On May 23, 2011, at 5:23 AM, Prabhakar Kushwaha wrote:
FSL PCIe controller can act as agent(EP) or host(RC).
Under Agent(EP) mode they are configured via Host. So it is not =
required to add
with the PCI(e) sub-system.
=20
Add and configure PCIe controller only for RC mode.
=20
Signed-off-by: Vivek Mahajan <redacted>
Signed-off-by: Prabhakar Kushwaha <redacted>
---
Based upon =
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git(branc=
h master)
=20
Chages for v2: Incorporated Kumar's comment
- Use PCI_CLASS_PROG instead of PCI_HEADER_TYPE=20
Changes for v3:=20
- updated if check condition
- removed checkpatch warning
=20
arch/powerpc/sysdev/fsl_pci.c | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
applied to next.
- k=