Re: [PATCH 2/2] viafb: Add OLPC XO-1.5 port configs
From: Jonathan Corbet <corbet@lwn.net>
Date: 2010-10-28 22:04:29
From: Jonathan Corbet <corbet@lwn.net>
Date: 2010-10-28 22:04:29
On Thu, 28 Oct 2010 22:54:23 +0100 Daniel Drake [off-list ref] wrote:
So I don't really like any of these solutions. I think we should program this info from inside the kernel (like in my original patch, although I'm open for nicer ways to do the same thing)
Could you refresh my memory on that original patch? I guess we could put something into the via-core initialization that says: if (machine_is_olpc()) turn_02c_to_gpio(); That covers only your case, and not that of anybody else who will have wired up a board differently, but we can let them generalize it when they run into trouble :) Objections to that approach? jon