Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 19 Oct 2001 19:36:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 19 Oct 2001 19:36:20 -0400 Received: from smtp-rt-6.wanadoo.fr ([193.252.19.160]:27044 "EHLO caroubier.wanadoo.fr") by vger.kernel.org with ESMTP id ; Fri, 19 Oct 2001 19:36:13 -0400 From: Benjamin Herrenschmidt To: Patrick Mochel Cc: , Jeff Garzik Subject: Re: [RFC] New Driver Model for 2.5 Date: Sat, 20 Oct 2001 01:30:26 +0200 Message-Id: <20011019233026.30554@smtp.wanadoo.fr> In-Reply-To: <20011018121318.17949@smtp.adsl.oleane.com> In-Reply-To: <20011018121318.17949@smtp.adsl.oleane.com> X-Mailer: CTM PowerMail 3.0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Reading about the suspend to disk issue, and thinking about some of my needs, I tend to stil think we have overlooked that issue. We should probably add a couple of list_heads to define a second tree in parallell to the device-tree, which is the power tree. A device is by default inserted in both tree as a child of it's bus controller. But the arch must be able to move it elsewhere. I beleive we have a way around the VM related ordering issues, but we do have other kind of ordering constraints. It may be me not reading well, but I think you didn't define the fact that io_bus is a superset of device. In fact, it's just a device that has childs, and this should probably be more generically viewed in struct device itself. Any device should be able to have childs, so we really have 2 interleaved trees of devices, the bus tree and the power tree. In fact, to be complete, we could even define the interrupt tree with one more set of links as it's really not related to the bus tree on many archs/machines, and having a tree definition is really useful when you deal with cascaded controllers. What do you think ? Ben. - 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/