public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Change support for Annex A/C
@ 2011-12-18  0:21 Mauro Carvalho Chehab
  2011-12-18  0:21 ` [PATCH 1/6] [media] Update documentation to reflect DVB-C Annex A/C support Mauro Carvalho Chehab
  0 siblings, 1 reply; 9+ messages in thread
From: Mauro Carvalho Chehab @ 2011-12-18  0:21 UTC (permalink / raw)
  To: linux-media; +Cc: Mauro Carvalho Chehab

As discussed at the ML, all existing drivers, except for dvb-k only
support DVB-C ITU-T J.83 Annex A. Also, a few dvb-c drivers don't support
0.13 roll-off, requred for Annex C. So, apply Manu's patch that
adds a separate delivery system for Annex C, and change a few existing
drivers that are known to work with both standards to work properly with
both annexes.

Mauro Carvalho Chehab (6):
  [media] Update documentation to reflect DVB-C Annex A/C support
  [media] Remove Annex A/C selection via roll-off factor
  [media] drx-k: report the supported delivery systems
  [media] tda10023: Don't use a magic numbers for QAM modulation
  [media] tda10023: add support for DVB-C Annex C
  [media] tda10021: Add support for DVB-C Annex C

 Documentation/DocBook/media/dvb/dvbproperty.xml |   11 +-
 Documentation/DocBook/media/dvb/frontend.xml    |    4 +-
 drivers/media/common/tuners/xc5000.c            |  137 +++++++++-------------
 drivers/media/dvb/dvb-core/dvb_frontend.c       |   25 ++++-
 drivers/media/dvb/frontends/drxk_hard.c         |   43 ++++++-
 drivers/media/dvb/frontends/tda10021.c          |   83 ++++++++++----
 drivers/media/dvb/frontends/tda10023.c          |   77 +++++++++----
 drivers/media/dvb/frontends/tda18271c2dd.c      |   44 +++----
 include/linux/dvb/frontend.h                    |    2 -
 9 files changed, 258 insertions(+), 168 deletions(-)

-- 
1.7.8


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

end of thread, other threads:[~2011-12-18  0:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-18  0:21 [PATCH 0/6] Change support for Annex A/C Mauro Carvalho Chehab
2011-12-18  0:21 ` [PATCH 1/6] [media] Update documentation to reflect DVB-C Annex A/C support Mauro Carvalho Chehab
2011-12-18  0:21   ` [PATCH 2/6] [media] Remove Annex A/C selection via roll-off factor Mauro Carvalho Chehab
2011-12-18  0:21     ` [PATCH 3/6] [media] drx-k: report the supported delivery systems Mauro Carvalho Chehab
2011-12-18  0:21       ` [PATCH 4/6] [media] tda10023: Don't use a magic numbers for QAM modulation Mauro Carvalho Chehab
2011-12-18  0:21         ` [PATCH 5/6] [media] tda10023: add support for DVB-C Annex C Mauro Carvalho Chehab
2011-12-18  0:21           ` [PATCH 6/6] [media] tda10021: Add " Mauro Carvalho Chehab
2011-12-18  0:27   ` [PATCH 1/6] [media] Update documentation to reflect DVB-C Annex A/C support Mauro Carvalho Chehab
2011-12-18  0:39     ` Mauro Carvalho Chehab

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