This is version 2 of the ColdFire PCI bus support. The following patch series adds support for the PCI bus on the ColdFire M54[78]x family of parts. Changes since the last version: . change to drivers/pci/Makefile sent to linux-pci email list separately . header file changes broken out into a separate patch (for easier review) . IO barriers added within PCI config space access functions --- arch/m68k/Kconfig.bus | 7 arch/m68k/include/asm/dma.h | 4 arch/m68k/include/asm/io_mm.h | 50 +++++ arch/m68k/include/asm/m54xxpci.h | 138 ++++++++++++++ arch/m68k/include/asm/m54xxsim.h | 3 arch/m68k/include/asm/pci.h | 6 arch/m68k/kernel/Makefile | 1 arch/m68k/kernel/pcibios.c | 109 +++++++++++ arch/m68k/platform/coldfire/Makefile | 2 arch/m68k/platform/coldfire/pci.c | 327 +++++++++++++++++++++++++++++++++++ 10 files changed, 646 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html