Skip to content

Commit c59e682

Browse files
committed
i2c/buses: remove i2c-puv3 driver
The unicore32 port is removed from the kernel. There is no point to keep stale i2c bus 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 5853d60 commit c59e682

File tree

4 files changed

+0
-288
lines changed

4 files changed

+0
-288
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/i2c/busses/i2c-puv3.c
1358913588
F: drivers/input/serio/i8042-unicore32io.h
1359013589
F: drivers/rtc/rtc-puv3.c
1359113590
F: drivers/video/fbdev/fb-puv3.c

drivers/i2c/busses/Kconfig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -866,17 +866,6 @@ config I2C_PNX
866866
This driver can also be built as a module. If so, the module
867867
will be called i2c-pnx.
868868

869-
config I2C_PUV3
870-
tristate "PKUnity v3 I2C bus support"
871-
depends on UNICORE32 && ARCH_PUV3
872-
select I2C_ALGOBIT
873-
help
874-
This driver supports the I2C IP inside the PKUnity-v3 SoC.
875-
This I2C bus controller is under AMBA/AXI bus.
876-
877-
This driver can also be built as a module. If so, the module
878-
will be called i2c-puv3.
879-
880869
config I2C_PXA
881870
tristate "Intel PXA2XX I2C adapter"
882871
depends on ARCH_PXA || ARCH_MMP || ARCH_MVEBU || (X86_32 && PCI && OF) || COMPILE_TEST

drivers/i2c/busses/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ obj-$(CONFIG_I2C_PASEMI) += i2c-pasemi.o
8888
obj-$(CONFIG_I2C_PCA_PLATFORM) += i2c-pca-platform.o
8989
obj-$(CONFIG_I2C_PMCMSP) += i2c-pmcmsp.o
9090
obj-$(CONFIG_I2C_PNX) += i2c-pnx.o
91-
obj-$(CONFIG_I2C_PUV3) += i2c-puv3.o
9291
obj-$(CONFIG_I2C_PXA) += i2c-pxa.o
9392
obj-$(CONFIG_I2C_PXA_PCI) += i2c-pxa-pci.o
9493
obj-$(CONFIG_I2C_QCOM_CCI) += i2c-qcom-cci.o

drivers/i2c/busses/i2c-puv3.c

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

0 commit comments

Comments
 (0)