TODO 898 B

123456789101112131415161718192021
  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. Required TODOs:
  8. * missing lock flags
  9. * I2C errors
  10. * tuner sensitivity
  11. *Do not* send any patch fixing checkpatch.pl issues. Currently it passes
  12. checkpatch.pl tests. I don't want waste my time to review this kind of
  13. trivial stuff. *Do not* add missing register I/O error checks. Those are
  14. missing for the reason it is much easier to compare I2C data sniffs when
  15. there is less lines. Those error checks are about the last thing to be added.
  16. Patches should be submitted to:
  17. linux-media@vger.kernel.org and Antti Palosaari <crope@iki.fi>