From: Daniel Scheller <d.scheller@xxxxxxx> dddvb brings a few additional FEC rates (1/4 and 1/3), 64/128/256APSK modulations and more rolloff factors (DVB-S2X), and 64K transmission mode (DVB-T2). These rather trivial patches bring them to mainline, and puts these missing bits into the stv0910's get_frontend() callback (FEC 1/4 and 1/3 are handled throughout the rest of the demod driver already). In addition (as suggestion from Richard Scobie), the stv0910 driver now reports it's active delivery system. Changes from v1 to v2: - DVB-S2X rolloff factors and reporting - report of the active delivery system in stv0910:get_frontend() Daniel Scheller (5): media: dvb_frontend: add FEC modes, S2X modulations and 64K transmission media: dvb_frontend: add DVB-S2X rolloff factors media: dvb-frontends/stv0910: report FEC 1/4 and 1/3 in get_frontend() media: dvb-frontends/stv0910: report S2 rolloff in get_frontend() media: dvb-frontends/stv0910: report active delsys in get_frontend() Documentation/media/frontend.h.rst.exceptions | 9 +++++++++ drivers/media/dvb-core/dvb_frontend.c | 9 +++++++++ drivers/media/dvb-frontends/stv0910.c | 16 ++++++++++----- include/uapi/linux/dvb/frontend.h | 29 ++++++++++++++++++++++----- 4 files changed, 53 insertions(+), 10 deletions(-) -- 2.13.6