linux-stable/drivers/staging/media/lirc
Ksenija Stanojevic 3466835061 [media] Staging: media: lirc: Replace timeval with ktime_t
'struct timeval last_tv' is used to get the time of last signal change
and 'struct timeval last_intr_tv' is used to get the time of last UART
interrupt.
32-bit systems using 'struct timeval' will break in the year 2038, so we
have to replace that code with more appropriate types.
Here struct timeval is replaced with ktime_t.

Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2015-06-09 18:45:59 -03:00
..
Kconfig [media] lirc_igorplugusb: remove 2014-11-03 12:19:30 -02:00
lirc_bt829.c staging: media: lirc: lirc_bt829.c: replace dprintk by dev_dbg 2014-10-29 15:36:36 +08:00
lirc_imon.c [media] lirc_imon: simplify error handling code 2015-06-05 11:26:48 -03:00
lirc_parallel.c Staging: media: Remove parentheses around right side an assignment 2015-03-16 16:24:19 +01:00
lirc_parallel.h
lirc_sasem.c Staging: media: remove useless dev_info to avoid null ptr dereference 2015-03-23 22:42:40 +01:00
lirc_serial.c Staging: media: Remove parentheses around right side an assignment 2015-03-16 16:24:19 +01:00
lirc_sir.c [media] Staging: media: lirc: Replace timeval with ktime_t 2015-06-09 18:45:59 -03:00
lirc_zilog.c Staging: media: Replace dev_err with pr_err to avoid null pointer derefrence 2015-03-06 15:54:41 -08:00
Makefile [media] lirc_igorplugusb: remove 2014-11-03 12:19:30 -02:00
TODO
TODO.lirc_zilog