linux/drivers/staging/android
Somya Anand d2b778712e Staging: android: Replace timeval with ktime_t in timed_gpio.c
'struct timeval t' is used to return remaining time in milliseconds.

32-bit systems using 'struct timeval' will break in the year 2038,
so we have to replace that code with more appropriate types.
This patch changes the android driver to use ktime_t.

Signed-off-by: Somya Anand <somyaanand214@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-27 10:33:05 +08:00
..
ion staging: android: Assign bool to true 2014-10-23 12:38:32 +08:00
trace android: convert sync to fence api, v6 2014-07-08 13:28:26 -07:00
uapi staging: android: binder: move to the "real" part of the kernel 2014-10-20 10:30:15 +08:00
alarm-dev.c staging: alarm-dev: Set the license to GPL 2014-06-20 08:28:01 -07:00
android_alarm.h
ashmem.c ashmem: use vfs_llseek() 2014-10-09 02:39:04 -04:00
ashmem.h
Kconfig staging: android: binder: move to the "real" part of the kernel 2014-10-20 10:30:15 +08:00
logger.c switch logger to ->write_iter() 2014-10-09 02:39:09 -04:00
logger.h
lowmemorykiller.c
Makefile staging: android: binder: move to the "real" part of the kernel 2014-10-20 10:30:15 +08:00
sw_sync.c staging: android: sw_sync: checkpatch fixes 2014-09-19 16:35:53 -07:00
sw_sync.h staging: android: sw_sync: checkpatch fixes 2014-09-19 16:35:53 -07:00
sync_debug.c staging: android: Cleanup style issues 2014-07-12 13:24:19 -07:00
sync.c Merge 3.17-rc5 into staging-next. 2014-09-14 19:33:47 -07:00
sync.h staging : android : sync : get_unused_fd 2014-09-28 22:03:57 -04:00
timed_gpio.c Staging: android: Replace timeval with ktime_t in timed_gpio.c 2014-10-27 10:33:05 +08:00
timed_gpio.h
timed_output.c Staging: android: timed_output.c: use kstrtoint() instead of sscanf() 2014-07-30 17:17:02 -07:00
timed_output.h
TODO