Hi, Florian, Would you please help to apply these patches? Looks they have already been submitted for a long time, and no more review comments recently. Thank you for your help! > On Fri, Sep 7, 2012 at 4:48 PM, Zhou Zhu <zzhu3@xxxxxxxxxxx> wrote: >> Added mmp display subsystem to support Marvell MMP display controllers. >> >> This subsystem contains 4 parts: >> --fb folder >> --core.c >> --hw folder >> --panel folder >> >> 1. fb folder contains implementation of fb. >> fb get path and ovly from common interface and operates on these structures. >> >> 2. core.c provides common interface for a hardware abstraction. >> Major parts of this interface are: >> a) Path: path is a output device connected to a panel or HDMI TV. >> Main operations of the path is set/get timing/output color. >> fb operates output device through path structure. >> b) Ovly: Ovly is a buffer shown on the path. >> Ovly describes frame buffer and its source/destination size, offset, input >> color, buffer address, z-order, and so on. >> Each fb device maps to one ovly. >> >> 3. hw folder contains implementation of hardware operations defined by core.c. >> It registers paths for fb use. >> >> 4. panel folder contains implementation of panels. >> It's connected to path. Panel drivers would also regiester panels and linked >> to path when probe. >> >> Signed-off-by: Zhou Zhu <zzhu3@xxxxxxxxxxx> >> Signed-off-by: Lisa Du <cldu@xxxxxxxxxxx> > > Thanks, > -Zhou -- Thanks, -Zhou -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html