Re: [RFC PATCH v9 1/6] media: videobuf2: Move timestamp to vb2_buffer

2015-11-04 Thread Hans Verkuil
On 11/05/2015 04:12 AM, Junghak Sung wrote: >>> diff --git a/drivers/media/platform/vivid/vivid-kthread-cap.c >>> b/drivers/media/platform/vivid/vivid-kthread-cap.c >>> index 83cc6d3..b0ad054 100644 >>> --- a/drivers/media/platform/vivid/vivid-kthread-cap.c >>> +++ b/drivers/media/platform/vivid/v

Re: [RFC PATCH v9 1/6] media: videobuf2: Move timestamp to vb2_buffer

2015-11-04 Thread Junghak Sung
Dear Hans, First of all, thank you for your review. On 11/04/2015 09:28 PM, Hans Verkuil wrote: On 11/03/15 11:16, Junghak Sung wrote: Move timestamp from struct vb2_v4l2_buffer to struct vb2_buffer for common use, and change its type to u64 in order to handling y2038 problem. This patch also

Re: [RFC PATCH v9 1/6] media: videobuf2: Move timestamp to vb2_buffer

2015-11-04 Thread Hans Verkuil
On 11/03/15 11:16, Junghak Sung wrote: > Move timestamp from struct vb2_v4l2_buffer to struct vb2_buffer > for common use, and change its type to u64 in order to handling > y2038 problem. This patch also includes all device drivers' changes related to > this restructuring. > > Signed-off-by: Jungh