1
0
Fork 0
remarkable-linux/arch/arm/mach-ep93xx
Thomas Gleixner a5a1d1c291 clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is
unambiguous.

Conversion was done with the following coccinelle script:

@rem@
@@
-typedef u64 cycle_t;

@fix@
typedef cycle_t;
@@
-cycle_t
+u64

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Stultz <john.stultz@linaro.org>
2016-12-25 11:04:12 +01:00
..
include/mach ARM: 8113/1: remove remaining definitions of PLAT_PHYS_OFFSET from <mach/memory.h> 2014-07-29 23:08:52 +01:00
Kconfig ARM: ep93xx: remove memory configuration options 2015-07-17 11:49:54 +02:00
Makefile ARM: ep93xx: move timer to its own file 2015-07-08 16:22:39 +02:00
Makefile.boot ARM: ep93xx: remove memory configuration options 2015-07-17 11:49:54 +02:00
adssphere.c Initial irqchip init infrastructure and GIC and VIC clean-ups 2013-01-14 19:55:03 -08:00
clock.c usb: ohci: remove ep93xx bus glue platform driver 2013-10-29 16:43:37 -07:00
core.c ARM: ep93xx: toss the device ID into the entropy pool 2015-07-17 11:50:22 +02:00
crunch-bits.S ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ 2014-07-18 12:29:04 +01:00
crunch.c ARM: ep93xx: use machine specific hook for late init 2012-05-05 14:20:34 +08:00
dma.c arm: ep93xx: add dma_masks for the M2P and M2M DMA controllers 2014-11-28 12:34:08 +01:00
edb93xx.c ARM/fb: ep93xx: switch framebuffer to use modedb only 2015-08-13 12:25:44 +02:00
gesbc9312.c Initial irqchip init infrastructure and GIC and VIC clean-ups 2013-01-14 19:55:03 -08:00
micro9.c Initial irqchip init infrastructure and GIC and VIC clean-ups 2013-01-14 19:55:03 -08:00
simone.c ARM/fb: ep93xx: switch framebuffer to use modedb only 2015-08-13 12:25:44 +02:00
snappercl15.c ARM: nand: make use of mtd_to_nand() where appropriate 2015-12-07 18:58:20 -08:00
soc.h ep93xx: IDE driver platform support code 2012-06-04 14:40:46 +10:00
timer-ep93xx.c clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
ts72xx.c rtc: m48t86: move m48t86.h to platform_data 2016-06-27 18:15:25 +02:00
ts72xx.h ARM: ep93xx: Move ts72xx.h out of include/mach 2012-09-17 09:09:08 +10:00
vision_ep9307.c ARM/fb: ep93xx: switch framebuffer to use modedb only 2015-08-13 12:25:44 +02:00