Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265843AbTIJWcm (ORCPT ); Wed, 10 Sep 2003 18:32:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265830AbTIJWcm (ORCPT ); Wed, 10 Sep 2003 18:32:42 -0400 Received: from caramon.arm.linux.org.uk ([212.18.232.186]:62981 "EHLO caramon.arm.linux.org.uk") by vger.kernel.org with ESMTP id S265872AbTIJWXG (ORCPT ); Wed, 10 Sep 2003 18:23:06 -0400 Date: Wed, 10 Sep 2003 23:22:57 +0100 From: Russell King To: Pavel Machek Cc: Patrick Mochel , kernel list Subject: Re: What happened to SUSPEND_SAVE_STATE? Message-ID: <20030910232257.N30046@flint.arm.linux.org.uk> Mail-Followup-To: Pavel Machek , Patrick Mochel , kernel list References: <20030910201124.GA11449@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030910201124.GA11449@elf.ucw.cz>; from pavel@ucw.cz on Wed, Sep 10, 2003 at 10:11:26PM +0200 X-Message-Flag: Your copy of Microsoft Outlook is vulnerable to viruses. See www.mutt.org for more details. Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1466 Lines: 36 On Wed, Sep 10, 2003 at 10:11:26PM +0200, Pavel Machek wrote: > pcmcia_socket_dev_suspend() still expects to receive it, but I do not > see any place where it is generated. Should it be killed from > device.h? And these 6 places fixed? I've already fixed many of them, but I've introduced some others. PPC people need to answer this: > ./arch/ppc/ocp/ocp-driver.c: if (level == SUSPEND_SAVE_STATE && ocp_dev->driver->save_state) Fix pending merging: > ./arch/arm/mach-sa1100/neponset.c: if (level == SUSPEND_SAVE_STATE || These two will be gone shortly: > ./drivers/pcmcia/i82092.c: return pcmcia_socket_dev_suspend(&dev->dev, state, SUSPEND_SAVE_STATE); > ./drivers/pcmcia/sa1111_generic.c: return pcmcia_socket_dev_suspend(&dev->dev, state, SUSPEND_SAVE_STATE); These two are already gone: > ./drivers/serial/8250_pci.c: serial8250_suspend_port(priv->line[i], SUSPEND_SAVE_STATE); > ./drivers/serial/core.c: case SUSPEND_SAVE_STATE: -- Russell King (rmk@arm.linux.org.uk) http://www.arm.linux.org.uk/personal/ Linux kernel maintainer of: 2.6 ARM Linux - http://www.arm.linux.org.uk/ 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/ 2.6 Serial core - 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/