From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752063Ab0LTAQS (ORCPT ); Sun, 19 Dec 2010 19:16:18 -0500 Received: from server19320154104.serverpool.info ([193.201.54.104]:35895 "EHLO hauke-m.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751527Ab0LTAQR (ORCPT ); Sun, 19 Dec 2010 19:16:17 -0500 X-Greylist: delayed 612 seconds by postgrey-1.27 at vger.kernel.org; Sun, 19 Dec 2010 19:16:17 EST Message-ID: <4D0E9DE3.8050100@hauke-m.de> Date: Mon, 20 Dec 2010 01:05:55 +0100 From: Hauke Mehrtens User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: "Rafael J. Wysocki" CC: "Luis R. Rodriguez" , LKML , Linux-pm mailing list , linux-wireless@vger.kernel.org, ath9k-devel@venema.h4ckr.net, "John W. Linville" Subject: Re: [PATCH] ath9k: Do not use legacy PCI power management References: <201010160036.17653.rjw@sisk.pl> <201012200032.21704.rjw@sisk.pl> In-Reply-To: <201012200032.21704.rjw@sisk.pl> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/20/2010 12:32 AM, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The ath9k driver uses legacy PCI power management (system suspend > and resume) callbacks, so make it use struct dev_pm_ops callbacks and > let the PCI subsystem handle all of the PCI-specific details of > system power transitions. > > This change has been tested on Acer Ferrari One with the > Atheros AR928X PCI Express network adapter (rev. 01). > > Signed-off-by: Rafael J. Wysocki > --- > > Hi, > > This patch has been sent already once under a slightly different subject > and with a different changelog. I'm not sure what happened to it that time, > so here it goes again. > > I'm quite confident it doesn't break things and it simplifies the driver's > suspend and resume routines quite a bit, so please apply. > > Thanks, > Rafael > Hi Rafael, Your patch was already applied (see commit f0e94b479c987abef17eb18e5c8e0ed178d00cd4 in linux-next) or didn't I got your problem? Hauke