Re: htc dream: attempts at mmc and framebuffer support

From: Brian Swetland
Date: Mon Nov 09 2009 - 08:06:15 EST


On Mon, Nov 9, 2009 at 3:11 AM, Pavel Machek <pavel@xxxxxx> wrote:
> Hi!
>
> I tried to get mmc and framebuffer to work, but could not. framebuffer
> probably needs clock framework to work properly...

Both fb and mmc will need operable clock control to function. mmc
will also need the vreg code (to adjust power to the sdcard slot).
Both clk_* and vreg_* are already in, though I haven't put them
through their paces in the latest kernel tree. They both just wrap
proc_comm (as the modem owns both clock and power control) and are
pretty simple -- they should "just work".

The framebuffer is "fun" to bootstrap -- it needs the mddi transport
(serial video interface), mddi-to-lcdc bridge and panel init code, and
the mdp dma code to go.

Brian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/