media: atomisp: Drop the atomisp custom lm3554 flash driver
authorHans de Goede <hdegoede@redhat.com>
Sat, 13 Apr 2024 14:26:18 +0000 (15:26 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 26 Apr 2024 09:57:59 +0000 (10:57 +0100)
commitf1aa35ab594321cad3855de844ec3837f08ad205
treeb6be14e23a503bd1ef0dd7ad0b97c1d888fefcea
parentca9ff7227931811fa13f197d6748a211419acd16
media: atomisp: Drop the atomisp custom lm3554 flash driver

Drop the atomisp custom lm3554 flash driver, support for flash drivers
using the custom atomisp flash interface is going to be removed from
the atomisp driver.

If flash supports for the lm3554 turns out to be necessary on some
atomisp devices in the future then this should be re-implemented
using the new include/linux/led-class-flash.h APIs.

The atomisp specific lm3554 driver could still be usable as a reference
for how to use / driver the lm3554 for a future re-implementation
using standardized APIs, but for that it can be retrieved from
the git history.

Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/i2c/Kconfig
drivers/staging/media/atomisp/i2c/Makefile
drivers/staging/media/atomisp/i2c/atomisp-lm3554.c [deleted file]
drivers/staging/media/atomisp/include/media/lm3554.h [deleted file]