Am Freitag, den 19.10.2018, 12:54 +0200 schrieb Michael Grzeschik: > > From: Steven Toth <stoth@xxxxxxxxxxxxxx> > > This patch is based on the work of Steven Toth. He reverse engineered > the driver by tracing the windows driver. > > https://github.com/stoth68000/hdcapm/ > > > Signed-off-by: Steven Toth <stoth@xxxxxxxxxxxxxx> > > Signed-off-by: Michael Grzeschik <m.grzeschik@xxxxxxxxxxxxxx> > --- > MAINTAINERS | 6 + > drivers/media/i2c/Kconfig | 10 + > drivers/media/i2c/Makefile | 1 + > drivers/media/i2c/mst3367.c | 1104 +++++++++++++++++++++++++++++++++++ > include/media/i2c/mst3367.h | 29 + > 5 files changed, 1150 insertions(+) > create mode 100644 drivers/media/i2c/mst3367.c > create mode 100644 include/media/i2c/mst3367.h > > diff --git a/MAINTAINERS b/MAINTAINERS > index 556f902b3766..9c69b7f9b2f9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9787,6 +9787,12 @@ L: linux-mtd@xxxxxxxxxxxxxxxxxxx > > S: Maintained > > F: drivers/mtd/devices/docg3* > > +MT9M032 APTINA SENSOR DRIVER > > > +M: Michael Grzeschik <m.grzeschik@xxxxxxxxxxxxxx> > > +S: Maintained > > +F: drivers/media/i2c/mst3367.c > > +F: include/media/i2c/mst3367.h Das sollte nicht in diesem Patch landen, oder? Gruß Lucas