/linux/arch/arm/mach-spear/ |
H A D | Kconfig | diff a894fcc2d01a89e6fe3da0845a4d80a5312e1124 Sat Feb 16 01:02:20 CET 2013 Stephen Boyd <sboyd@codeaurora.org> ARM: smp_twd: Divorce smp_twd from local timer API
Separate the smp_twd timers from the local timer API. This will allow us to remove ARM local timer support in the near future and gets us closer to moving this driver to drivers/clocksource.
Tested-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
|
/linux/arch/arm/mach-highbank/ |
H A D | Kconfig | diff a894fcc2d01a89e6fe3da0845a4d80a5312e1124 Sat Feb 16 01:02:20 CET 2013 Stephen Boyd <sboyd@codeaurora.org> ARM: smp_twd: Divorce smp_twd from local timer API
Separate the smp_twd timers from the local timer API. This will allow us to remove ARM local timer support in the near future and gets us closer to moving this driver to drivers/clocksource.
Tested-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
|
/linux/arch/arm/mach-zynq/ |
H A D | Kconfig | diff a894fcc2d01a89e6fe3da0845a4d80a5312e1124 Sat Feb 16 01:02:20 CET 2013 Stephen Boyd <sboyd@codeaurora.org> ARM: smp_twd: Divorce smp_twd from local timer API
Separate the smp_twd timers from the local timer API. This will allow us to remove ARM local timer support in the near future and gets us closer to moving this driver to drivers/clocksource.
Tested-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
|
/linux/arch/arm/mach-shmobile/ |
H A D | setup-r8a7779.c | diff afba951eab92ce43ff1fa1c3366cc6fec825936c Tue Sep 10 02:15:32 CEST 2013 Olof Johansson <olof@lixom.net> Merge tag 'renesas-fixes3-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes
From Simon Horman: Third Round of Renesas ARM based SoC fixes for v3.12
* Update early timer initialisation order of r8a7779 SoC
This resolves a regression introduced by a894fcc2d01a89e6fe3da0845a4d80a5312e1124 ("ARM: smp_twd: Divorce smp_twd from local timer API").
This problem was introduced in v3.10-rc2.
* tag 'renesas-fixes3-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: ARM: shmobile: r8a7779: Update early timer initialisation order
Signed-off-by: Olof Johansson <olof@lixom.net> diff 7658ea2fb57831c6836ffcfb20bcb84f3ff55dfb Thu Aug 08 10:59:17 CEST 2013 Simon Horman <horms+renesas@verge.net.au> ARM: shmobile: r8a7779: Update early timer initialisation order
a894fcc2d01a89e6fe3da0845a4d80a5312e1124 ("ARM: smp_twd: Divorce smp_twd from local timer API") altered twd_local_timer_common_register() so that it may make use of late_timer_init.
This is problematic on marzen with Magnus's recent patch "ARM: shmobile: marzen: Switch to DT_MACHINE_START" which switches marzen around to enable USE_OF and thus shmobile_timer_init(), which is registered as late_time_init by shmobile_earlytimer_init() stops being a no-op.
As a work-around I have updated r8a7779_earlytimer_init() so that shmobile_earlytimer_init() is called after r8a7779_register_twd(). Or in other words, the shmobile_earlytimer_init() setting of late_time_init overwrites that of twd_local_timer_common_register().
Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Magnus Damm <damm@opensource.se>
|
/linux/arch/arm/mach-ux500/ |
H A D | Kconfig | diff a894fcc2d01a89e6fe3da0845a4d80a5312e1124 Sat Feb 16 01:02:20 CET 2013 Stephen Boyd <sboyd@codeaurora.org> ARM: smp_twd: Divorce smp_twd from local timer API
Separate the smp_twd timers from the local timer API. This will allow us to remove ARM local timer support in the near future and gets us closer to moving this driver to drivers/clocksource.
Tested-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
|
/linux/arch/arm/mach-tegra/ |
H A D | Kconfig | diff a894fcc2d01a89e6fe3da0845a4d80a5312e1124 Sat Feb 16 01:02:20 CET 2013 Stephen Boyd <sboyd@codeaurora.org> ARM: smp_twd: Divorce smp_twd from local timer API
Separate the smp_twd timers from the local timer API. This will allow us to remove ARM local timer support in the near future and gets us closer to moving this driver to drivers/clocksource.
Tested-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
|
/linux/arch/arm/kernel/ |
H A D | smp_twd.c | diff a894fcc2d01a89e6fe3da0845a4d80a5312e1124 Sat Feb 16 01:02:20 CET 2013 Stephen Boyd <sboyd@codeaurora.org> ARM: smp_twd: Divorce smp_twd from local timer API
Separate the smp_twd timers from the local timer API. This will allow us to remove ARM local timer support in the near future and gets us closer to moving this driver to drivers/clocksource.
Tested-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
|
/linux/arch/arm/mach-imx/ |
H A D | Kconfig | diff a894fcc2d01a89e6fe3da0845a4d80a5312e1124 Sat Feb 16 01:02:20 CET 2013 Stephen Boyd <sboyd@codeaurora.org> ARM: smp_twd: Divorce smp_twd from local timer API
Separate the smp_twd timers from the local timer API. This will allow us to remove ARM local timer support in the near future and gets us closer to moving this driver to drivers/clocksource.
Tested-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
|
/linux/arch/arm/mach-omap2/ |
H A D | Kconfig | diff a894fcc2d01a89e6fe3da0845a4d80a5312e1124 Sat Feb 16 01:02:20 CET 2013 Stephen Boyd <sboyd@codeaurora.org> ARM: smp_twd: Divorce smp_twd from local timer API
Separate the smp_twd timers from the local timer API. This will allow us to remove ARM local timer support in the near future and gets us closer to moving this driver to drivers/clocksource.
Tested-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
|
/linux/arch/arm/ |
H A D | Kconfig | diff a894fcc2d01a89e6fe3da0845a4d80a5312e1124 Sat Feb 16 01:02:20 CET 2013 Stephen Boyd <sboyd@codeaurora.org> ARM: smp_twd: Divorce smp_twd from local timer API
Separate the smp_twd timers from the local timer API. This will allow us to remove ARM local timer support in the near future and gets us closer to moving this driver to drivers/clocksource.
Tested-by: Mark Rutland <mark.rutland@arm.com> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Tony Lindgren <tony@atomide.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
|