Skip to content

Commit dfc034a

Browse files
Dr. David Alan Gilbertlag-linaro
authored andcommitted
backlight: pcf50633-backlight: 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> Link: https://lore.kernel.org/r/20250311014959.743322-8-linux@treblig.org Signed-off-by: Lee Jones <lee@kernel.org>
1 parent c9fe785 commit dfc034a

File tree

5 files changed

+0
-207
lines changed

5 files changed

+0
-207
lines changed

drivers/video/backlight/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -370,13 +370,6 @@ config BACKLIGHT_88PM860X
370370
help
371371
Say Y to enable the backlight driver for Marvell 88PM8606.
372372

373-
config BACKLIGHT_PCF50633
374-
tristate "Backlight driver for NXP PCF50633 MFD"
375-
depends on MFD_PCF50633
376-
help
377-
If you have a backlight driven by a NXP PCF50633 MFD, say Y here to
378-
enable its driver.
379-
380373
config BACKLIGHT_AAT2870
381374
tristate "AnalogicTech AAT2870 Backlight"
382375
depends on MFD_AAT2870_CORE

drivers/video/backlight/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ obj-$(CONFIG_BACKLIGHT_MP3309C) += mp3309c.o
5050
obj-$(CONFIG_BACKLIGHT_MT6370) += mt6370-backlight.o
5151
obj-$(CONFIG_BACKLIGHT_OMAP1) += omap1_bl.o
5252
obj-$(CONFIG_BACKLIGHT_PANDORA) += pandora_bl.o
53-
obj-$(CONFIG_BACKLIGHT_PCF50633) += pcf50633-backlight.o
5453
obj-$(CONFIG_BACKLIGHT_PWM) += pwm_bl.o
5554
obj-$(CONFIG_BACKLIGHT_QCOM_WLED) += qcom-wled.o
5655
obj-$(CONFIG_BACKLIGHT_RT4831) += rt4831-backlight.o

drivers/video/backlight/pcf50633-backlight.c

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

include/linux/mfd/pcf50633/backlight.h

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

include/linux/mfd/pcf50633/core.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#include <linux/regulator/machine.h>
1616
#include <linux/pm.h>
1717
#include <linux/power_supply.h>
18-
#include <linux/mfd/pcf50633/backlight.h>
1918

2019
struct pcf50633;
2120
struct regmap;
@@ -42,8 +41,6 @@ struct pcf50633_platform_data {
4241
void (*force_shutdown)(struct pcf50633 *);
4342

4443
u8 resumers[5];
45-
46-
struct pcf50633_bl_platform_data *backlight_data;
4744
};
4845

4946
struct pcf50633_irq {

0 commit comments

Comments
 (0)