Re: [PATCH 1/1] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcall

2012-03-14 Thread Sakari Ailus
Hi Bhupesh, On Mon, Mar 12, 2012 at 02:39:02PM +0530, Bhupesh Sharma wrote: > As the V4L2 based UVC webcam gadget (g_webcam) expects the > 'videodev' to present when the 'webcam_bind' routine is called, > so 'videodev' should be available as early as possible. > > Now, when 'g_webcam' is built as

Re: [PATCH 1/1] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcall

2012-03-12 Thread Laurent Pinchart
On Monday 12 March 2012 14:39:02 Bhupesh Sharma wrote: > As the V4L2 based UVC webcam gadget (g_webcam) expects the > 'videodev' to present when the 'webcam_bind' routine is called, > so 'videodev' should be available as early as possible. > > Now, when 'g_webcam' is built as a module (i.e. not a

RE: [PATCH 1/1] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcall

2012-03-12 Thread Bhupesh SHARMA
Hi Laurent, > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Monday, March 12, 2012 3:54 PM > To: Bhupesh SHARMA > Cc: linux-media@vger.kernel.org; spear-devel > Subject: Re: [PATCH 1/1] V4L/v4l2-dev: Make 'vid

Re: [PATCH 1/1] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcall

2012-03-12 Thread Laurent Pinchart
Hi Bhupesh, On Monday 12 March 2012 18:13:18 Bhupesh SHARMA wrote: > On Monday, March 12, 2012 3:35 PM Laurent Pinchart wrote: > > On Monday 12 March 2012 14:39:02 Bhupesh Sharma wrote: > > > As the V4L2 based UVC webcam gadget (g_webcam) expects the > > > 'videodev' to present when the 'webcam_bi

RE: [PATCH 1/1] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcall

2012-03-12 Thread Bhupesh SHARMA
Hi Laurent, Thanks for your review comments. > -Original Message- > From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com] > Sent: Monday, March 12, 2012 3:35 PM > To: Bhupesh SHARMA > Cc: linux-media@vger.kernel.org; spear-devel > Subject: Re: [PATCH 1/1]

Re: [PATCH 1/1] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcall

2012-03-12 Thread Laurent Pinchart
Hi Bhupesh, Thanks for the patch. On Monday 12 March 2012 14:39:02 Bhupesh Sharma wrote: > As the V4L2 based UVC webcam gadget (g_webcam) expects the > 'videodev' to present when the 'webcam_bind' routine is called, > so 'videodev' should be available as early as possible. > > Now, when 'g_webca