diff options
author | Antti Palosaari <crope@iki.fi> | 2014-11-11 22:29:38 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-11-14 14:22:51 -0500 |
commit | c8301777a23f058fe40f396e7465b6c9a20bf86e (patch) | |
tree | 59e8765ccd7dc29a9d6d54b4e2003f07d3072f18 /drivers/staging | |
parent | c867b265b15c2703fe07adcce064a2e3ba77ed13 (diff) |
[media] mn88472: 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>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/media/mn88472/TODO | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/staging/media/mn88472/TODO b/drivers/staging/media/mn88472/TODO new file mode 100644 index 000000000000..b90a14be3beb --- /dev/null +++ b/drivers/staging/media/mn88472/TODO | |||
@@ -0,0 +1,21 @@ | |||
1 | Driver general quality is not good enough for mainline. Also, other | ||
2 | device drivers (USB-bridge, tuner) needed for Astrometa receiver in | ||
3 | question could need some changes. However, if that driver is mainlined | ||
4 | due to some other device than Astrometa, unrelated TODOs could be | ||
5 | skipped. In that case rtl28xxu driver needs module parameter to prevent | ||
6 | driver loading. | ||
7 | |||
8 | Required TODOs: | ||
9 | * missing lock flags | ||
10 | * I2C errors | ||
11 | * tuner sensitivity | ||
12 | |||
13 | *Do not* send any patch fixing checkpatch.pl issues. Currently it passes | ||
14 | checkpatch.pl tests. I don't want waste my time to review this kind of | ||
15 | trivial stuff. *Do not* add missing register I/O error checks. Those are | ||
16 | missing for the reason it is much easier to compare I2C data sniffs when | ||
17 | there is less lines. Those error checks are about the last thing to be added. | ||
18 | |||
19 | Patches should be submitted to: | ||
20 | linux-media@vger.kernel.org and Antti Palosaari <crope@iki.fi> | ||
21 | |||