]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] mpc82xx: Update mpc8272ads, and factor out PCI and reset.
authorScott Wood <scottwood@freescale.com>
Fri, 14 Sep 2007 20:41:56 +0000 (15:41 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 4 Oct 2007 16:02:44 +0000 (11:02 -0500)
commit3e512a46f01b7ffa1c6a447187d6418c89731d69
treea3c106ef1de3abea61f9e2b2ad23af90d7f9e3e8
parentef104635cae59a6ecb66383185d632a3857a83e7
[POWERPC] mpc82xx: Update mpc8272ads, and factor out PCI and reset.

1. PCI and reset are factored out into pq2.c.  I renamed them from m82xx
to pq2 because they won't work on the Integrated Host Processor line of
82xx chips (i.e. 8240, 8245, and such).

2. The PCI PIC, which is nominally board-specific, is used on multiple
boards, and thus is used into pq2ads-pci-pic.c.

3. The new CPM binding is used.

4. General cleanup.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/Kconfig
arch/powerpc/boot/dts/mpc8272ads.dts
arch/powerpc/configs/mpc8272_ads_defconfig
arch/powerpc/platforms/82xx/Kconfig
arch/powerpc/platforms/82xx/Makefile
arch/powerpc/platforms/82xx/mpc8272_ads.c
arch/powerpc/platforms/82xx/pq2.c [new file with mode: 0644]
arch/powerpc/platforms/82xx/pq2.h [new file with mode: 0644]
arch/powerpc/platforms/82xx/pq2ads-pci-pic.c [new file with mode: 0644]
arch/powerpc/platforms/82xx/pq2ads.h