]> git.itanic.dy.fi Git - linux-stable/commit
clocksource/drivers/timer-gx6605s: Fixup counter reload
authorGuo Ren <guoren@linux.alibaba.com>
Tue, 18 Aug 2020 07:31:17 +0000 (07:31 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Oct 2020 06:02:47 +0000 (08:02 +0200)
commit4a1db91e697a2cb2eb5061a08560f884221f915c
treeae05687643bf772a2bfcef7b31c80f58ed8c9a58
parent5d48f7b0ed06ef1610551bb1bd66c587bf4dbca4
clocksource/drivers/timer-gx6605s: Fixup counter reload

[ Upstream commit bc6717d55d07110d8f3c6d31ec2af50c11b07091 ]

When the timer counts to the upper limit, an overflow interrupt is
generated, and the count is reset with the value in the TIME_INI
register. But the software expects to start counting from 0 when
the count overflows, so it forces TIME_INI to 0 to solve the
potential interrupt storm problem.

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Tested-by: Xu Kai <xukai@nationalchip.com>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/1597735877-71115-1-git-send-email-guoren@kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clocksource/timer-gx6605s.c