Skip to content

Commit 4435609

Browse files
Dr. David Alan Gilbertlag-linaro
authored andcommitted
mfd: pcf50633: Remove remaining PCF50633 support
Remove the remaining parts of the 50633, the core, headers and glue. The pcf50633 was used as part of the OpenMoko devices but the support for its main chip was recently removed in: commit 61b7f89 ("ARM: s3c: remove all s3c24xx support") See https://lore.kernel.org/all/Z8z236h4B5A6Ki3D@gallifrey/ Remove it. Signed-off-by: "Dr. David Alan Gilbert" <linux@treblig.org> Link: https://lore.kernel.org/r/20250311014959.743322-10-linux@treblig.org Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 786ad21 commit 4435609

File tree

6 files changed

+0
-512
lines changed

6 files changed

+0
-512
lines changed

arch/mips/configs/ip27_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ CONFIG_I2C_TAOS_EVM=m
255255
CONFIG_I2C_STUB=m
256256
# CONFIG_HWMON is not set
257257
CONFIG_THERMAL=y
258-
CONFIG_MFD_PCF50633=m
259258
# CONFIG_VGA_ARB is not set
260259
CONFIG_LEDS_LP3944=m
261260
CONFIG_LEDS_PCA955X=m

drivers/mfd/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,16 +1132,6 @@ config MFD_RETU
11321132
Retu and Tahvo are a multi-function devices found on Nokia
11331133
Internet Tablets (770, N800 and N810).
11341134

1135-
config MFD_PCF50633
1136-
tristate "NXP PCF50633"
1137-
depends on I2C
1138-
select REGMAP_I2C
1139-
help
1140-
Say yes here if you have NXP PCF50633 chip on your board.
1141-
This core driver provides register access and IRQ handling
1142-
facilities, and registers devices for the various functions
1143-
so that function-specific drivers can bind to them.
1144-
11451135
config MFD_PM8XXX
11461136
tristate "Qualcomm PM8xxx PMIC chips driver"
11471137
depends on ARM || HEXAGON || COMPILE_TEST

drivers/mfd/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ obj-$(CONFIG_MFD_MT6370) += mt6370.o
183183
mt6397-objs := mt6397-core.o mt6397-irq.o mt6358-irq.o
184184
obj-$(CONFIG_MFD_MT6397) += mt6397.o
185185

186-
pcf50633-objs := pcf50633-core.o
187-
obj-$(CONFIG_MFD_PCF50633) += pcf50633.o
188186
obj-$(CONFIG_RZ_MTU3) += rz-mtu3.o
189187
obj-$(CONFIG_ABX500_CORE) += abx500-core.o
190188
obj-$(CONFIG_MFD_DB8500_PRCMU) += db8500-prcmu.o

drivers/mfd/pcf50633-core.c

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

0 commit comments

Comments
 (0)