Controls, stream formats and documentation for those. That is all API stuff. Antti Antti Palosaari (13): v4l: add RF tuner gain controls v4l: add RF tuner channel bandwidth control v4l: reorganize RF tuner control ID numbers v4l: uapi: add SDR formats CU8 and CU16LE v4l: add enum_freq_bands support to tuner sub-device v4l: add control for RF tuner PLL lock flag DocBook: V4L: add V4L2_SDR_FMT_CU8 - 'CU08' DocBook: V4L: add V4L2_SDR_FMT_CU16LE - 'CU16' DocBook: document RF tuner gain controls DocBook: media: document V4L2_CTRL_CLASS_RF_TUNER DocBook: document RF tuner bandwidth controls DocBook: media: document PLL lock control DocBook: media: add some general info about RF tuners Documentation/DocBook/media/v4l/controls.xml | 138 +++++++++++++++++++++ .../DocBook/media/v4l/pixfmt-sdr-cu08.xml | 44 +++++++ .../DocBook/media/v4l/pixfmt-sdr-cu16le.xml | 46 +++++++ Documentation/DocBook/media/v4l/pixfmt.xml | 3 + .../DocBook/media/v4l/vidioc-g-ext-ctrls.xml | 7 +- drivers/media/v4l2-core/v4l2-ctrls.c | 24 ++++ include/media/v4l2-subdev.h | 1 + include/uapi/linux/v4l2-controls.h | 14 +++ include/uapi/linux/videodev2.h | 4 + 9 files changed, 280 insertions(+), 1 deletion(-) create mode 100644 Documentation/DocBook/media/v4l/pixfmt-sdr-cu08.xml create mode 100644 Documentation/DocBook/media/v4l/pixfmt-sdr-cu16le.xml -- 1.8.5.3 -- 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