Skip to content

Commit fa4b951

Browse files
committed
rtc: remove fb-puv3 driver
The unicore32 port is removed from the kernel. There is no point to keep stale RTC driver for this architecture. Signed-off-by: Mike Rapoport <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Guenter Roeck <[email protected]>
1 parent e26e591 commit fa4b951

File tree

4 files changed

+0
-297
lines changed

4 files changed

+0
-297
lines changed

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13585,7 +13585,6 @@ M: Guan Xuetao <[email protected]>
1358513585
S: Maintained
1358613586
W: http://mprc.pku.edu.cn/~guanxuetao/linux
1358713587
T: git git://github.com/gxt/linux.git
13588-
F: drivers/rtc/rtc-puv3.c
1358913588

1359013589
PLANTOWER PMS7003 AIR POLLUTION SENSOR DRIVER
1359113590
M: Tomasz Duszynski <[email protected]>

drivers/rtc/Kconfig

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

1732-
config RTC_DRV_PUV3
1733-
tristate "PKUnity v3 RTC support"
1734-
depends on ARCH_PUV3
1735-
help
1736-
This enables support for the RTC in the PKUnity-v3 SoCs.
1737-
1738-
This drive can also be built as a module. If so, the module
1739-
will be called rtc-puv3.
1740-
17411732
config RTC_DRV_LOONGSON1
17421733
tristate "loongson1 RTC support"
17431734
depends on MACH_LOONGSON32

drivers/rtc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ obj-$(CONFIG_RTC_DRV_PL030) += rtc-pl030.o
128128
obj-$(CONFIG_RTC_DRV_PL031) += rtc-pl031.o
129129
obj-$(CONFIG_RTC_DRV_PM8XXX) += rtc-pm8xxx.o
130130
obj-$(CONFIG_RTC_DRV_PS3) += rtc-ps3.o
131-
obj-$(CONFIG_RTC_DRV_PUV3) += rtc-puv3.o
132131
obj-$(CONFIG_RTC_DRV_PXA) += rtc-pxa.o
133132
obj-$(CONFIG_RTC_DRV_R7301) += rtc-r7301.o
134133
obj-$(CONFIG_RTC_DRV_R9701) += rtc-r9701.o

drivers/rtc/rtc-puv3.c

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

0 commit comments

Comments
 (0)