The following changes since commit 37c1d2e4098e48d9107858246027510efcfd7774: Merge branch 'linus' into patchwork (2013-06-20 05:19:09 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v3.11 for you to fetch changes up to 442d51f936ccf6f90bc4083a451bfea81ebe72e2: go7007: fix return 0 for unsupported devices in go7007_usb_probe() (2013-06-20 16:48:51 +0200) ---------------------------------------------------------------- Alexey Khoroshilov (2): usbvision-video: fix memory leak of alt_max_pkt_size go7007: fix return 0 for unsupported devices in go7007_usb_probe() Lad, Prabhakar (13): media: davinci: vpif: remove unwanted header mach/hardware.h and sort the includes alphabetically media: davinci: vpif: Convert to devm_* api media: davinci: vpif: remove unnecessary braces around defines media: davinci: vpif_capture: move the freeing of irq and global variables to remove() media: davinci: vpif_capture: use module_platform_driver() media: davinci: vpif_capture: Convert to devm_* api media: davinci: vpif_capture: remove unnecessary loop for IRQ resource media: davinci: vpif_display: move the freeing of irq and global variables to remove() media: davinci: vpif_display: use module_platform_driver() media: davinci: vpif_display: Convert to devm_* api media: davinci: vpif_display: remove unnecessary loop for IRQ resource media: i2c: tvp514x: add OF support media: i2c: ths7303: remove unused member driver_data Lubomir Rintel (1): usbtv: Add driver for Fushicai USBTV007 video frame grabber Ondrej Zary (2): radio-sf16fmi: Add module name to bus_info radio-sf16fmi: Set frequency during init Documentation/devicetree/bindings/media/i2c/tvp514x.txt | 44 +++++ drivers/media/i2c/ths7303.c | 4 - drivers/media/i2c/tvp514x.c | 62 ++++++- drivers/media/platform/davinci/vpif.c | 45 ++--- drivers/media/platform/davinci/vpif_capture.c | 76 ++------ drivers/media/platform/davinci/vpif_display.c | 65 ++----- drivers/media/radio/radio-sf16fmi.c | 27 ++- drivers/media/usb/Kconfig | 1 + drivers/media/usb/Makefile | 1 + drivers/media/usb/usbtv/Kconfig | 10 ++ drivers/media/usb/usbtv/Makefile | 1 + drivers/media/usb/usbtv/usbtv.c | 696 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/media/usb/usbvision/usbvision-video.c | 2 + drivers/staging/media/go7007/go7007-usb.c | 4 +- 14 files changed, 870 insertions(+), 168 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/i2c/tvp514x.txt create mode 100644 drivers/media/usb/usbtv/Kconfig create mode 100644 drivers/media/usb/usbtv/Makefile create mode 100644 drivers/media/usb/usbtv/usbtv.c -- 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