summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntti Palosaari2014-11-12 04:52:50 +0100
committerMauro Carvalho Chehab2014-11-14 20:26:59 +0100
commit0c5d216d567638b173cfdcb8926a801a10a707d5 (patch)
tree31c148dfc422201a340c75b5095c76b16ba6b2de
parent[media] mn88473: move to staging (diff)
downloadkernel-qcow2-linux-0c5d216d567638b173cfdcb8926a801a10a707d5.tar.gz
kernel-qcow2-linux-0c5d216d567638b173cfdcb8926a801a10a707d5.tar.xz
kernel-qcow2-linux-0c5d216d567638b173cfdcb8926a801a10a707d5.zip
[media] mn88473: add staging TODO
Add TODO for mainlining. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r--drivers/staging/media/mn88473/TODO21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/staging/media/mn88473/TODO b/drivers/staging/media/mn88473/TODO
new file mode 100644
index 000000000000..b90a14be3beb
--- /dev/null
+++ b/drivers/staging/media/mn88473/TODO
@@ -0,0 +1,21 @@
+Driver general quality is not good enough for mainline. Also, other
+device drivers (USB-bridge, tuner) needed for Astrometa receiver in
+question could need some changes. However, if that driver is mainlined
+due to some other device than Astrometa, unrelated TODOs could be
+skipped. In that case rtl28xxu driver needs module parameter to prevent
+driver loading.
+
+Required TODOs:
+* missing lock flags
+* I2C errors
+* tuner sensitivity
+
+*Do not* send any patch fixing checkpatch.pl issues. Currently it passes
+checkpatch.pl tests. I don't want waste my time to review this kind of
+trivial stuff. *Do not* add missing register I/O error checks. Those are
+missing for the reason it is much easier to compare I2C data sniffs when
+there is less lines. Those error checks are about the last thing to be added.
+
+Patches should be submitted to:
+linux-media@vger.kernel.org and Antti Palosaari <crope@iki.fi>
+