Skip to content

Commit 56f99cd

Browse files
superna9999dlezcano
authored andcommitted
clocksource/drivers/timer-oxnas-rps: Remove obsolete timer driver
Due to lack of maintenance and stall of development for a few years now, and since no new features will ever be added upstream, remove support for OX810 and OX820 timer. Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Acked-by: Andy Shevchenko <andy@kernel.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20230630-topic-oxnas-upstream-remove-v2-3-fb6ab3dea87c@linaro.org
1 parent 8b5bf64 commit 56f99cd

File tree

3 files changed

+0
-296
lines changed

3 files changed

+0
-296
lines changed

drivers/clocksource/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -461,13 +461,6 @@ config VF_PIT_TIMER
461461
help
462462
Support for Periodic Interrupt Timer on Freescale Vybrid Family SoCs.
463463

464-
config OXNAS_RPS_TIMER
465-
bool "Oxford Semiconductor OXNAS RPS Timers driver" if COMPILE_TEST
466-
select TIMER_OF
467-
select CLKSRC_MMIO
468-
help
469-
This enables support for the Oxford Semiconductor OXNAS RPS timers.
470-
471464
config SYS_SUPPORTS_SH_CMT
472465
bool
473466

drivers/clocksource/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ obj-$(CONFIG_MTK_TIMER) += timer-mediatek.o
5454
obj-$(CONFIG_MTK_CPUX_TIMER) += timer-mediatek-cpux.o
5555
obj-$(CONFIG_CLKSRC_PISTACHIO) += timer-pistachio.o
5656
obj-$(CONFIG_CLKSRC_TI_32K) += timer-ti-32k.o
57-
obj-$(CONFIG_OXNAS_RPS_TIMER) += timer-oxnas-rps.o
5857
obj-$(CONFIG_OWL_TIMER) += timer-owl.o
5958
obj-$(CONFIG_MILBEAUT_TIMER) += timer-milbeaut.o
6059
obj-$(CONFIG_SPRD_TIMER) += timer-sprd.o

drivers/clocksource/timer-oxnas-rps.c

Lines changed: 0 additions & 288 deletions
This file was deleted.

0 commit comments

Comments
 (0)