Re: [PATCH] sta2x11: use monotonic timestamp

2015-05-07 Thread Federico Vaga
On Thursday 07 May 2015 08:27:20 Hans Verkuil wrote: > Added Federico to the CC-list. Fine for me Acked-by: Federico Vaga > On 05/07/2015 08:22 AM, Hans Verkuil wrote: > > V4L2 drivers should use MONOTONIC timestamps instead of gettimeofday, > > which is affected by daylight savings time. > >

Re: [PATCH] sta2x11: use monotonic timestamp

2015-05-06 Thread Hans Verkuil
On 05/07/2015 08:22 AM, Hans Verkuil wrote: > V4L2 drivers should use MONOTONIC timestamps instead of gettimeofday, which is > affected by daylight savings time. > Signed-off-by: Hans Verkuil > diff --git a/drivers/media/pci/sta2x11/sta2x11_vip.c > b/drivers/media/pci/sta2x11/sta2x11_vip.c > i

Re: [PATCH] sta2x11: use monotonic timestamp

2015-05-06 Thread Hans Verkuil
Added Federico to the CC-list. On 05/07/2015 08:22 AM, Hans Verkuil wrote: > V4L2 drivers should use MONOTONIC timestamps instead of gettimeofday, which is > affected by daylight savings time. > > diff --git a/drivers/media/pci/sta2x11/sta2x11_vip.c > b/drivers/media/pci/sta2x11/sta2x11_vip.c >

[PATCH] sta2x11: use monotonic timestamp

2015-05-06 Thread Hans Verkuil
V4L2 drivers should use MONOTONIC timestamps instead of gettimeofday, which is affected by daylight savings time. diff --git a/drivers/media/pci/sta2x11/sta2x11_vip.c b/drivers/media/pci/sta2x11/sta2x11_vip.c index d384a6b..59b3a36 100644 --- a/drivers/media/pci/sta2x11/sta2x11_vip.c +++ b/driver