clocksource/drivers/vf-pit: Rename the VF PIT to NXP PIT
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 4 Aug 2025 15:23:36 +0000 (17:23 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 23 Sep 2025 10:30:05 +0000 (12:30 +0200)
commitfc346a155fe910a1cf4639b00b131f9a10284bdd
tree65f3d35041d6aefb10ffd66f5680e70b6501af75
parent3c34321e9b5965fdbf51fd407a35322a64c9e9c6
clocksource/drivers/vf-pit: Rename the VF PIT to NXP PIT

The PIT acronym stands for Periodic Interrupt Timer which is found on
different NXP platforms not only on the Vybrid Family. Change the name
to be more generic for the NXP platforms in general. That will be
consistent with the NXP STM driver naming convention.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20250804152344.1109310-19-daniel.lezcano@linaro.org
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/timer-nxp-pit.c [new file with mode: 0644]
drivers/clocksource/timer-vf-pit.c [deleted file]