From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753676AbYIMUh1 (ORCPT ); Sat, 13 Sep 2008 16:37:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752755AbYIMUhL (ORCPT ); Sat, 13 Sep 2008 16:37:11 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:48282 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752583AbYIMUhJ (ORCPT ); Sat, 13 Sep 2008 16:37:09 -0400 Message-ID: <48CC2467.2020107@garzik.org> Date: Sat, 13 Sep 2008 16:36:55 -0400 From: Jeff Garzik User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: David Fries CC: Paul Gortmaker , Andrew Morton , Atsushi Nemoto , Paul Gortmaker , Alan Cox , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 2/2] ne.c Fix suspend and resume for ISA PnP cards. References: <20080904030212.GA23493@spacedout.fries.net> <7d1d9c250809050101v9ab3907l649781ee38a5a243@mail.gmail.com> <20080909025434.GB28469@spacedout.fries.net> <20080909030114.GC28469@spacedout.fries.net> <48CC1ABC.3090903@garzik.org> <20080913203248.GP7877@spacedout.fries.net> In-Reply-To: <20080913203248.GP7877@spacedout.fries.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) X-Spam-Report: SpamAssassin version 3.2.5 on srv5.dvmed.net summary: Content analysis details: (-4.4 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Fries wrote: > On Sat, Sep 13, 2008 at 03:55:40PM -0400, Jeff Garzik wrote: >> David Fries wrote: >>> From: David Fries >>> >>> A call to pnp_stop_dev and pnp_start_dev now shuts down and >>> initializes plug and play devices for suspend and resume. >>> >>> Signed-off-by: David Fries >>> Cc: Atsushi Nemoto >>> Cc: Paul Gortmaker >>> Cc: Alan Cox >>> Cc: Jeff Garzik >>> --- >>> drivers/net/ne.c | 9 ++++++++- >>> 1 files changed, 8 insertions(+), 1 deletions(-) >>> >>> diff --git a/drivers/net/ne.c b/drivers/net/ne.c >>> index 2bece66..cd31e77 100644 >> applied > > I just wanted to make it clear for anyone testing, this patch 2/2 by > itself changes suspend and resume functions which aren't executed > without patch 1/2 "ne.c fix rmmod, platform driver improvements". Thanks for noting that...