Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754736AbZDVFqe (ORCPT ); Wed, 22 Apr 2009 01:46:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752486AbZDVFqV (ORCPT ); Wed, 22 Apr 2009 01:46:21 -0400 Received: from yx-out-2324.google.com ([74.125.44.29]:64184 "EHLO yx-out-2324.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752333AbZDVFqU (ORCPT ); Wed, 22 Apr 2009 01:46:20 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=vyj62UGsHZllJw0OGA6fylXW9ZRCrjJ/+mxjKhj+6++CZwyzmbT6iVUN9pR9syl/bW KCSU6zfzaZNYV1QsPiDce/Pj+QhtIK8nZ6otHOhzvWYK6JkHEM/alpMAPK+eGKzIhrxh EwXuQ8xuUszswtQaJrY+LUBsimeRxsKCSQ3jc= MIME-Version: 1.0 In-Reply-To: <20090422043828.GB3979@vespa.holoscopio.com> References: <1240237621-11415-1-git-send-email-cascardo@holoscopio.com> <200904202114.01932.rjw@sisk.pl> <20090421215248.GF6147@vespa.holoscopio.com> <200904220017.19670.rjw@sisk.pl> <20090422043828.GB3979@vespa.holoscopio.com> Date: Tue, 21 Apr 2009 22:46:19 -0700 X-Google-Sender-Auth: 17be0b7bb9571033 Message-ID: <9929d2390904212246n4817b25r4db653cd7e6a24c1@mail.gmail.com> Subject: Re: [PATCH v2 fixed] e100: do not go D3 in shutdown unless system is powering off From: Jeff Kirsher To: Thadeu Lima de Souza Cascardo Cc: "Rafael J. Wysocki" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, e1000-devel@lists.sourceforge.net 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 Content-Length: 1172 Lines: 28 On Tue, Apr 21, 2009 at 9:38 PM, Thadeu Lima de Souza Cascardo wrote: > After experimenting with kexec with the last merges after 2.6.29, I've > had some problems when probing e100. It would not read the eeprom. After > some bisects, I realized this has been like that since forever (at least > 2.6.18). The problem is that shutdown is doing the same thing that > suspend does and puts the device in D3 state. I couldn't find a way to > get the device back to a sane state in the probe function. So, based on > some similar patches from Rafael J. Wysocki for e1000, e1000e and ixgbe, > I wrote this one for e100. > > Signed-off-by: Thadeu Lima de Souza Cascardo > --- Thanks, I will add it to my queue of patches for e100. Also, just FYI, Auke is no longer a maintainer for e100/e1000/e1000e/igb/ixgb/ixgbe devices, so I have removed him from the thread. -- Cheers, Jeff -- 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/