clocksource: sun4i: rename AUTORELOAD define to RELOAD
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 16 Jul 2013 14:45:37 +0000 (16:45 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 18 Jul 2013 13:27:14 +0000 (15:27 +0200)
commit9eded23215e99338155c18f6d860859106568bb0
tree2dbd91126baf3b0f634f4c07f8e44c81c8f739b1
parentbb008b9e873f5544120dcd401316b4c0e7743dde
clocksource: sun4i: rename AUTORELOAD define to RELOAD

The name AUTORELOAD was actually pretty bad since it doesn't make the
register reload the previous interval when it expires, but setting this
value pushes the new programmed interval to the internal timer counter.
Rename it to RELOAD instead.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/sun4i_timer.c