From: Sakari Ailus Date: Sat, 15 Sep 2012 10:51:47 +0000 (-0300) Subject: [media] v4l: Helper function for obtaining timestamps X-Git-Tag: v3.9-rc1~93^2~535 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd23295648a9e3ae72a806e70a510d3dcd8b374;p=pandora-kernel.git [media] v4l: Helper function for obtaining timestamps v4l2_get_timestamp() produces a monotonic timestamp but unlike ktime_get_ts(), it uses struct timeval instead of struct timespec, saving the drivers the conversion job when getting timestamps for v4l2_buffer's timestamp field. Signed-off-by: Sakari Ailus Acked-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed