[PATCH] maintainership update for the Marvell Orion family of SOCs

Arnd Bergmann arnd at arndb.de
Mon Apr 30 17:24:28 EDT 2012


On Monday 30 April 2012, Arnaud Patard wrote:
> Sorry to hijack a little bit this thread, but I got a few days ago a
> 88ap510/dove device so I was wondering if the work currently done on
> kirkwood would allow us the same kernel binary at least on dove and
> kirkwood ? [1] If so, when it'll be possible, will it be considered to
> move the corresponding board setup from
> arch/arm/mach-{dove,kirkwood,...} into a new directory, like what was
> done on recently on imx ?
> 
> [1] I'm only talking of kirkwood and dove because it's only what I can
> test. Of course, if it can be a single kernel binary for
> dove/kirkwood/mv78xx0/orion5x, it'll be even better.

While I don't know of anyone working on this currently, I've also thought
about it being doable, but I would defer it until we can probe all
the devices using the device tree, because at that point it will get
much simpler. We might just move all the DT based board support into
the plat-orion directory and leave the other directories for the classic
probing, eventually to be removed when the new stuff can handle all the
machines that someone cares about.

Note that dove is fundamentally incompatible with the others at runtime,
being ARMv7 based instead of ARMv5, but it could still live in the same
directory, like we do for other platforms.

	Arnd



More information about the linux-arm-kernel mailing list