public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] stv0910/stv6111 updates
@ 2017-07-23 10:13 Daniel Scheller
  2017-07-23 10:13 ` [PATCH 1/7] [media] dvb-frontends/stv0910: fix STR assignment, remove unneeded var Daniel Scheller
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Daniel Scheller @ 2017-07-23 10:13 UTC (permalink / raw)
  To: linux-media, mchehab, mchehab; +Cc: jasmin, r.scobie

From: Daniel Scheller <d.scheller@gmx.net>

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-07-23 15:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-23 10:13 [PATCH 0/7] stv0910/stv6111 updates Daniel Scheller
2017-07-23 10:13 ` [PATCH 1/7] [media] dvb-frontends/stv0910: fix STR assignment, remove unneeded var Daniel Scheller
2017-07-23 10:13 ` [PATCH 2/7] [media] dvb-frontends/stv0910: implement diseqc_send_burst Daniel Scheller
2017-07-23 10:13 ` [PATCH 3/7] [media] dvb-frontends/stv0910: further coding style cleanup Daniel Scheller
2017-07-23 10:13 ` [PATCH 4/7] [media] dvb-frontends/stv0910: cosmetics: fixup comments, misc Daniel Scheller
2017-07-23 10:13 ` [PATCH 5/7] [media] dvb-frontends/stv6111: coding style cleanup Daniel Scheller
2017-07-23 10:13 ` [PATCH 6/7] [media] dvb-frontends/stv6111: cosmetics: comments fixup, misc Daniel Scheller
2017-07-23 10:13 ` [PATCH 7/7] [media] dvb-frontends/stv{0910,6111}: constify tables Daniel Scheller
2017-07-23 15:22 ` [PATCH 0/7] stv0910/stv6111 updates Jasmin J.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox