1
0
Fork 0
alistair23-linux/arch/arm/mach-vt8500
Stephen Warren 6bb27d7349 ARM: delete struct sys_timer
Now that the only field in struct sys_timer is .init, delete the struct,
and replace the machine descriptor .timer field with the initialization
function itself.

This will enable moving timer drivers into drivers/clocksource without
having to place a public prototype of each struct sys_timer object into
include/linux; the intent is to create a single of_clocksource_init()
function that determines which timer driver to initialize by scanning
the device dtree, much like the proposed irqchip_init() at:
http://www.spinics.net/lists/arm-kernel/msg203686.html

Includes mach-omap2 fixes from Igor Grinberg.

Tested-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
2012-12-24 09:36:38 -07:00
..
include/mach ARM: arm-soc: multiplatform conversion patches 2012-12-13 10:57:16 -08:00
Kconfig ARM: vt8500: Convert arch-vt8500 to multiplatform 2012-10-26 16:45:19 +13:00
Makefile arm: vt8500: Update arch-vt8500 to devicetree support. 2012-09-21 19:24:00 +12:00
Makefile.boot
common.h arm: vt8500: Convert irq.c for multiplatform integration 2012-10-26 16:45:11 +13:00
irq.c arm: vt8500: Convert irq.c for multiplatform integration 2012-10-26 16:45:11 +13:00
timer.c vt8500: Fix header in mach-vt8500/timer.c 2012-10-15 14:04:41 +13:00
vt8500.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00