From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: Re: [PATCH resend] omap: Fix linker error in drivers/video/omap/lcd_2430sdp.c Date: Tue, 1 Mar 2011 08:29:22 +0200 Message-ID: <1298960962.2011.11.camel@deskari> References: <1298193466-29534-1-git-send-email-jhnikula@gmail.com> <1298232248-347-1-git-send-email-jhnikula@gmail.com> <20110224212644.GN20560@atomide.com> <20110228164715.e34a965e.jhnikula@gmail.com> <1298905757.9809.135.camel@deskari> <20110301013928.GL20560@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:44898 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755209Ab1CAG33 (ORCPT ); Tue, 1 Mar 2011 01:29:29 -0500 In-Reply-To: <20110301013928.GL20560@atomide.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: Jarkko Nikula , "linux-omap@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" On Mon, 2011-02-28 at 19:39 -0600, Tony Lindgren wrote: > * Tomi Valkeinen [110228 07:07]: > > > > Well, it's a bit ugly, but I'm fine with it. It's for the old omapfb, > > which hopefully nobody uses anymore (right =), and there's no simple way > > to make it modular and neat. > > How about let's make mach-omap2 boards all use the new code? > That way the old code can be omap1 only. That has been my long term plan, but I've never had time to start working on it. Some (many?) of the old panel drivers are trivial to port, needs just copying the panel timings. Some are much more complex, and porting them without having the hardware may be a bit of a guesswork. But perhaps we can find testers for those after the code has been ported. Tomi