> -----Original Message----- > From: Mauro Carvalho Chehab [mailto:mchehab@xxxxxxxxxxxxx] > Sent: Thursday, April 29, 2010 9:31 AM > To: Muralidharan Karicheri > Cc: linux-media@xxxxxxxxxxxxxxx; Hiremath, Vaibhav; Hans Verkuil; Karicheri, > Muralidharan > Subject: Re: [GIT PATCHES FOR 2.6.35] - Adding OMAP2/3 V4l2 display driver > > Muralidharan Karicheri wrote: > > Hi Mauro, > > > > Please pull from:- > > > > The following changes since commit > 184b7c85f31583632ad00c062a295b622759eef3: > > Mauro Carvalho Chehab (1): > > ir-core: Fix the delete logic > > > > are available in the git repository at: > > > > git://linuxtv.org/mkaricheri/vpfe-vpbe-video.git for_upstream_04_11 > > > > Vaibhav Hiremath (2): > > V4L2: Add support for OMAP2/3 V4L2 display driver on top of DSS2 > > omap_vout:V4L2 Display: Changed enum return type to int > > > > drivers/media/video/Kconfig | 2 + > > drivers/media/video/Makefile | 2 + > > drivers/media/video/omap/Kconfig | 11 + > > drivers/media/video/omap/Makefile | 7 + > > drivers/media/video/omap/omap_vout.c | 2643 > +++++++++++++++++++++++++++++++ > > drivers/media/video/omap/omap_voutdef.h | 147 ++ > > drivers/media/video/omap/omap_voutlib.c | 293 ++++ > > drivers/media/video/omap/omap_voutlib.h | 34 + > > 8 files changed, 3139 insertions(+), 0 deletions(-) > > create mode 100644 drivers/media/video/omap/Kconfig > > create mode 100644 drivers/media/video/omap/Makefile > > create mode 100644 drivers/media/video/omap/omap_vout.c > > create mode 100644 drivers/media/video/omap/omap_voutdef.h > > create mode 100644 drivers/media/video/omap/omap_voutlib.c > > create mode 100644 drivers/media/video/omap/omap_voutlib.h > > > > Applied. [Hiremath, Vaibhav] Missed to say Thanks. Cleanup patches and enhancement will follow now on top of this. Thanks, Vaibhav > Yet, I didn't like to see all those memory allocations for userprt > inside > the driver. IMO, it would be better placed inside the videobuf code. > > -- > > Cheers, > Mauro -- 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