On 25/01/2023 23:48, Laurent Pinchart wrote: > The ad9389b video encoder driver doesn't support DT and relies on > platform data. No board file has ever provided platform data for that > device. The driver has thus never been used in the mainline kernel since > its introduction in v3.7. Drop it. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > .../admin-guide/media/i2c-cardlist.rst | 1 - > MAINTAINERS | 6 - > drivers/media/i2c/Kconfig | 14 - > drivers/media/i2c/Makefile | 1 - > drivers/media/i2c/ad9389b.c | 1215 ----------------- > include/media/i2c/ad9389b.h | 37 - > 6 files changed, 1274 deletions(-) > delete mode 100644 drivers/media/i2c/ad9389b.c > delete mode 100644 include/media/i2c/ad9389b.h > Acked-by: Hans Verkuil <hverkuil-cisco@xxxxxxxxx> It was used in Cisco products that are end-of-life for quite a few years now. So I am OK with dropping this driver. Regards, Hans