On 7 January 2011 14:39, Manjunath Hadli <manjunath.hadli@xxxxxx> wrote: > This patch implements the core functionality of the dislay driver, > mainly controlling the VENC and other encoders, and acting as > the one point interface for the main V4L2 driver. This implements > the core of each of the V4L2 IOCTLs. > > Signed-off-by: Manjunath Hadli <manjunath.hadli@xxxxxx> > Acked-by: Muralidharan Karicheri <m-karicheri2@xxxxxx> > Acked-by: Hans Verkuil <hverkuil@xxxxxxxxx> > --- > Âdrivers/media/video/davinci/vpbe.c | Â826 ++++++++++++++++++++++++++++++++++++ > Âinclude/media/davinci/vpbe.h    | Â185 ++++++++ > Â2 files changed, 1011 insertions(+), 0 deletions(-) > Âcreate mode 100644 drivers/media/video/davinci/vpbe.c > Âcreate mode 100644 include/media/davinci/vpbe.h > > diff --git a/drivers/media/video/davinci/vpbe.c b/drivers/media/video/davinci/vpbe.c [snip] > +module_param(def_output, charp, S_IRUGO); > +module_param(def_mode, charp, S_IRUGO); > +module_param(debug, int, 0644); > + > +MODULE_PARM_DESC(def_output, "vpbe output name (default:Composite)"); > +MODULE_PARM_DESC(ef_mode, "vpbe output mode name (default:ntsc"); Typo: "ef_mode" should be "def_mode". Right? Best regards, BjÃrn Forsman -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html