From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753654Ab2GTNN0 (ORCPT ); Fri, 20 Jul 2012 09:13:26 -0400 Received: from mail.skyhub.de ([78.46.96.112]:58715 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753311Ab2GTNNZ (ORCPT ); Fri, 20 Jul 2012 09:13:25 -0400 Date: Fri, 20 Jul 2012 15:13:27 +0200 From: Borislav Petkov To: Ming Lei Cc: Linux Kernel Mailing List , linux-usb , Alan Stern , Greg Kroah-Hartman , Oliver Neukum , "Rafael J. Wysocki" Subject: Re: [RFC] firmware load: defer request_firmware during early boot and resume Message-ID: <20120720131327.GC18121@x1.osrc.amd.com> Mail-Followup-To: Borislav Petkov , Ming Lei , Linux Kernel Mailing List , linux-usb , Alan Stern , Greg Kroah-Hartman , Oliver Neukum , "Rafael J. Wysocki" References: <20120720125213.GA17647@x1.osrc.amd.com> <20120720130359.GB18121@x1.osrc.amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 20, 2012 at 09:09:10PM +0800, Ming Lei wrote: > On Fri, Jul 20, 2012 at 9:03 PM, Borislav Petkov wrote: > > This still doesn't change the fact that SYSTEM_SUSPEND or > > SYSTEM_SUSPEND_DISK is unused. IOW, both states are unused. So why > > introduce a new state instead of simply test != SYSTEM_RUNNING? > > Because system_state is still SYSTEM_RUNNING during S2R or hibernation. Ah, and you change that in suspend_devices_and_enter(). Ok, thanks. -- Regards/Gruss, Boris.