From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Subject: Re: [PATCH 2/2] Fix console handling during suspend/resume Date: Fri, 16 Jun 2006 10:47:01 +1000 Message-ID: <1150418822.7725.36.camel@localhost.localdomain> References: <200606150102.53961.rjw@sisk.pl> <20060614233233.GA21135@elf.ucw.cz> <200606151139.14632.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <200606151139.14632.rjw@sisk.pl> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.osdl.org Errors-To: linux-pm-bounces@lists.osdl.org To: "Rafael J. Wysocki" Cc: Linus Torvalds , linux-pm@lists.osdl.org, Pavel Machek List-Id: linux-pm@vger.kernel.org > BTW, is there any reason for which the console suspend/resume routines are > not called from device_suspend()? One of them is that some console drivers aren't struct device's and thus aren't in the bus hierarchy (at least vgacon is not). Ben