linux/drivers/media/rc
Thomas Gleixner 2456e85535 ktime: Get rid of the union
ktime is a union because the initial implementation stored the time in
scalar nanoseconds on 64 bit machine and in a endianess optimized timespec
variant for 32bit machines. The Y2038 cleanup removed the timespec variant
and switched everything to scalar nanoseconds. The union remained, but
become completely pointless.

Get rid of the union and just keep ktime_t as simple typedef of type s64.

The conversion was done with coccinelle and some manual mopping up.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
2016-12-25 17:21:22 +01:00
..
img-ir
keymaps
ati_remote.c
ene_ir.c
ene_ir.h
fintek-cir.c
fintek-cir.h
gpio-ir-recv.c
igorplugusb.c
iguanair.c
imon.c
ir-hix5hd2.c [media] ir-hix5hd2: make hisilicon,power-syscon property deprecated 2016-11-22 16:20:31 -02:00
ir-jvc-decoder.c
ir-lirc-codec.c
ir-mce_kbd-decoder.c
ir-nec-decoder.c
ir-rc5-decoder.c
ir-rc6-decoder.c
ir-rx51.c ktime: Get rid of the union 2016-12-25 17:21:22 +01:00
ir-sanyo-decoder.c [media] sanyo decoder: address was being truncated 2016-11-22 10:34:55 -02:00
ir-sharp-decoder.c
ir-sony-decoder.c
ir-xmp-decoder.c
ite-cir.c
ite-cir.h
Kconfig [media] lirc_serial: move out of staging and rename to serial_ir 2016-11-22 06:11:46 -02:00
lirc_dev.c [media] lirc: fix error paths in lirc_cdev_add() 2016-12-01 12:46:00 -02:00
Makefile [media] lirc_serial: move out of staging and rename to serial_ir 2016-11-22 06:11:46 -02:00
mceusb.c [media] mceusb: remove pointless mce_flush_rx_buffer function 2016-11-23 13:49:36 -02:00
meson-ir.c
nuvoton-cir.c
nuvoton-cir.h
rc-core-priv.h
rc-ir-raw.c
rc-loopback.c
rc-main.c
redrat3.c [media] redrat3: increase set size for lengths to maximum 2016-11-21 12:31:54 -02:00
serial_ir.c [media] serial_ir: fix reference to 8250 serial code 2016-11-22 06:17:44 -02:00
st_rc.c
streamzap.c
sunxi-cir.c
ttusbir.c
winbond-cir.c