linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/13] powerpc: Add support for Marvell/mv64x60 and prpmc2800
@ 2007-05-10 20:02 Mark A. Greer
  2007-05-10 20:04 ` [PATCH 1/13] powerpc: Add Makefile rules to wrap dts file in zImage Mark A. Greer
                   ` (13 more replies)
  0 siblings, 14 replies; 48+ messages in thread
From: Mark A. Greer @ 2007-05-10 20:02 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

This is the latest and hopefully last round of patches for adding mv64x60
and prpmc2800 support to arch/powerpc.  It would be great if this could
still get into 2.6.22.

Thanks,

Mark

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [PATCH 0/13] powerpc: Add support for Marvell/mv64x60 and prpmc2800
@ 2007-05-12  0:46 Mark A. Greer
  2007-05-12  0:57 ` [PATCH 11/13] powerpc: Add DTS file for the Motorola PrPMC2800 platform Mark A. Greer
  0 siblings, 1 reply; 48+ messages in thread
From: Mark A. Greer @ 2007-05-12  0:46 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev


Latest respin of these patches.  Should address all comments except David's
comment about the '$(obj)/zImage.dts:' rules.  I will address those next
week but if I get this out now, it may get in to 2.6.22. :)

Thanks,

Mark

^ permalink raw reply	[flat|nested] 48+ messages in thread
* [PATCH 0/13] powerpc: Add support for Marvell/mv64x60 and prpmc2800
@ 2007-04-25 23:46 Mark A. Greer
  2007-04-26  0:01 ` [PATCH 11/13] powerpc: Add DTS file for the Motorola PrPMC2800 platform Mark A. Greer
  0 siblings, 1 reply; 48+ messages in thread
From: Mark A. Greer @ 2007-04-25 23:46 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: linuxppc-dev

The following set of patches add support for the Motorola prpmc2800/f101e platform.
To support that platform, several other patches are required that can be grouped as
follows:

	- 1 patch to add Makefile rules that automatically compile & wrap a dts into
	  a zImage
	- 1 patch to add a new interface to the dt_xlate code.
	- 3 mv64x60 bootwrapper patches
	- 5 mv64x60 kernel patches
	- 3 prpmc2800 patches

Mark

^ permalink raw reply	[flat|nested] 48+ messages in thread

end of thread, other threads:[~2007-05-16  0:32 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-10 20:02 [PATCH 0/13] powerpc: Add support for Marvell/mv64x60 and prpmc2800 Mark A. Greer
2007-05-10 20:04 ` [PATCH 1/13] powerpc: Add Makefile rules to wrap dts file in zImage Mark A. Greer
2007-05-10 23:29   ` David Gibson
2007-05-11 15:59     ` Mark A. Greer
2007-05-10 20:05 ` [PATCH 2/13] powerpc: Add bootwrapper support for Marvell/mv64x60 hostbridge Mark A. Greer
2007-05-10 20:05 ` [PATCH 3/13] powerpc: Add bootwrapper support for Marvell MPSC Mark A. Greer
2007-05-10 20:06 ` [PATCH 4/13] powerpc: Add bootwrapper support for Marvell/mv64x60 I2C Mark A. Greer
2007-05-10 20:06 ` [PATCH 5/13] powerpc: Add interrupt support for Marvell mv64x60 chips Mark A. Greer
2007-05-10 20:07 ` [PATCH 6/13] powerpc: Create Marvell mv64x60 MPSC (serial) platform_data Mark A. Greer
2007-05-10 20:07 ` [PATCH 7/13] powerpc: Create Marvell mv64x60 ethernet platform_data Mark A. Greer
2007-05-10 20:07 ` [PATCH 8/13] powerpc: Create Marvell mv64x60 I2C platform_data Mark A. Greer
2007-05-10 20:08 ` [PATCH 9/13] powerpc: Add Marvell mv64x60 PCI bridge support Mark A. Greer
2007-05-10 20:08 ` [PATCH 10/13] powerpc: check cache coherency of kernel vs firmware Mark A. Greer
2007-05-10 20:08 ` [PATCH 11/13] powerpc: Add DTS file for the Motorola PrPMC2800 platform Mark A. Greer
2007-05-10 21:44   ` Kumar Gala
2007-05-10 23:37   ` David Gibson
2007-05-12 11:59     ` Segher Boessenkool
2007-05-13  0:00       ` Jerry Van Baren
2007-05-13  0:21         ` Segher Boessenkool
2007-05-13 12:50           ` Jerry Van Baren
2007-05-13 14:45             ` Segher Boessenkool
2007-05-13  1:10       ` David Gibson
2007-05-10 20:09 ` [PATCH 12/13] powerpc: Add bootwrapper support for " Mark A. Greer
2007-05-10 20:09 ` [PATCH 13/13] powerpc: Add arch/powerpc support for the Motorola PrPMC2800 Mark A. Greer
2007-05-10 21:57 ` arch/powerpc/sysdev: dumping ground or only for shared drivers? Olof Johansson
2007-05-10 22:06   ` Kumar Gala
2007-05-11  1:00     ` Josh Boyer
2007-05-15  9:53     ` Christian Krafft
2007-05-10 22:40   ` David Gibson
2007-05-10 23:00   ` Mark A. Greer
2007-05-11  0:26   ` Paul Mackerras
2007-05-11 17:05     ` Linas Vepstas
2007-05-15 21:06       ` Kumar Gala
2007-05-15 22:06         ` Mark A. Greer
2007-05-15 22:19           ` Grant Likely
2007-05-15 22:25             ` Olof Johansson
2007-05-15 22:30               ` Kumar Gala
2007-05-15 23:56               ` Mark A. Greer
2007-05-16  0:32           ` Mark A. Greer
  -- strict thread matches above, loose matches on Subject: below --
2007-05-12  0:46 [PATCH 0/13] powerpc: Add support for Marvell/mv64x60 and prpmc2800 Mark A. Greer
2007-05-12  0:57 ` [PATCH 11/13] powerpc: Add DTS file for the Motorola PrPMC2800 platform Mark A. Greer
2007-04-25 23:46 [PATCH 0/13] powerpc: Add support for Marvell/mv64x60 and prpmc2800 Mark A. Greer
2007-04-26  0:01 ` [PATCH 11/13] powerpc: Add DTS file for the Motorola PrPMC2800 platform Mark A. Greer
2007-04-26 16:42   ` Scott Wood
2007-04-26 23:34     ` Mark A. Greer
2007-04-26 23:37     ` David Gibson
2007-04-27 20:41   ` Mark A. Greer
2007-04-30 16:45     ` Jon Loeliger
2007-04-30 18:08       ` Mark A. Greer
2007-04-30 22:29       ` Mark A. Greer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).