[PATCH v3 2/4] ARM: imx: add initial support for MVF600
Arnd Bergmann
arnd at arndb.de
Fri May 17 08:31:15 EDT 2013
On Friday 17 May 2013, Arnd Bergmann wrote:
> > > > +static const char *mvf600_dt_compat[] __initdata = {
> > > > + "fsl,mvf600",
> > > > + NULL,
> > > > +};
> > > > +
> > > > +DT_MACHINE_START(VYBRID_VF6XX, "Freescale Vybrid MVF600 (Device Tree)")
> > > > + .init_irq = mvf600_init_irq,
> > > > + .init_time = mvf600_init_time,
> > > > + .init_machine = mvf600_init_machine,
> > > > + .dt_compat = mvf600_dt_compat,
> > > > + .restart = mxc_restart,
> > > > +MACHINE_END
> > >
> > > If we can do all of the above, we can actually remove the entire machine
> > > descriptor here, since all its members are NULL.
> > >
> > Yeah, we understand the goal, and this will be the goal of mach-imx
> > cleanup.
>
> Ok. I guess we just won't be there for 3.11 then.
To clarify: what I mean is we should try to remove all the callbacks
we can here, but merge the MVF600 port anyway, even if we still need a
couple of them.
Arnd
More information about the linux-arm-kernel
mailing list