From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756598AbYJHWvx (ORCPT ); Wed, 8 Oct 2008 18:51:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755894AbYJHWvm (ORCPT ); Wed, 8 Oct 2008 18:51:42 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:40763 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755744AbYJHWvl (ORCPT ); Wed, 8 Oct 2008 18:51:41 -0400 From: "Rafael J. Wysocki" To: Stephen Hemminger Subject: Re: [PATCH] sky2: Fix recent WOL regression Date: Thu, 9 Oct 2008 00:55:55 +0200 User-Agent: KMail/1.9.9 Cc: Jeff Garzik , Andrew Morton , David Miller , LKML , pm list , Tino Keitel , netdev@vger.kernel.org, Jesse Barnes References: <200810022339.34025.rjw@sisk.pl> <20081003090243.724cf79c@speedy> In-Reply-To: <20081003090243.724cf79c@speedy> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810090055.56598.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, 3 of October 2008, Stephen Hemminger wrote: > On Thu, 2 Oct 2008 23:39:33 +0200 > "Rafael J. Wysocki" wrote: > > > From: Rafael J. Wysocki > > > > sky2: Fix recent WOL regression > > > > Since dev->power.should_wakeup bit is used by the PCI core to > > decide whether the device should wake up the system from sleep > > states, set/unset this bit whenever WOL is enabled/disabled using > > sky2_set_wol() (this fixes a regression from 2.6.26 on the Tino's > > machine). > > > > Remove an open-coded reference to the standard PCI PM registers that > > is not used any more. > > > > Signed-off-by: Rafael J. Wysocki > > Reported-by: Tino Keitel > > --- > > Acked-by: Stephen Hemminger > > Thanks for fixing this. Can you please include this patch into your next push for Jeff? It seems to have been overlooked. Thanks, Rafael