All of lore.kernel.org
 help / color / mirror / Atom feed
From: srinivas.kandagatla@st.com (Srinivas KANDAGATLA)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 2/2] ARM:prima2:move postcore_initcalls to init_machine.
Date: Mon, 03 Jun 2013 11:46:11 +0100	[thread overview]
Message-ID: <51AC73F3.3040300@st.com> (raw)
In-Reply-To: <CAGsJ_4zTJamdH2-3vfqPSrOA+egST3rH_+2mPrhy6=1ZWJxnRg@mail.gmail.com>

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.

WARNING: multiple messages have this Message-ID (diff)
From: Srinivas KANDAGATLA <srinivas.kandagatla@st.com>
To: Barry Song <21cnbao@gmail.com>
Cc: Russell King <linux@arm.linux.org.uk>,
	Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org,
	DL-SHA-WorkGroupLinux <workgroup.linux@csr.com>,
	Barry Song <baohua.song@csr.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v1 2/2] ARM:prima2:move postcore_initcalls to init_machine.
Date: Mon, 03 Jun 2013 11:46:11 +0100	[thread overview]
Message-ID: <51AC73F3.3040300@st.com> (raw)
In-Reply-To: <CAGsJ_4zTJamdH2-3vfqPSrOA+egST3rH_+2mPrhy6=1ZWJxnRg@mail.gmail.com>

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.

  reply	other threads:[~2013-06-03 10:46 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-31  9:43 [PATCH v1 0/2] ARM:prima2: multi_v7 kernel fixes Srinivas KANDAGATLA
2013-05-31  9:43 ` Srinivas KANDAGATLA
2013-05-31  9:45 ` [PATCH v1 1/2] ARM:prima2: move sirfsoc_of_rstc_init to .init_early Srinivas KANDAGATLA
2013-05-31  9:45   ` Srinivas KANDAGATLA
2013-05-31 12:24   ` Barry Song
2013-05-31 12:24     ` Barry Song
2013-05-31 12:42     ` Srinivas KANDAGATLA
2013-05-31 12:42       ` Srinivas KANDAGATLA
2013-05-31 12:56       ` Barry Song
2013-05-31 12:56         ` Barry Song
2013-06-03  2:19   ` Barry Song
2013-06-03  2:19     ` Barry Song
2013-06-03  8:47     ` Srinivas KANDAGATLA
2013-06-03  8:47       ` Srinivas KANDAGATLA
2013-06-03  9:41       ` Barry Song
2013-06-03  9:41         ` Barry Song
2013-05-31  9:45 ` [PATCH v1 2/2] ARM:prima2:move postcore_initcalls to init_machine Srinivas KANDAGATLA
2013-05-31  9:45   ` Srinivas KANDAGATLA
2013-06-03  3:51   ` Barry Song
2013-06-03  3:51     ` Barry Song
2013-06-03  8:56     ` Srinivas KANDAGATLA
2013-06-03  8:56       ` Srinivas KANDAGATLA
2013-06-03 10:07       ` Barry Song
2013-06-03 10:07         ` Barry Song
2013-06-03 10:46         ` Srinivas KANDAGATLA [this message]
2013-06-03 10:46           ` Srinivas KANDAGATLA

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51AC73F3.3040300@st.com \
    --to=srinivas.kandagatla@st.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.