All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] drx-j: Cleanups, fixes and support for DVBv5 stats
@ 2014-03-10 11:58 Mauro Carvalho Chehab
  2014-03-10 11:58 ` [PATCH 01/15] drx-j: Don't use 0 as NULL Mauro Carvalho Chehab
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Mauro Carvalho Chehab @ 2014-03-10 11:58 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, Linux Media Mailing List,
	Mauro Carvalho Chehab

This patch series is meant to:
1) fix some reported issues (sparse, smatch);

2) Fix one compilation issue with em28xx when drx-j is not selected;

3) Get rid of unused code. It is always possible to restore the code
   from git history. Removing the unused code helps to better understand
   what's actually there.

4) Add support for DVBv5 stats.

On my tests here with an AWGN noise generator, the CNR measure made by
drx-j was close enough to the SNR injected (with a difference of about
1 dB).

Mauro Carvalho Chehab (15):
  drx-j: Don't use 0 as NULL
  drx-j: Fix dubious usage of "&" instead of "&&"
  drx39xxj.h: Fix undefined reference to attach function
  drx-j: don't use mc_info before checking if its not NULL
  drx-j: get rid of dead code
  drx-j: remove external symbols
  drx-j: Fix usage of drxj_close()
  drx-j: propagate returned error from request_firmware()
  drx-j: get rid of some unused vars
  drx-j: Don't use "state" for DVB lock state
  drx-j: re-add get_sig_strength()
  drx-j: Prepare to use DVBv5 stats
  drx-j: properly handle bit counts on stats
  drx-j: Fix detection of no signal
  drx-j: enable DVBv5 stats

 drivers/media/dvb-frontends/drx39xyj/drx39xxj.h   |     6 +
 drivers/media/dvb-frontends/drx39xyj/drx_driver.h |    24 -
 drivers/media/dvb-frontends/drx39xyj/drxj.c       | 11146 +++-----------------
 drivers/media/dvb-frontends/drx39xyj/drxj.h       |    30 -
 4 files changed, 1343 insertions(+), 9863 deletions(-)

-- 
1.8.5.3


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

end of thread, other threads:[~2014-03-10 13:04 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 11:58 [PATCH 00/15] drx-j: Cleanups, fixes and support for DVBv5 stats Mauro Carvalho Chehab
2014-03-10 11:58 ` [PATCH 01/15] drx-j: Don't use 0 as NULL Mauro Carvalho Chehab
2014-03-10 11:58 ` [PATCH 02/15] drx-j: Fix dubious usage of "&" instead of "&&" Mauro Carvalho Chehab
2014-03-10 11:58 ` [PATCH 03/15] drx39xxj.h: Fix undefined reference to attach function Mauro Carvalho Chehab
2014-03-10 11:58 ` [PATCH 04/15] drx-j: don't use mc_info before checking if its not NULL Mauro Carvalho Chehab
2014-03-10 11:58 ` [PATCH 06/15] drx-j: remove external symbols Mauro Carvalho Chehab
2014-03-10 11:58 ` [PATCH 07/15] drx-j: Fix usage of drxj_close() Mauro Carvalho Chehab
2014-03-10 11:59 ` [PATCH 08/15] drx-j: propagate returned error from request_firmware() Mauro Carvalho Chehab
2014-03-10 11:59 ` [PATCH 09/15] drx-j: get rid of some unused vars Mauro Carvalho Chehab
2014-03-10 11:59 ` [PATCH 10/15] drx-j: Don't use "state" for DVB lock state Mauro Carvalho Chehab
2014-03-10 11:59 ` [PATCH 11/15] drx-j: re-add get_sig_strength() Mauro Carvalho Chehab
2014-03-10 11:59 ` [PATCH 12/15] drx-j: Prepare to use DVBv5 stats Mauro Carvalho Chehab
2014-03-10 11:59 ` [PATCH 13/15] drx-j: properly handle bit counts on stats Mauro Carvalho Chehab
2014-03-10 11:59 ` [PATCH 14/15] drx-j: Fix detection of no signal Mauro Carvalho Chehab
2014-03-10 11:59 ` [PATCH 15/15] drx-j: enable DVBv5 stats Mauro Carvalho Chehab
2014-03-10 13:04 ` [PATCH 00/15] drx-j: Cleanups, fixes and support for " Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.