On Sun, Sep 06, 2015 at 11:14:02PM +0200, Enric Balletbo i Serra wrote: > The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter > designed for portable devices. > > This driver adds initial support and supports HDMI to DP pass-through mode. > > Signed-off-by: Enric Balletbo i Serra <enric.balletbo@xxxxxxxxxxxxx> > --- > drivers/staging/Kconfig | 2 + > drivers/staging/Makefile | 1 + > drivers/staging/slimport/Kconfig | 7 + > drivers/staging/slimport/Makefile | 4 + > drivers/staging/slimport/slimport.c | 301 +++ > drivers/staging/slimport/slimport.h | 49 + > drivers/staging/slimport/slimport_tx_drv.c | 3293 ++++++++++++++++++++++++++++ > drivers/staging/slimport/slimport_tx_drv.h | 254 +++ > drivers/staging/slimport/slimport_tx_reg.h | 786 +++++++ Why is this a staging driver? What prevents it from being merged into the "real" part of the kernel tree? All staging drivers need a TODO file, listing what needs to be done and who is in charge of it. I can't take this without that added. thanks, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel