From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] forcedeth: Do not use legacy PCI power management Date: Sun, 09 Jan 2011 16:20:52 -0800 (PST) Message-ID: <20110109.162052.98884306.davem@davemloft.net> References: <201101070049.16833.rjw@sisk.pl> <201101072212.05449.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@lists.linux-foundation.org To: rjw@sisk.pl Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:51372 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751818Ab1AJAUU (ORCPT ); Sun, 9 Jan 2011 19:20:20 -0500 In-Reply-To: <201101072212.05449.rjw@sisk.pl> Sender: netdev-owner@vger.kernel.org List-ID: From: "Rafael J. Wysocki" Date: Fri, 7 Jan 2011 22:12:05 +0100 > Subject: forcedeth: Do not use legacy PCI power management (v2) > > The forcedeth driver uses the legacy PCI power management, so it has > to do PCI-specific things in its ->suspend() and ->resume() callbacks > and some of them are not done correctly. > > Convert forcedeth to the new PCI power management framework and make > it let the PCI subsystem take care of all the PCI-specific aspects of > device handling during system power transitions. > > Tested with nVidia Corporation MCP55 Ethernet (rev a2). > > Signed-off-by: Rafael J. Wysocki Applied, thanks.