linux/arch/arm/mach-ks8695
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 Merge branch 'late/fixes' into fixes 2012-10-07 07:22:32 -07:00
board-acs5k.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
board-dsm320.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
board-micrel.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
board-og.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
board-sg.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
cpu.c ARM: ks8695: use __iomem pointers for MMIO 2012-09-19 15:19:13 +02:00
devices.c ARM: mach-ks8695: remove leds driver, since nobody use it 2012-08-01 11:22:05 +08:00
generic.h ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
irq.c driver-core: remove sysdev.h usage. 2011-12-21 16:26:03 -08:00
Kconfig ARM: ks8695: add board support for the OpenGear boards based on the KS8695 2012-09-07 20:16:39 -07:00
Makefile ARM: soc: board specific updates 2012-10-01 18:48:30 -07:00
Makefile.boot ARM: 7022/1: allow to detect conflicting zreladdrs 2011-10-17 09:12:40 +01:00
pci.c ARM: PCI: provide a default bus scan implementation 2012-05-13 17:12:17 +01:00
time.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00