From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] Net / jme: Do not use legacy PCI power management Date: Sun, 27 Mar 2011 18:36:10 -0700 (PDT) Message-ID: <20110327.183610.15256387.davem@davemloft.net> References: <201103261234.06274.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: In-Reply-To: <201103261234.06274.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: "Rafael J. Wysocki" Date: Sat, 26 Mar 2011 12:34:06 +0100 > From: Rafael J. Wysocki > > The jme driver uses the legacy PCI power management, so it has to do > some PCI-specific things in its ->suspend() and ->resume() callbacks, > which isn't necessary and should better be done by the PCI > sybsystem-level power management code. It also doesn't use device > wakeup flags correctly. > > Convert jme 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. > > Signed-off-by: Rafael J. Wysocki Applied, thanks a lot.