From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mark A. Greer" Subject: Re: [PATCH] net: ethernet: davinci_emac: add pm_runtime support Date: Fri, 20 Jul 2012 14:42:51 -0700 Message-ID: <20120720214251.GC22263@animalcreek.com> References: <1342736577-30477-1-git-send-email-mgreer@animalcreek.com> <50095B8C.3050502@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kevin Hilman , David Miller , "davinci-linux-open-source@linux.davincidsp.com" To: Sekhar Nori Return-path: Received: from mail20.dotsterhost.com ([66.11.232.73]:41895 "EHLO mail20.dotsterhost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750711Ab2GTVmw (ORCPT ); Fri, 20 Jul 2012 17:42:52 -0400 Content-Disposition: inline In-Reply-To: <50095B8C.3050502@ti.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Jul 20, 2012 at 06:52:20PM +0530, Sekhar Nori wrote: > + Dave Miller and DaVinci list > > Hi Mark, > > On 7/20/2012 3:52 AM, Mark A. Greer wrote: > > From: "Mark A. Greer" > > > > Add pm_runtime support to the TI Davinci EMAC driver. > > > > CC: Sekhar Nori > > CC: Kevin Hilman > > Signed-off-by: Mark A. Greer > > Tested on AM18x EVM using NFS root and suspend-to-RAM. > > Acked-by: Sekhar Nori Thanks for testing, Sekhar. Mark