Re: [RFC PATCH 3/8] v4l2: move dv-timings related code to v4l2-dv-timings.c

2013-08-04 Thread Prabhakar Lad
Hi Hans, Thanks for the patch. On Mon, Jul 29, 2013 at 6:10 PM, Hans Verkuil wrote: > From: Hans Verkuil > > v4l2-common.c contained a bunch of dv-timings related functions. > Move that to the new v4l2-dv-timings.c which is a more appropriate > place for them. > > There aren't many drivers that

[RFC PATCH 3/8] v4l2: move dv-timings related code to v4l2-dv-timings.c

2013-07-29 Thread Hans Verkuil
From: Hans Verkuil v4l2-common.c contained a bunch of dv-timings related functions. Move that to the new v4l2-dv-timings.c which is a more appropriate place for them. There aren't many drivers that do HDTV, so it is a good idea to separate common code related to that into a module of its own. S