All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Do some improvements/fixups on mb86a20s, cx231xx and em28xx
@ 2013-03-03 15:58 Mauro Carvalho Chehab
  2013-03-03 15:58 ` [PATCH 01/11] [media] mb86a20s: don't pollute dmesg with debug messages Mauro Carvalho Chehab
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Mauro Carvalho Chehab @ 2013-03-03 15:58 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, Linux Media Mailing List,
	Alfredo Jesús Delaiti

While working to add support for a new device, I discovered a
series of issues with mb86a20s and one with em28xx.

While here, I also changed cx231xx to improve its signal
detection, by using a different IF frequency and increasing the
IF signal level from the tuner by 12dB.

Mauro Carvalho Chehab (11):
  [media] mb86a20s: don't pollute dmesg with debug messages
  [media] mb86a20s: adjust IF based on what's set on the tuner
  [media] mb86a20s: provide CNR stats before FE_HAS_SYNC
  [media] mb86a20s: Fix signal strength calculus
  [media] mb86a20s: don't allow updating signal strength too fast
  [media] mb86a20s: change AGC tuning parameters
  [media] mb86a20s: Always reset the frontend with set_frontend
  [media] mb86a20s: Don't reset strength with the other stats
  [media] mb86a20s: cleanup the status at set_frontend()
  [media] cx231xx: Improve signal reception for PV SBTVD
  [media] em28xx-dvb: Don't put device in suspend mode at feed stop

 drivers/media/dvb-core/dmxdev.c         |   3 +-
 drivers/media/dvb-frontends/mb86a20s.c  | 200 +++++++++++++++++++++-----------
 drivers/media/usb/cx231xx/cx231xx-dvb.c |   4 +-
 drivers/media/usb/em28xx/em28xx-dvb.c   |   2 -
 4 files changed, 136 insertions(+), 73 deletions(-)

-- 
1.8.1.4


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

end of thread, other threads:[~2013-03-04 11:23 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 15:58 [PATCH 00/11] Do some improvements/fixups on mb86a20s, cx231xx and em28xx Mauro Carvalho Chehab
2013-03-03 15:58 ` [PATCH 01/11] [media] mb86a20s: don't pollute dmesg with debug messages Mauro Carvalho Chehab
2013-03-03 15:58 ` [PATCH 02/11] [media] mb86a20s: adjust IF based on what's set on the tuner Mauro Carvalho Chehab
2013-03-03 15:58 ` [PATCH 03/11] [media] mb86a20s: provide CNR stats before FE_HAS_SYNC Mauro Carvalho Chehab
2013-03-04 11:23   ` Mauro Carvalho Chehab
2013-03-03 15:58 ` [PATCH 04/11] [media] mb86a20s: Fix signal strength calculus Mauro Carvalho Chehab
2013-03-03 15:58 ` [PATCH 05/11] [media] mb86a20s: don't allow updating signal strength too fast Mauro Carvalho Chehab
2013-03-03 15:58 ` [PATCH 06/11] [media] mb86a20s: change AGC tuning parameters Mauro Carvalho Chehab
2013-03-03 15:58 ` [PATCH 07/11] [media] mb86a20s: Always reset the frontend with set_frontend Mauro Carvalho Chehab
2013-03-03 15:58 ` [PATCH 08/11] [media] mb86a20s: Don't reset strength with the other stats Mauro Carvalho Chehab
2013-03-03 15:58 ` [PATCH 09/11] [media] mb86a20s: cleanup the status at set_frontend() Mauro Carvalho Chehab
2013-03-03 15:58 ` [PATCH 10/11] [media] cx231xx: Improve signal reception for PV SBTVD Mauro Carvalho Chehab
2013-03-03 15:58 ` [PATCH 11/11] [media] em28xx-dvb: Don't put device in suspend mode at feed stop 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.