From: Matt Porter <mporter@kernel.crashing.org> Date: 2005-09-23 17:20:45
On Thu, Sep 22, 2005 at 08:03:35PM -0700, Roland Dreier wrote:
Add support for the AMCC PowerPC 440SPe SoC.
Signed-off-by: Roland Dreier <redacted>
---
arch/ppc/kernel/cputable.c | 10 +++
arch/ppc/platforms/4xx/Kconfig | 8 ++
arch/ppc/platforms/4xx/Makefile | 1
arch/ppc/platforms/4xx/amcc440spe.c | 134 +++++++++++++++++++++++++++++++++++
arch/ppc/platforms/4xx/amcc440spe.h | 64 +++++++++++++++++
Please change these new files to ppc440spe.*. After the new EMAC
driver is merged, we are planning a Great Renaming(tm) to make the current
filenames be vendor neutral. i.e. ibm4*->ppc4*
-Matt
From: Roland Dreier <hidden> Date: 2005-09-23 20:27:33
Matt> Please change these new files to ppc440spe.*. After the new
Matt> EMAC driver is merged, we are planning a Great Renaming(tm)
Matt> to make the current filenames be vendor neutral. i.e. ibm4*->ppc4*
Okey-doke, will do.
- R.
From: Roland Dreier <hidden> Date: 2005-09-23 22:44:45
Matt> Please change these new files to ppc440spe.*. After the new
Matt> EMAC driver is merged, we are planning a Great Renaming(tm)
Matt> to make the current filenames be vendor neutral. i.e. ibm4*->ppc4*
OK, I made these changes and rebased to Eugene's EMAC git tree. This
tree passes some basic tests on my Yucca board. I just pushed this,
so pending mirror delays, it will be at
rsync://rsync.kernel.org/pub/scm/linux/kernel/git/roland/ppc440spe.git
I can repost the patchset if anyone wants to see it.
BTW, Eugene, you might want to do a 'git prune-packed' on your git
tree. It's pretty wasteful to clone your tree now, because you have a
lot of individual objects that also appear in Linus's packs.
- R.
On Fri, Sep 23, 2005 at 03:44:35PM -0700, Roland Dreier wrote:
BTW, Eugene, you might want to do a 'git prune-packed' on your git
tree. It's pretty wasteful to clone your tree now, because you have a
lot of individual objects that also appear in Linus's packs.
Yeah, I did this yesterday, so I guess your next pulls should be OK.
You may need to do this on the cloned tree as well.
--
Eugene