Skip to content

Commit 8559602

Browse files
Dr. David Alan Gilbertlag-linaro
authored andcommitted
mfd: pcF50633-gpio: Remove unused driver
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> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20250311014959.743322-4-linux@treblig.org Signed-off-by: Lee Jones <lee@kernel.org>
1 parent 0d0e549 commit 8559602

File tree

5 files changed

+0
-149
lines changed

5 files changed

+0
-149
lines changed

arch/mips/configs/ip27_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ CONFIG_I2C_STUB=m
256256
# CONFIG_HWMON is not set
257257
CONFIG_THERMAL=y
258258
CONFIG_MFD_PCF50633=m
259-
CONFIG_PCF50633_GPIO=m
260259
# CONFIG_VGA_ARB is not set
261260
CONFIG_LEDS_LP3944=m
262261
CONFIG_LEDS_PCA955X=m

drivers/mfd/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,13 +1142,6 @@ config MFD_PCF50633
11421142
facilities, and registers devices for the various functions
11431143
so that function-specific drivers can bind to them.
11441144

1145-
config PCF50633_GPIO
1146-
tristate "NXP PCF50633 GPIO"
1147-
depends on MFD_PCF50633
1148-
help
1149-
Say yes here if you want to include support GPIO for pins on
1150-
the PCF50633 chip.
1151-
11521145
config MFD_PM8XXX
11531146
tristate "Qualcomm PM8xxx PMIC chips driver"
11541147
depends on ARM || HEXAGON || COMPILE_TEST

drivers/mfd/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ obj-$(CONFIG_MFD_MT6397) += mt6397.o
185185

186186
pcf50633-objs := pcf50633-core.o pcf50633-irq.o
187187
obj-$(CONFIG_MFD_PCF50633) += pcf50633.o
188-
obj-$(CONFIG_PCF50633_GPIO) += pcf50633-gpio.o
189188
obj-$(CONFIG_RZ_MTU3) += rz-mtu3.o
190189
obj-$(CONFIG_ABX500_CORE) += abx500-core.o
191190
obj-$(CONFIG_MFD_DB8500_PRCMU) += db8500-prcmu.o

drivers/mfd/pcf50633-gpio.c

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

include/linux/mfd/pcf50633/gpio.h

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

0 commit comments

Comments
 (0)