[PATCH] ARM: kirkwood: add LaCie Network Space Lite v2 support
Simon Guinot
simon at sequanux.org
Mon Nov 7 09:39:59 EST 2011
Hi Russel,
On Mon, Nov 07, 2011 at 10:35:06AM +0000, Russell King - ARM Linux wrote:
> On Mon, Nov 07, 2011 at 11:29:50AM +0100, Christophe Vu-Brugier wrote:
> > +#ifdef CONFIG_MACH_NETSPACE_LITE_V2
> > +MACHINE_START(NETSPACE_LITE_V2, "LaCie Network Space Lite v2")
> > + .atag_offset = 0x100,
> > + .init_machine = netspace_v2_init,
> > + .map_io = kirkwood_map_io,
> > + .init_early = kirkwood_init_early,
> > + .init_irq = kirkwood_init_irq,
> > + .timer = &kirkwood_timer,
>
> When the restart series is queued, you'll have to add a:
> .restart = kirkwood_restart,
>
> here.
>
> Please also order these initializers in the same order as they're
> declared in struct machine_desc - the order there reflects the order in
> which they're called. They're done like that to aid peoples
> understanding of the ordering there.
>
> So you want .init_machine after .timer.
The Christophe's patch is consistent with the other Kirkwood machines
declarations. Maybe that all this declarations should be fixed with a
separate patch ?
Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20111107/f1ffca42/attachment.sig>
More information about the linux-arm-kernel
mailing list