From: Sekhar Nori <nsekhar@ti.com>
To: "Mark A. Greer" <mgreer@animalcreek.com>
Cc: netdev@vger.kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Kevin Hilman <khilman@ti.com>, David Miller <davem@davemloft.net>,
"davinci-linux-open-source@linux.davincidsp.com"
<davinci-linux-open-source@linux.davincidsp.com>
Subject: Re: [PATCH] net: ethernet: davinci_emac: add pm_runtime support
Date: Fri, 20 Jul 2012 18:52:20 +0530 [thread overview]
Message-ID: <50095B8C.3050502@ti.com> (raw)
In-Reply-To: <1342736577-30477-1-git-send-email-mgreer@animalcreek.com>
+ Dave Miller and DaVinci list
Hi Mark,
On 7/20/2012 3:52 AM, Mark A. Greer wrote:
> From: "Mark A. Greer" <mgreer@animalcreek.com>
>
> Add pm_runtime support to the TI Davinci EMAC driver.
>
> CC: Sekhar Nori <nsekhar@ti.com>
> CC: Kevin Hilman <khilman@ti.com>
> Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
Tested on AM18x EVM using NFS root and suspend-to-RAM.
Acked-by: Sekhar Nori <nsekhar@ti.com>
> ---
>
> a) This patch depends on a patch by Kevin Hilman that has been
> accepted for 3.6 and is waiting in arm-soc/for-next:
> ce9dcb8784611c50974d1c6b600c71f5c0a29308
> (ARM: davinci: add runtime PM support for clock management)
Since the patch does not have any dependency as far as applying it is
concerned, I guess it can be queued through the network tree.
>
> b) Applies on top of current k.o. master:
> 3e4b9459fb0e149c6b74c9e89399a8fc39a92b44
> (Merge tag 'md-3.5-fixes' of git://neil.brown.name/md)
The patch will have to apply to net-next if it goes through the net tree.
Thanks,
Sekhar
WARNING: multiple messages have this Message-ID (diff)
From: nsekhar@ti.com (Sekhar Nori)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] net: ethernet: davinci_emac: add pm_runtime support
Date: Fri, 20 Jul 2012 18:52:20 +0530 [thread overview]
Message-ID: <50095B8C.3050502@ti.com> (raw)
In-Reply-To: <1342736577-30477-1-git-send-email-mgreer@animalcreek.com>
+ Dave Miller and DaVinci list
Hi Mark,
On 7/20/2012 3:52 AM, Mark A. Greer wrote:
> From: "Mark A. Greer" <mgreer@animalcreek.com>
>
> Add pm_runtime support to the TI Davinci EMAC driver.
>
> CC: Sekhar Nori <nsekhar@ti.com>
> CC: Kevin Hilman <khilman@ti.com>
> Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
Tested on AM18x EVM using NFS root and suspend-to-RAM.
Acked-by: Sekhar Nori <nsekhar@ti.com>
> ---
>
> a) This patch depends on a patch by Kevin Hilman that has been
> accepted for 3.6 and is waiting in arm-soc/for-next:
> ce9dcb8784611c50974d1c6b600c71f5c0a29308
> (ARM: davinci: add runtime PM support for clock management)
Since the patch does not have any dependency as far as applying it is
concerned, I guess it can be queued through the network tree.
>
> b) Applies on top of current k.o. master:
> 3e4b9459fb0e149c6b74c9e89399a8fc39a92b44
> (Merge tag 'md-3.5-fixes' of git://neil.brown.name/md)
The patch will have to apply to net-next if it goes through the net tree.
Thanks,
Sekhar
WARNING: multiple messages have this Message-ID (diff)
From: Sekhar Nori <nsekhar@ti.com>
To: "Mark A. Greer" <mgreer@animalcreek.com>
Cc: <netdev@vger.kernel.org>, <linux-omap@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
Kevin Hilman <khilman@ti.com>, David Miller <davem@davemloft.net>,
"davinci-linux-open-source@linux.davincidsp.com"
<davinci-linux-open-source@linux.davincidsp.com>
Subject: Re: [PATCH] net: ethernet: davinci_emac: add pm_runtime support
Date: Fri, 20 Jul 2012 18:52:20 +0530 [thread overview]
Message-ID: <50095B8C.3050502@ti.com> (raw)
In-Reply-To: <1342736577-30477-1-git-send-email-mgreer@animalcreek.com>
+ Dave Miller and DaVinci list
Hi Mark,
On 7/20/2012 3:52 AM, Mark A. Greer wrote:
> From: "Mark A. Greer" <mgreer@animalcreek.com>
>
> Add pm_runtime support to the TI Davinci EMAC driver.
>
> CC: Sekhar Nori <nsekhar@ti.com>
> CC: Kevin Hilman <khilman@ti.com>
> Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
Tested on AM18x EVM using NFS root and suspend-to-RAM.
Acked-by: Sekhar Nori <nsekhar@ti.com>
> ---
>
> a) This patch depends on a patch by Kevin Hilman that has been
> accepted for 3.6 and is waiting in arm-soc/for-next:
> ce9dcb8784611c50974d1c6b600c71f5c0a29308
> (ARM: davinci: add runtime PM support for clock management)
Since the patch does not have any dependency as far as applying it is
concerned, I guess it can be queued through the network tree.
>
> b) Applies on top of current k.o. master:
> 3e4b9459fb0e149c6b74c9e89399a8fc39a92b44
> (Merge tag 'md-3.5-fixes' of git://neil.brown.name/md)
The patch will have to apply to net-next if it goes through the net tree.
Thanks,
Sekhar
next prev parent reply other threads:[~2012-07-20 13:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-19 22:22 [PATCH] net: ethernet: davinci_emac: add pm_runtime support Mark A. Greer
2012-07-19 22:22 ` Mark A. Greer
2012-07-20 13:22 ` Sekhar Nori [this message]
2012-07-20 13:22 ` Sekhar Nori
2012-07-20 13:22 ` Sekhar Nori
2012-07-20 21:42 ` Mark A. Greer
2012-07-20 21:42 ` Mark A. Greer
2012-07-20 18:23 ` David Miller
2012-07-20 18:23 ` David Miller
2012-07-20 21:30 ` Mark A. Greer
2012-07-20 21:30 ` Mark A. Greer
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=50095B8C.3050502@ti.com \
--to=nsekhar@ti.com \
--cc=davem@davemloft.net \
--cc=davinci-linux-open-source@linux.davincidsp.com \
--cc=khilman@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=mgreer@animalcreek.com \
--cc=netdev@vger.kernel.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.