The following patch series adds support for the PCI bus on the ColdFire M54[78]x family of parts. This is very much a work in progress, but it does work for some types of PCI add-in cards using the M5474EVB board. --- b/arch/m68k/Kconfig.bus | 7 b/arch/m68k/include/asm/dma.h | 4 b/arch/m68k/include/asm/io_mm.h | 50 ++++- b/arch/m68k/include/asm/m54xxpci.h | 138 ++++++++++++++ b/arch/m68k/include/asm/m54xxsim.h | 3 b/arch/m68k/include/asm/pci.h | 6 b/arch/m68k/kernel/Makefile | 1 b/arch/m68k/kernel/pcibios.c | 109 +++++++++++ b/arch/m68k/platform/coldfire/Makefile | 2 b/arch/m68k/platform/coldfire/pci.c | 314 +++++++++++++++++++++++++++++++++ b/drivers/pci/Makefile | 1 12 files changed, 634 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