The following changes since commit 2c41cc0be07b5ee2f1167f41cd8a86fc5b53d82c: media: venus: firmware: fix leaked of_node references (2019-05-24 09:03:06 -0400) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.3e for you to fetch changes up to 38eaf2f243d1985cc8b7c4c9fd2210b731850b91: cxusb: add raw mode support for Medion MD95700 (2019-05-27 13:15:57 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Maciej S. Szmigiero (8): cx25840: don't open-code cx25840_reset() inside cx25840_load_fw() cx25840: g_std operation really implements querystd operation cx25840: implement g_std operation cx25840: add pin to pad mapping and output format configuration cx25840: set_fmt operation should clamp out-of-range picture sizes cxusb: implement Medion MD95700 digital / analog coexistence cxusb: add analog mode support for Medion MD95700 cxusb: add raw mode support for Medion MD95700 drivers/media/i2c/cx25840/cx25840-core.c | 554 +++++++++++++++++++--- drivers/media/i2c/cx25840/cx25840-core.h | 15 + drivers/media/i2c/cx25840/cx25840-vbi.c | 4 + drivers/media/usb/dvb-usb/Kconfig | 16 +- drivers/media/usb/dvb-usb/Makefile | 3 + drivers/media/usb/dvb-usb/cxusb-analog.c | 1971 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/media/usb/dvb-usb/cxusb.c | 451 +++++++++++++++--- drivers/media/usb/dvb-usb/cxusb.h | 158 +++++++ drivers/media/usb/dvb-usb/dvb-usb-dvb.c | 5 +- drivers/media/usb/dvb-usb/dvb-usb-init.c | 13 + drivers/media/usb/dvb-usb/dvb-usb.h | 10 + drivers/media/v4l2-core/v4l2-ioctl.c | 3 +- include/media/drv-intf/cx25840.h | 105 ++++- 13 files changed, 3173 insertions(+), 135 deletions(-) create mode 100644 drivers/media/usb/dvb-usb/cxusb-analog.c