[PATCH 8/9] mpc82xx: Update mpc8272ads, and factor out PCI and reset.

Kumar Gala galak at kernel.crashing.org
Thu Aug 30 08:41:17 EST 2007


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 <scottwood at freescale.com>
> ---
>  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



More information about the Linuxppc-dev mailing list