1
0
Fork 0
alistair23-linux/drivers/clocksource
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
..
Kconfig ARM: arm-soc: multiplatform conversion patches 2012-12-13 10:57:16 -08:00
Makefile ARM: arm-soc: multiplatform conversion patches 2012-12-13 10:57:16 -08:00
acpi_pm.c clocksource: clean up parse_pmtmr() 2012-11-13 14:04:50 -05:00
arm_generic.c Main AArch64 changes: 2012-12-12 07:49:02 -08:00
bcm2835_timer.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
clksrc-dbx500-prcmu.c clocksource: dbx500: convert to clocksource_register_hz() 2012-02-01 18:37:37 -08:00
cs5535-clockevt.c cs5535-clockevt: typo, it's MFGPT, not MFPGT 2012-08-21 16:45:02 -07:00
cyclone.c clocksource: cyclone: Add missing iounmap 2012-01-26 19:30:40 -08:00
dw_apb_timer.c dw_apb_timer: constify clocksource name 2011-10-04 13:08:18 -07:00
dw_apb_timer_of.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
em_sti.c clocksource: em_sti: Add DT support 2012-05-25 11:32:06 +02:00
i8253.c time: Kill xtime_lock, replacing it with jiffies_lock 2012-11-13 14:08:23 -05:00
mmio.c clocksource: add common mmio clocksource 2011-05-23 18:04:51 +01:00
nomadik-mtu.c ARM: ux500: convert timer suspend/resume to clock_event_device 2012-12-24 09:36:36 -07:00
scx200_hrt.c clocksource: scx200_hrt: Fix the build 2012-02-22 13:25:16 +01:00
sh_cmt.c sh: CMT: Basic runtime PM support 2012-09-04 01:36:04 +02:00
sh_mtu2.c sh: MTU2: Basic runtime PM support 2012-09-04 01:36:05 +02:00
sh_tmu.c sh: TMU: Basic runtime PM support 2012-09-04 01:36:04 +02:00
sunxi_timer.c ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
tcb_clksrc.c ARM: at91/tc/clocksource: Add 32 bit variant to Timer Counter 2012-03-01 13:38:49 +01:00
time-armada-370-xp.c clocksource: convert time-armada-370-xp to clk framework 2012-11-20 14:46:49 +01:00