LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jon Loeliger <jdl@freescale.com>
To: "linuxppc-dev@ozlabs.org" <linuxppc-dev@ozlabs.org>
Subject: [PATCH 0/10] Version 2 -- Add MPC8641 HPCN Platform
Date: Thu, 08 Jun 2006 16:54:44 -0500	[thread overview]
Message-ID: <1149803684.23938.273.camel@cashmere.sps.mot.com> (raw)

This is the second posting of a series of patches
that introduces the MPC8641 HPCN platform.  This
version corrects all of the suggestions from Kumar,
and shows an ACK from Jeff Garzik for the netdev
related parts.

Please consider this for addition into the 2.6.18 queue.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Xianghua Xiao <x.xiao@freescale.com>
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: Wei Zhang <Wei.Zhang@freescale.com>
Signed-off-by: Jeff Brown <Jeff.Brown@freescale.com>
Signed-off-by: Kriston Carson <KristonCarson@freescale.com>

1)
 arch/powerpc/Kconfig                        |   15 
 arch/powerpc/platforms/Makefile             |    1 
 arch/powerpc/platforms/86xx/Kconfig         |   46 +
 arch/powerpc/platforms/86xx/Makefile        |    7 

2)
 arch/powerpc/platforms/86xx/misc.c          |   51 +
 arch/powerpc/platforms/86xx/mpc8641_hpcn.c  |   52 ++
 arch/powerpc/platforms/86xx/mpc8641_hpcn.h  |   54 ++
 arch/powerpc/platforms/86xx/mpc86xx.h       |   31 +
 arch/powerpc/platforms/86xx/mpc86xx_hpcn.c  |  304 +++++++++

3)
 arch/powerpc/platforms/86xx/pci.c           |  213 ++++++
 arch/powerpc/platforms/86xx/pex.c           |  173 +++++

4)
 arch/powerpc/kernel/cpu_setup_6xx.S         |    2 

5)
 arch/powerpc/kernel/cputable.c              |   12 
 arch/powerpc/kernel/head_32.S               |   15 
 arch/powerpc/sysdev/i8259.c                 |    5 

6)
 include/asm-powerpc/immap_86xx.h            |  199 ++++++
 include/asm-powerpc/irq.h                   |   88 +++
 include/asm-powerpc/mpc86xx.h               |   47 +

7)
 arch/powerpc/configs/mpc8641_hpcn_defconfig |  920 +++++++++++++++++++++++++++

8)
 drivers/net/Kconfig                         |    6 
 drivers/net/phy/Kconfig                     |    5 
 drivers/net/phy/Makefile                    |    1 
 drivers/net/phy/vitesse.c                   |  112 +++

9)
 arch/powerpc/kernel/prom.c                  |   13 

10)
 drivers/i2c/busses/Kconfig                  |    4 

 25 files changed, 2367 insertions(+), 9 deletions(-)

                 reply	other threads:[~2006-06-08 21:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1149803684.23938.273.camel@cashmere.sps.mot.com \
    --to=jdl@freescale.com \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox