Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754550AbYFJG0R (ORCPT ); Tue, 10 Jun 2008 02:26:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750946AbYFJG0H (ORCPT ); Tue, 10 Jun 2008 02:26:07 -0400 Received: from zone0.gcu-squad.org ([212.85.147.21]:18753 "EHLO services.gcu-squad.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751450AbYFJG0G (ORCPT ); Tue, 10 Jun 2008 02:26:06 -0400 Date: Tue, 10 Jun 2008 08:25:27 +0200 From: Jean Delvare To: Uli Luckas Cc: linux-kernel@vger.kernel.org, adaplas@gmail.com, Linux I2C Subject: Re: Frame buffers and early i2c Message-ID: <20080610082527.0e6d643a@hyperion.delvare> In-Reply-To: <200806092359.36080.u.luckas@road.de> References: <200806091647.42757.u.luckas@road.de> <20080609205212.4b0f1ba6@hyperion.delvare> <200806092359.36080.u.luckas@road.de> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.10.6; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1658 Lines: 42 Hi Uli, On Mon, 9 Jun 2008 23:59:35 +0200, Uli Luckas wrote: > On Monday 09 June 2008, Jean Delvare wrote: > > Why don't you ask on the i2c mailing list? Cc added. > > I wanted to get i2c developers plus frame buffer and other i2c client > developers involved. Crossposting to more then 2 lists seemed wrong. So you prefer to post to one random list than the two lists where your target audience is? Interesting approach. If you really don't want to post to two lists at once, just send two separate posts? > > Interestingly enough, they appear to do fine, despite the linking > > order. Maybe because i2c_init is a subsys_initcall() while framebuffer > > drivers are initialized with module_init()? Then I'm not sure why your > > own driver has a problem there. > > > Well, this is only very partially true. Try: > rgrep -l subsys_initcall drivers/i2c/ > rgrep -l module_init drivers/i2c/ > > The last of which gives drivers/i2c/busses/i2c-pxa.c for example. Sorry, I didn't understand what you wanted originally. I thought you only wanted the i2c-core up before pxafb (which is in fact already the case) while what you actually want it i2c-pxa up before pxafb (which isn't yet the case.) > I'll change the pxa i2c driver to subsys_initcall and try if that works when I > get back to my desk tomorrow. I expect it to work, as apparently other platforms are doing exactly that already. -- Jean Delvare -- 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/