diff mbox

media: i2c: mt9t112: Add TODO note for frame rate control

Message ID 1520702375-29671-1-git-send-email-jacopo+renesas@jmondi.org (mailing list archive)
State New, archived
Headers show

Commit Message

Jacopo Mondi March 10, 2018, 5:19 p.m. UTC
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@jmondi.org>
---
 drivers/media/i2c/mt9t112.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

--
2.7.4
diff mbox

Patch

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@jmondi.org>
+ * Copyright (C) 2018 Jacopo Mondi <jacopo+renesas@jmondi.org>
  *
  * Copyright (C) 2009 Renesas Solutions Corp.
  * Kuninori Morimoto <morimoto.kuninori@renesas.com>
@@ -14,6 +14,10 @@ 
  * Copyright 2006-7 Jonathan Corbet <corbet@lwn.net>
  * Copyright (C) 2008 Magnus Damm
  * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de>
+ *
+ * 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>