From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Thu, 06 Aug 2009 20:26:04 +0000 Subject: Re: [PATCH 5/5] net: smsc911x: switch to new dev_pm_ops Message-Id: <20090806.132604.241009415.davem@davemloft.net> List-Id: References: <20090805.202922.241102337.davem@davemloft.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Steve.Glendinning@smsc.com Cc: daniel@caiaq.de, linux-kernel@vger.kernel.org, linux-pm@lists.linux-foundation.org, netdev@vger.kernel.org, linux-sh@vger.kernel.org, Ian.Saturley@smsc.com From: Steve.Glendinning@smsc.com Date: Thu, 6 Aug 2009 12:53:45 +0100 > David Miller wrote on 06/08/2009 04:29:22: > >> From: Daniel Mack >> Date: Wed, 5 Aug 2009 20:29:31 +0200 >> >> > Hibernation is unsupported for now, which meets the actual >> > implementation in the driver. For free/thaw, the chip's D2 state > should >> > be entered. >> > >> > Signed-off-by: Daniel Mack >> >> Steve, if it looks good to you I can toss this into net-next-2.6 >> >> Just let me know. > > Looks fine. Compiles ok and doesn't actually change any PM > implementation. > > Acked-by: Applied, thanks everyone.