Skip to content

Commit ae3e4c2

Browse files
Laurent Pincharthorms
authored andcommitted
leds: Remove leds-renesas-tpu driver
The driver is superseded by the generic pwm-renesas-tpu driver used with leds-pwm. Signed-off-by: Laurent Pinchart <[email protected]> Acked-by: Bryan Wu <[email protected]> Signed-off-by: Simon Horman <[email protected]>
1 parent e6909dc commit ae3e4c2

File tree

4 files changed

+0
-364
lines changed

4 files changed

+0
-364
lines changed

drivers/leds/Kconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -429,18 +429,6 @@ config LEDS_ASIC3
429429
cannot be used. This driver supports hardware blinking with an on+off
430430
period from 62ms to 125s. Say Y to enable LEDs on the HP iPAQ hx4700.
431431

432-
config LEDS_RENESAS_TPU
433-
bool "LED support for Renesas TPU"
434-
depends on LEDS_CLASS=y && HAVE_CLK && GPIOLIB
435-
help
436-
This option enables build of the LED TPU platform driver,
437-
suitable to drive any TPU channel on newer Renesas SoCs.
438-
The driver controls the GPIO pin connected to the LED via
439-
the GPIO framework and expects the LED to be connected to
440-
a pin that can be driven in both GPIO mode and using TPU
441-
pin function. The latter to support brightness control.
442-
Brightness control is supported but hardware blinking is not.
443-
444432
config LEDS_TCA6507
445433
tristate "LED Support for TCA6507 I2C chip"
446434
depends on LEDS_CLASS && I2C

drivers/leds/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ obj-$(CONFIG_LEDS_MC13783) += leds-mc13783.o
4949
obj-$(CONFIG_LEDS_NS2) += leds-ns2.o
5050
obj-$(CONFIG_LEDS_NETXBIG) += leds-netxbig.o
5151
obj-$(CONFIG_LEDS_ASIC3) += leds-asic3.o
52-
obj-$(CONFIG_LEDS_RENESAS_TPU) += leds-renesas-tpu.o
5352
obj-$(CONFIG_LEDS_MAX8997) += leds-max8997.o
5453
obj-$(CONFIG_LEDS_LM355x) += leds-lm355x.o
5554
obj-$(CONFIG_LEDS_BLINKM) += leds-blinkm.o

drivers/leds/leds-renesas-tpu.c

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

include/linux/platform_data/leds-renesas-tpu.h

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

0 commit comments

Comments
 (0)