[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <51AC73F3.3040300@st.com>
Date: Mon, 03 Jun 2013 11:46:11 +0100
From: Srinivas KANDAGATLA <srinivas.kandagatla@...com>
To: Barry Song <21cnbao@...il.com>
Cc: Russell King <linux@....linux.org.uk>,
Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org,
DL-SHA-WorkGroupLinux <workgroup.linux@....com>,
Barry Song <baohua.song@....com>,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v1 2/2] ARM:prima2:move postcore_initcalls to init_machine.
On 03/06/13 11:07, Barry Song wrote:
> i want to move sirfsoc_of_pwrc_init and sirfsoc_of_pwrc_init to
> sirfsoc_pm_init as only suspend entries need them. then the result is
> like:
>
> int __init sirfsoc_pm_init(void)
> {
> + sirfsoc_of_pwrc_init();
> + sirfsoc_memc_init();
> suspend_set_ops(&sirfsoc_pm_ops);
> return 0;
> }
> @@ -98,7 +103,7 @@ static const struct of_device_id pwrc_ids[] = {
> {}
> };
It looks good, and should fix the issue too.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists