linux/drivers/media/dvb-core
Tina Ruchandani 9056a23ba1 [media] dvb-frontend: Replace timeval with ktime_t
struct timeval uses a 32-bit seconds representation which will
overflow in the year 2038 and beyond. This patch replaces
the usage of struct timeval with ktime_t which is a 64-bit
timestamp and is year 2038 safe.
This patch is part of a larger attempt to remove all instances
of 32-bit timekeeping variables (timeval, timespec, time_t)
which are not year 2038 safe, from the kernel.

[mchehab@osg.samsung.com: add a missing parenthesis, breaking compilation]
Suggested-by: Arnd Bergmann <arndb@arndb.de>
Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-06-09 21:09:51 -03:00
..
demux.h
dmxdev.c [media] dvb core: rename the media controller entities 2015-02-26 08:44:19 -03:00
dmxdev.h
dvb_ca_en50221.c [media] DVB: Less function calls in dvb_ca_en50221_init() after error detection 2015-04-08 07:42:01 -03:00
dvb_ca_en50221.h
dvb_demux.c
dvb_demux.h
dvb_filter.c
dvb_filter.h
dvb_frontend.c [media] dvb-frontend: Replace timeval with ktime_t 2015-06-09 21:09:51 -03:00
dvb_frontend.h [media] dvb-frontend: Replace timeval with ktime_t 2015-06-09 21:09:51 -03:00
dvb_math.c
dvb_math.h
dvb_net.c Merge branch 'drm-next-merged' of git://people.freedesktop.org/~airlied/linux into v4l_for_linus 2015-04-21 09:44:55 -03:00
dvb_net.h
dvb_ringbuffer.c
dvb_ringbuffer.h
dvb-usb-ids.h [media] WinFast DTV2000 DS Plus 2015-04-08 15:41:58 -03:00
dvbdev.c [media] dvbdev: use adapter arg for dvb_create_media_graph() 2015-03-02 11:25:38 -03:00
dvbdev.h [media] use a function for DVB media controller register 2015-03-02 11:29:39 -03:00
Kconfig
Makefile