I tried to apply the patch, but ...

On Fri, Mar 30, 2012 at 02:32:10PM +0800, Dong Aisheng wrote:
...
> +static int __init mxs_icoll_add_irq_domain(struct device_node *np,
> +                             struct device_node *interrupt_parent)
> +{
> +     irq_domain_add_simple(np, 0);

The irq_domain_add_simple() has been removed from mainline.  You need
a rebase against Linus' tree.

> +
> +     return 0;
> +}
> +
> +static const struct of_device_id mxs_irq_match[] __initconst = {
> +     { .compatible = "fsl,mxs-icoll", .data = mxs_icoll_add_irq_domain, },
> +     { /* sentinel */ }
> +};
> +
> +static void __init mxs_dt_init_irq(void)
> +{
> +     icoll_init_irq();
> +     of_irq_init(mxs_irq_match);
> +}
> +
> +static void __init imx28_timer_init(void)
> +{
> +     mx28_clocks_init();
> +}
> +
> +static struct sys_timer imx28_timer = {
> +     .init = imx28_timer_init,
> +};
> +
> +static void __init mxs_machine_init(void)
> +{
> +       of_platform_populate(NULL, of_default_bus_match_table,

Given by checkpatch:

WARNING: please, no spaces at the start of a line
#565: FILE: arch/arm/mach-mxs/mach-mxs.c:51:
+       of_platform_populate(NULL, of_default_bus_match_table,$

> +                             NULL, NULL);
> +}

-- 
Regards,
Shawn
_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to