Commit f6e8fe94 authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab
Browse files

media: i2c: as3645a: Remove driver



Remove the V4L2 AS3645A sub-device driver in favour of the LED flash class
driver for the same hardware, drivers/leds/leds-as3645a.c. The latter uses
the V4L2 flash LED class framework to provide V4L2 sub-device interface.

Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 96b2979c
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -2202,14 +2202,6 @@ L: linux-leds@vger.kernel.org
S:	Maintained
F:	drivers/leds/leds-as3645a.c

AS3645A LED FLASH CONTROLLER DRIVER
M:	Laurent Pinchart <laurent.pinchart@ideasonboard.com>
L:	linux-media@vger.kernel.org
T:	git git://linuxtv.org/media_tree.git
S:	Maintained
F:	drivers/media/i2c/as3645a.c
F:	include/media/i2c/as3645a.h

ASAHI KASEI AK8974 DRIVER
M:	Linus Walleij <linus.walleij@linaro.org>
L:	linux-iio@vger.kernel.org
+0 −8
Original line number Diff line number Diff line
@@ -813,14 +813,6 @@ config VIDEO_ADP1653
	  This is a driver for the ADP1653 flash controller. It is used for
	  example in Nokia N900.

config VIDEO_AS3645A
	tristate "AS3645A flash driver support"
	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
	depends on MEDIA_CAMERA_SUPPORT
	---help---
	  This is a driver for the AS3645A and LM3555 flash controllers. It has
	  build in control for flash, torch and indicator LEDs.

config VIDEO_LM3560
	tristate "LM3560 dual flash driver support"
	depends on I2C && VIDEO_V4L2 && MEDIA_CONTROLLER
+0 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@ obj-$(CONFIG_VIDEO_S5K4ECGX) += s5k4ecgx.o
obj-$(CONFIG_VIDEO_S5K5BAF)	+= s5k5baf.o
obj-$(CONFIG_VIDEO_S5C73M3)	+= s5c73m3/
obj-$(CONFIG_VIDEO_ADP1653)	+= adp1653.o
obj-$(CONFIG_VIDEO_AS3645A)	+= as3645a.o
obj-$(CONFIG_VIDEO_LM3560)	+= lm3560.o
obj-$(CONFIG_VIDEO_LM3646)	+= lm3646.o
obj-$(CONFIG_VIDEO_SMIAPP_PLL)	+= smiapp-pll.o

drivers/media/i2c/as3645a.c

deleted100644 → 0
+0 −880

File deleted.

Preview size limit exceeded, changes collapsed.

include/media/i2c/as3645a.h

deleted100644 → 0
+0 −66

File deleted.

Preview size limit exceeded, changes collapsed.