clocksource/drivers/arm_arch_timer: Rename 'arch_timer_probed()' to 'arch_timer_needs...
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 31 Mar 2015 10:12:22 +0000 (12:12 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 31 Mar 2015 15:53:57 +0000 (17:53 +0200)
commit566e6dfad580a55084c29fe3e887c7273b16fc6a
tree55dafb5020fdb22b27be2400902d48f4ed1ae02b
parent4806c87f017d8a7003ad34886f58c3b9e023df6a
clocksource/drivers/arm_arch_timer: Rename 'arch_timer_probed()' to 'arch_timer_needs_probing()' to reflect behaviour

The arch_timer_probed() function returns whether the given time
doesn't need to be probed. This can be the case when the timer
has been probed already, but also when it has no corresponding
enabled node in DT.

Rename the function to arch_timer_needs_probing() and invert its
return value to better reflect the function's purpose and
behaviour.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lkml.kernel.org/r/1427796746-373-1-git-send-email-daniel.lezcano@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
drivers/clocksource/arm_arch_timer.c
This page took 0.035668 seconds and 5 git commands to generate.