summaryrefslogtreecommitdiffstats
path: root/drivers/ide
diff options
context:
space:
mode:
authorFu Wei <fu.wei@linaro.org>2017-03-22 00:31:14 +0800
committerMark Rutland <mark.rutland@arm.com>2017-04-19 16:11:47 +0100
commit13bf6992fe5496d56101b5d57fbdae2ee91184f2 (patch)
treed8601a68755171cef42256c03cdba9f5113f3832 /drivers/ide
parent5d3dfa96c7a202f3a70ebeb6f8bb5005c1547250 (diff)
downloadblackbird-obmc-linux-13bf6992fe5496d56101b5d57fbdae2ee91184f2.tar.gz
blackbird-obmc-linux-13bf6992fe5496d56101b5d57fbdae2ee91184f2.zip
clocksource: arm_arch_timer: refactor arch_timer_needs_probing
When booting with DT, it's possible for timer nodes to be probed in any order. Some common initialisation needs to occur after all nodes have been probed, and arch_timer_common_init() has code to detect when this has happened. This logic is DT-specific, and it would be best to factor it out of the common code that will be shared with ACPI. This patch folds this into the existing arch_timer_needs_probing(), which is renamed to arch_timer_needs_of_probing(), and no longer takes any arguments. This is only called when using DT, and not when using ACPI, which will have a deterministic probe order. Signed-off-by: Fu Wei <fu.wei@linaro.org> Reviewed-by: Hanjun Guo <hanjun.guo@linaro.org> [Mark: reword commit message] Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Diffstat (limited to 'drivers/ide')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud