]> rtime.felk.cvut.cz Git - linux-imx.git/commit
m68k: add PCI bus code support for the ColdFire M54xx SoC family
authorGreg Ungerer <gerg@uclinux.org>
Tue, 29 May 2012 06:11:42 +0000 (16:11 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 17 Jul 2012 05:49:44 +0000 (15:49 +1000)
commitbbdea849ed6ba694cf1f56801b90f100685e3aa0
treef09e93cf2d72383739d611c10338793cccd85ed9
parent9ff601a41ff5d0d1e4fc06d2c313a86a5f84cba4
m68k: add PCI bus code support for the ColdFire M54xx SoC family

The ColdFire M54xx SoC family have a traditional PCI bus interface.
Add the core support code to access and use this bus on these parts.
This code provides all the config space access functions and IO access
functions. It also carries out the PCI bus initialization and hooks into
the kernel PCI subsystem.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/platform/coldfire/Makefile
arch/m68k/platform/coldfire/pci.c [new file with mode: 0644]