02 Dec, 2006

1 commit

  • pSeries is the only architecture left using HAVE_ARCH_PCI_MWI and it's
    really inappropriate for its needs. It really wants to disable MWI
    altogether. So here are a pair of stub implementations for pci_set_mwi
    and pci_clear_mwi.

    Also rename pci_generic_prep_mwi to pci_set_cacheline_size since that
    better reflects what it does.

    Signed-off-by: Matthew Wilcox
    Cc: Paul Mackerras
    Acked-by: Jeff Garzik
    Signed-off-by: Greg Kroah-Hartman

    Matthew Wilcox
     

28 Jun, 2006

1 commit


09 Jan, 2006

1 commit

  • 22-rpaphp-eliminate-dupe-code.patch (parts)

    The RPAPHP code contains two routines that appear to be gratuitous
    copies of very similar pci code. In particular,

    rpaphp_claim_resource ~~ pci_claim_resource
    rpadlpar_claim_one_bus == pcibios_claim_one_bus

    This makes pcibios_claim_one_bus from arch/powerpc/kernel/pci_64.c
    available to the RPAPHP code.

    Signed-off-by: Linas Vepstas
    Signed-off-by: Paul Mackerras

    Linas Vepstas
     

19 Nov, 2005

1 commit

  • This involves some minor changes: a few unused functions that the
    ppc32 pci.c provides are no longer declared here or exported;
    pcibios_assign_all_busses now just refers to the pci_assign_all_buses
    variable on both 32-bit and 64-bit; pcibios_scan_all_fns is now
    just 0 instead of a function that always returns 0 on 64-bit.

    Signed-off-by: Paul Mackerras

    Paul Mackerras