]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clocksource/drivers/ralink: Add Ralink System Tick Counter driver
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 28 Oct 2024 20:36:43 +0000 (21:36 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 13 Nov 2024 12:49:33 +0000 (13:49 +0100)
commitcd5375610baadd3a0842a9e83ca502684f938be8
tree4dd2454093e0cf0550e9b01e5da8ce123d2567a9
parentdfe101bcad840d025deb5e43150d54050ab7724d
clocksource/drivers/ralink: Add Ralink System Tick Counter driver

System Tick Counter is present on Ralink SoCs RT3352 and MT7620. This
driver has been in 'arch/mips/ralink' directory since the beggining of
Ralink architecture support. However, it can be moved into a more proper
place in 'drivers/clocksource'. Hence add it here adding also support for
compile test targets and reducing LOC in architecture code folder.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20241028203643.191268-2-sergio.paracuellos@gmail.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
arch/mips/ralink/Kconfig
arch/mips/ralink/Makefile
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/timer-ralink.c [moved from arch/mips/ralink/cevt-rt3352.c with 91% similarity]