Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756510AbZCWXBz (ORCPT ); Mon, 23 Mar 2009 19:01:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751398AbZCWXBp (ORCPT ); Mon, 23 Mar 2009 19:01:45 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:33517 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750882AbZCWXBo (ORCPT ); Mon, 23 Mar 2009 19:01:44 -0400 From: "Rafael J. Wysocki" To: Benjamin Herrenschmidt Subject: Re: [RFC][PATCH 0/2] Make radeonfb use PCI PM core for suspendig device (was: Re: [RFC][PATCH] PCI PM: Be extra careful when changing power states of devices) Date: Tue, 24 Mar 2009 00:01:33 +0100 User-Agent: KMail/1.11.1 (Linux/2.6.29-rc8-tst; KDE/4.2.1; x86_64; ; ) Cc: Jesse Barnes , Linux PCI , pm list , LKML , Linus Torvalds , Andrew Morton References: <200903210003.55161.rjw@sisk.pl> <200903222208.22434.rjw@sisk.pl> <1237766942.25062.680.camel@pasglop> In-Reply-To: <1237766942.25062.680.camel@pasglop> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903240001.34517.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1683 Lines: 42 On Monday 23 March 2009, Benjamin Herrenschmidt wrote: > On Sun, 2009-03-22 at 22:08 +0100, Rafael J. Wysocki wrote: > > On Saturday 21 March 2009, Rafael J. Wysocki wrote: > > > From: Rafael J. Wysocki > > > > > > The story in http://bugzilla.kernel.org/show_bug.cgi?id=12846 shows > > > that setting the power state of a PCI device by > > > pci_raw_set_power_state() may sometimes fail. For this reason, > > > pci_raw_set_power_state() should not assume that the power state of > > > the device has actually changed after writing into its PMCSR. > > > Instead, it should read the value from there and use it to update > > > dev->current_state. It also is useful to print a warning if the > > > device's power state hasn't changed as expected. > > > > > > Signed-off-by: Rafael J. Wysocki > > > --- > > OK, since the Ben's radeonfb fix for bug #12846 has been merged, I'd like > > to do something a bit different. > > > > Patch 1/2 introduces __pci_set_power_state() that will allow the radeonfb > > driver not to open code PCI PM operations. > > > > Patch 2/2 makes the driver use __pci_set_power_state(). > > > > Comments welcome. > > No objection. Great, thanks. I also discussed the patchset with Jesse on IRC and we agreed it was better than the alternative approaches. (So, please disregard the patches sent earlier today). Would you mind if I put 1/2 and 2/2 into the suspend tree? Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/