The driver lacks support for frame rate control, and v4l2-compliance complains about that. Add a TODO note to warn driver users that this is expected. While at there, update copyright note to the year we're actually in. Signed-off-by: Jacopo Mondi <jacopo+renesas@xxxxxxxxxx> --- drivers/media/i2c/mt9t112.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/media/i2c/mt9t112.c b/drivers/media/i2c/mt9t112.c index 6eaf3c6..f237d85 100644 --- a/drivers/media/i2c/mt9t112.c +++ b/drivers/media/i2c/mt9t112.c @@ -2,7 +2,7 @@ /* * mt9t112 Camera Driver * - * Copyright (C) 2017 Jacopo Mondi <jacopo+renesas@xxxxxxxxxx> + * Copyright (C) 2018 Jacopo Mondi <jacopo+renesas@xxxxxxxxxx> * * Copyright (C) 2009 Renesas Solutions Corp. * Kuninori Morimoto <morimoto.kuninori@xxxxxxxxxxx> @@ -14,6 +14,10 @@ * Copyright 2006-7 Jonathan Corbet <corbet@xxxxxxx> * Copyright (C) 2008 Magnus Damm * Copyright (C) 2008, Guennadi Liakhovetski <kernel@xxxxxxxxxxxxxx> + * + * TODO: This driver lacks support for frame rate control due to missing + * register level documentation and suitable hardware for testing. + * v4l-utils compliance tools will report errors. */ #include <linux/clk.h> -- 2.7.4