Re: [PATCH] clocksource: arm_arch_timer: fix system hang

2014-10-19 Thread Mark Salter
On Sun, 2014-10-19 at 20:40 +0100, Mark Rutland wrote: > Hi Mark, > > On Sun, Oct 19, 2014 at 04:22:44PM +0100, Mark Salter wrote: > > Arm allows for two possible architectural clock sources. One memory mapped > > and the other coprocessor based. If both timers exist, then the driver waits > > for

Re: [PATCH] clocksource: arm_arch_timer: fix system hang

2014-10-19 Thread Mark Rutland
Hi Mark, On Sun, Oct 19, 2014 at 04:22:44PM +0100, Mark Salter wrote: > Arm allows for two possible architectural clock sources. One memory mapped > and the other coprocessor based. If both timers exist, then the driver waits > for both to be probed before registering a clocksource. > > Commit c3

[PATCH] clocksource: arm_arch_timer: fix system hang

2014-10-19 Thread Mark Salter
Arm allows for two possible architectural clock sources. One memory mapped and the other coprocessor based. If both timers exist, then the driver waits for both to be probed before registering a clocksource. Commit c387f07e6205 ("clocksource: arm_arch_timer: Discard unavailable timers correctly")