From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753976Ab0BWT4G (ORCPT ); Tue, 23 Feb 2010 14:56:06 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:40124 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753174Ab0BWT4D (ORCPT ); Tue, 23 Feb 2010 14:56:03 -0500 From: "Rafael J. Wysocki" To: Jesse Barnes Subject: Re: [PATCH 1/8] PCI PM: Add function for checking PME status of devices Date: Tue, 23 Feb 2010 20:56:35 +0100 User-Agent: KMail/1.12.4 (Linux/2.6.33-rc8-rjw; KDE/4.3.5; x86_64; ; ) Cc: "Moore, Robert" , Len Brown , ACPI Devel Maling List , pm list , Linux PCI , Shaohua Li , Bjorn Helgaas , Oliver Neukum , Matthew Garrett , LKML , Gary Hade References: <201002172335.47703.rjw@sisk.pl> <201002172336.58766.rjw@sisk.pl> <20100222162142.06095230@jbarnes-piketon> In-Reply-To: <20100222162142.06095230@jbarnes-piketon> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201002232056.35526.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 23 February 2010, Jesse Barnes wrote: > On Wed, 17 Feb 2010 23:36:58 +0100 > "Rafael J. Wysocki" wrote: > > > From: Rafael J. Wysocki > > > > Add function pci_check_pme_status() that will check the PME status > > bit of given device and clear it along with the PME enable bit. It > > will be necessary for PCI run-time power management. > > > > Based on a patch from Shaohua Li > > > > Signed-off-by: Rafael J. Wysocki > > --- > > Applied this series and dropped the old patches, thanks Rafael. Great, thanks Jesse.