On Tue, 6 Jul 2010, Geert Uytterhoeven wrote: > On Tue, Jul 6, 2010 at 17:30, James Simmons <jsimmons@xxxxxxxxxxxxx> wrote: > > > > CPU interface needs cs, wr setup, wr act and hold delay. > > I added some members for them to common framework. > > > > Signed-off-by: InKi Dae <inki.dae@xxxxxxxxxxx> > > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > > --- > > > > diff --git a/drivers/video/modedb.c b/drivers/video/modedb.c > > > > index 0a4dbdc..74122d1 100644 > > --- a/drivers/video/modedb.c > > +++ b/drivers/video/modedb.c > > @@ -759,6 +759,27 @@ void fb_videomode_to_var(struct fb_var_screeninfo *var, > > } > > > > /** > > + * fb_cpumode_to_var - convert fb_cpumode to fb_var_screeninfo > ^^^ > > + * @var: pointer to struct fb_var_screeninfo > > + * @mode: pointer to struct fb_cpumode > > + */ > > +void fb_cmdmode_to_var(struct fb_var_screeninfo *var, > ^^^ > > cpu vs cmd? > Forward comment to original author.