Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750899AbVLOSiL (ORCPT ); Thu, 15 Dec 2005 13:38:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750901AbVLOSiK (ORCPT ); Thu, 15 Dec 2005 13:38:10 -0500 Received: from mail.kroah.org ([69.55.234.183]:18606 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S1750899AbVLOSiJ (ORCPT ); Thu, 15 Dec 2005 13:38:09 -0500 Date: Thu, 15 Dec 2005 10:37:44 -0800 From: Greg KH To: Luke Kenneth Casson Leighton Cc: linux-kernel@vger.kernel.org Subject: Re: ordering of suspend/resume for devices. any clues, anyone? Message-ID: <20051215183744.GB16574@kroah.com> References: <20051215143124.GD14978@lkcl.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051215143124.GD14978@lkcl.net> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1417 Lines: 42 On Thu, Dec 15, 2005 at 02:31:24PM +0000, Luke Kenneth Casson Leighton wrote: > [hi, please kindly cc me direct as i am deliberately subscribed with > settings to not receive posts from this list, but if that is inconvenient > for you to cc me, don't worry i can always look up the archives > to keep track of replies, thank you.] > > http://handhelds.org/moin/moin.cgi/BlueAngel > > works. > > am seeking some advice regarding power management - specifically > the ordering of devices "resume" functions being called. > > we have an LCD, and an ATI chip. switching on the LCD powers up > the ATI chip. > > unfortunately, resume calls the ATI device initialisation > _before_ the LCD resume initialisation. the ATI chip's > initialisation fails - naturally - because it's not even > powered up. > > of course - this can't be taken care of in userspace as an apm > event because the framebuffer device cannot be a module [without > terminating all running x-applications]. > > so. > > possible solutions, as i see them: Known issue, I'd take this to the linux-pm mailing list instead, as the people there are working on stuff for this. thanks, greg k-h - 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/