From: Daniel Scheller <d.scheller@xxxxxxx> Several, mostly cosmetic updates and fixes to these two new drivers, and one additional functionality: - Make both drivers 99% checkpatch-strict clean. stv0910_regs.h still has "CHECK: 'VALIDE' may be misspelled - perhaps 'VALID'?", which is left as-is intentionally (unclear if this really is a typo, or wanted or documented in vendor specs) - Fixup comments (block comment format, c++-style comments, whitespace etc) - Const'ify all tables - Better identifier strings - Signal strength assignment fixed and unneeded var removed (uvalue vs svalue) - Support/Implement the disecq_send_burst fe_op Based on https://patchwork.linuxtv.org/patch/42702/ and thus requires that one to be merged beforehand, else this series conflicts in patch 4/7. Build and runtime tested. Daniel Scheller (7): [media] dvb-frontends/stv0910: fix STR assignment, remove unneeded var [media] dvb-frontends/stv0910: implement diseqc_send_burst [media] dvb-frontends/stv0910: further coding style cleanup [media] dvb-frontends/stv0910: cosmetics: fixup comments, misc [media] dvb-frontends/stv6111: coding style cleanup [media] dvb-frontends/stv6111: cosmetics: comments fixup, misc [media] dvb-frontends/stv{0910,6111}: constify tables drivers/media/dvb-frontends/stv0910.c | 543 ++++---- drivers/media/dvb-frontends/stv0910.h | 4 +- drivers/media/dvb-frontends/stv0910_regs.h | 1953 ++++++++++++++-------------- drivers/media/dvb-frontends/stv6111.c | 85 +- drivers/media/dvb-frontends/stv6111.h | 7 +- 5 files changed, 1313 insertions(+), 1279 deletions(-) -- 2.13.0