1Driver general quality is not good enough for mainline. Also, other 2device drivers (USB-bridge, tuner) needed for Astrometa receiver in 3question could need some changes. However, if that driver is mainlined 4due to some other device than Astrometa, unrelated TODOs could be 5skipped. In that case rtl28xxu driver needs module parameter to prevent 6driver loading. 7 8Required 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 14checkpatch.pl tests. I don't want waste my time to review this kind of 15trivial stuff. *Do not* add missing register I/O error checks. Those are 16missing for the reason it is much easier to compare I2C data sniffs when 17there is less lines. Those error checks are about the last thing to be added. 18 19Patches should be submitted to: 20linux-media@vger.kernel.org and Antti Palosaari <crope@iki.fi> 21 22