mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
6bb27d7349
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> |
||
---|---|---|
.. | ||
include/mach | ||
board-ag5evm.c | ||
board-ap4evb.c | ||
board-armadillo800eva.c | ||
board-bonito.c | ||
board-kota2.c | ||
board-kzm9d.c | ||
board-kzm9g.c | ||
board-mackerel.c | ||
board-marzen.c | ||
clock-emev2.c | ||
clock-r8a7740.c | ||
clock-r8a7779.c | ||
clock-sh73a0.c | ||
clock-sh7372.c | ||
clock.c | ||
console.c | ||
cpuidle.c | ||
entry-intc.S | ||
headsmp.S | ||
hotplug.c | ||
intc-r8a7740.c | ||
intc-r8a7779.c | ||
intc-sh73a0.c | ||
intc-sh7372.c | ||
Kconfig | ||
Makefile | ||
Makefile.boot | ||
pfc-r8a7740.c | ||
pfc-r8a7779.c | ||
pfc-sh73a0.c | ||
pfc-sh7372.c | ||
platsmp.c | ||
pm-r8a7740.c | ||
pm-r8a7779.c | ||
pm-rmobile.c | ||
pm-sh7372.c | ||
setup-emev2.c | ||
setup-r8a7740.c | ||
setup-r8a7779.c | ||
setup-sh73a0.c | ||
setup-sh7372.c | ||
sh-gpio.h | ||
sleep-sh7372.S | ||
smp-emev2.c | ||
smp-r8a7779.c | ||
smp-sh73a0.c | ||
suspend.c | ||
timer.c |