Skip to content

Commit 9fb2309

Browse files
AaronDotalexandrebelloni
authored andcommitted
rtc: Remove the Loongson-1 RTC driver
Remove the ls1x-rtc driver as it is obsolete. We will continue to support the ls1x RTC in the upcoming Loongson unified RTC driver rtc-loongson. Cc: Keguang Zhang <keguang.zhang@gmail.com> Cc: zhao zhang <zhzhl555@gmail.com> Cc: Yang Ling <gnaygnil@gmail.com> Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn> Acked-by: Keguang Zhang <keguang.zhang@gmail.com> Link: https://lore.kernel.org/r/c38c666015a162d7031b20a48209ce577bab62cd.1685693501.git.zhoubinbin@loongson.cn Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 487ef32 commit 9fb2309

3 files changed

Lines changed: 0 additions & 203 deletions

File tree

drivers/rtc/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,16 +1728,6 @@ config RTC_DRV_TEGRA
17281728
This drive can also be built as a module. If so, the module
17291729
will be called rtc-tegra.
17301730

1731-
config RTC_DRV_LOONGSON1
1732-
tristate "loongson1 RTC support"
1733-
depends on MACH_LOONGSON32
1734-
help
1735-
This is a driver for the loongson1 on-chip Counter0 (Time-Of-Year
1736-
counter) to be used as a RTC.
1737-
1738-
This driver can also be built as a module. If so, the module
1739-
will be called rtc-ls1x.
1740-
17411731
config RTC_DRV_MXC
17421732
tristate "Freescale MXC Real Time Clock"
17431733
depends on ARCH_MXC || COMPILE_TEST

drivers/rtc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ obj-$(CONFIG_RTC_DRV_ISL12022) += rtc-isl12022.o
7878
obj-$(CONFIG_RTC_DRV_ISL12026) += rtc-isl12026.o
7979
obj-$(CONFIG_RTC_DRV_ISL1208) += rtc-isl1208.o
8080
obj-$(CONFIG_RTC_DRV_JZ4740) += rtc-jz4740.o
81-
obj-$(CONFIG_RTC_DRV_LOONGSON1) += rtc-ls1x.o
8281
obj-$(CONFIG_RTC_DRV_LP8788) += rtc-lp8788.o
8382
obj-$(CONFIG_RTC_DRV_LPC24XX) += rtc-lpc24xx.o
8483
obj-$(CONFIG_RTC_DRV_LPC32XX) += rtc-lpc32xx.o

drivers/rtc/rtc-ls1x.c

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

0 commit comments

Comments
 (0)