On Tue, 2010-02-09 at 11:15 +0100, ext Grazvydas Ignotas wrote: > On Mon, Feb 8, 2010 at 5:57 PM, Tomi Valkeinen <tomi.valkeinen@xxxxxxxxx> wrote: > > Move enable/disable/suspend/resume from omap_dss_device to > > omap_dss_driver. > > > > This is part of a larger patch-set, which moves the control from omapdss > > driver to the display driver. > > > > Signed-off-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxx> > > --- > > <snip> > > > diff --git a/drivers/video/omap2/displays/panel-tpo-td043mtea1.c b/drivers/video/omap2/displays/panel-tpo-td043mtea1.c > > index f297a46..c6e4a7e 100644 > > --- a/drivers/video/omap2/displays/panel-tpo-td043mtea1.c > > +++ b/drivers/video/omap2/displays/panel-tpo-td043mtea1.c > > @@ -262,18 +262,20 @@ static const struct omap_video_timings tpo_td043_timings = { > > .vbp = 34, > > }; > > > > -static int tpo_td043_enable(struct omap_dss_device *dssdev) > > +static int generic_panel_power_on(struct omap_dss_device *dssdev) > > I guess you meant tpo_td043_power_on/tpo_td043_power_off? Yes, copy paste error =) > I'll try to test your both series later this week. Thanks. Tomi -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html