On Aug 28, 2007, at 3:19 PM, Scott Wood wrote: > 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 <[EMAIL PROTECTED]> > --- > arch/powerpc/Kconfig | 2 +- > arch/powerpc/boot/dts/mpc8272ads.dts | 321 +++++++------ > arch/powerpc/configs/mpc8272_ads_defconfig | 380 ++++++++------- > arch/powerpc/platforms/82xx/Kconfig | 5 + > arch/powerpc/platforms/82xx/Makefile | 2 + > arch/powerpc/platforms/82xx/mpc8272_ads.c | 671 ++++ > +--------------------- > arch/powerpc/platforms/82xx/pq2.c | 93 ++++ > arch/powerpc/platforms/82xx/pq2.h | 20 + > arch/powerpc/platforms/82xx/pq2ads-pci-pic.c | 202 ++++++++ > arch/powerpc/platforms/82xx/pq2ads.h | 2 - > 10 files changed, 816 insertions(+), 882 deletions(-) > create mode 100644 arch/powerpc/platforms/82xx/pq2.c > create mode 100644 arch/powerpc/platforms/82xx/pq2.h > create mode 100644 arch/powerpc/platforms/82xx/pq2ads-pci-pic.c
NACK. I don't want pq2 to be the only platform that has the PCI bus separate from the PCI controller. - k _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev