"Hans Verkuil" <hverkuil@xxxxxxxxx> writes: >> version4 : addressed Hans's comments >> on: >> 1. replaced mutex_lock_interruptible() with mutex_lock() >> 2. replaced ntsc and pal macros with new equivalent macros >> 3. simplifying the code in the if-else condition >> 4. minor code corrections > > For the whole patch series: > > Acked-by: Hans Verkuil <hverkuil@xxxxxxxxx> > Hans, can you take patches 1-4 and 6 through the linux-media tree? I will queue the patch 5 (the only mach-davinci change) in davinci git for 2.6.38. Manjunath, can rebase patch 5 on top of current davinci-next (or davinci master) as this patch doesn't currently apply there. Thanks, Kevin > >> >> Manjunath Hadli (6): >> davinci vpbe: V4L2 display driver for DM644X SoC >> davinci vpbe: VPBE display driver >> davinci vpbe: OSD(On Screen Display) block >> davinci vpbe: VENC( Video Encoder) implementation >> davinci vpbe: platform specific additions >> davinci vpbe: Build infrastructure for VPBE driver >> >> arch/arm/mach-davinci/board-dm644x-evm.c | 79 +- >> arch/arm/mach-davinci/dm644x.c | 164 ++- >> arch/arm/mach-davinci/include/mach/dm644x.h | 4 + >> drivers/media/video/davinci/Kconfig | 22 + >> drivers/media/video/davinci/Makefile | 2 + >> .../media/video/davinci/davinci_vpbe_readme.txt | 100 + >> drivers/media/video/davinci/vpbe.c | 837 ++++++++ >> drivers/media/video/davinci/vpbe_display.c | 2099 >> ++++++++++++++++++++ >> drivers/media/video/davinci/vpbe_osd.c | 1211 +++++++++++ >> drivers/media/video/davinci/vpbe_osd_regs.h | 389 ++++ >> drivers/media/video/davinci/vpbe_venc.c | 574 ++++++ >> drivers/media/video/davinci/vpbe_venc_regs.h | 189 ++ >> include/media/davinci/vpbe.h | 186 ++ >> include/media/davinci/vpbe_display.h | 146 ++ >> include/media/davinci/vpbe_osd.h | 397 ++++ >> include/media/davinci/vpbe_types.h | 93 + >> include/media/davinci/vpbe_venc.h | 38 + >> 17 files changed, 6511 insertions(+), 19 deletions(-) >> create mode 100644 drivers/media/video/davinci/davinci_vpbe_readme.txt >> create mode 100644 drivers/media/video/davinci/vpbe.c >> create mode 100644 drivers/media/video/davinci/vpbe_display.c >> create mode 100644 drivers/media/video/davinci/vpbe_osd.c >> create mode 100644 drivers/media/video/davinci/vpbe_osd_regs.h >> create mode 100644 drivers/media/video/davinci/vpbe_venc.c >> create mode 100644 drivers/media/video/davinci/vpbe_venc_regs.h >> create mode 100644 include/media/davinci/vpbe.h >> create mode 100644 include/media/davinci/vpbe_display.h >> create mode 100644 include/media/davinci/vpbe_osd.h >> create mode 100644 include/media/davinci/vpbe_types.h >> create mode 100644 include/media/davinci/vpbe_venc.h >> >> -- 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