This is the version 9 of the stats API. On this patchset, there are DocBooks, API headers, dvb-core and one driver example for the new API usage. Currently, the driver example is too simple: it adds just 2 QoS indicators, being one global (signal strength) and one per-layer. It is simple like that to help others to review this patch series. Adding the code for the remaining indicators (CNR, UCB, per-layer CNR) is easy, coding them are a little more complex, as table lookups are needed to convert from MER to CNR, and from global CNR into dB. So, I'll code that later. Mauro Carvalho Chehab (4): dvb: Add DVBv5 stats properties for Quality of Service dvb: the core logic to handle the DVBv5 QoS properties mb86a20s: provide signal strength via DVBv5 stats API mb86a20s: add BER measure Documentation/DocBook/media/dvb/dvbproperty.xml | 97 ++++++++- drivers/media/dvb-core/dvb_frontend.c | 56 ++++++ drivers/media/dvb-core/dvb_frontend.h | 12 ++ drivers/media/dvb-frontends/mb86a20s.c | 257 ++++++++++++++++++++++-- include/uapi/linux/dvb/frontend.h | 84 +++++++- 5 files changed, 484 insertions(+), 22 deletions(-) -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html