This pull request cleans up the dt3155 driver and moves it out of staging. Tested with my dt3155 board. Regards, Hans The following changes since commit e183201b9e917daf2530b637b2f34f1d5afb934d: [media] uvcvideo: add support for VIDIOC_QUERY_EXT_CTRL (2015-04-10 10:29:27 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git dt3155 for you to fetch changes up to 682454513c7c17c981645e5d9796ae5bed8edf61: dt3155: add GFP_DMA32 flag to vb2 queue (2015-04-26 11:27:00 +0200) ---------------------------------------------------------------- Hans Verkuil (13): dt3155v4l: code cleanup dt3155v4l: remove unused statistics dt3155v4l: add v4l2_device support dt3155v4l: remove pointless dt3155_alloc/free_coherent dt3155v4l: remove bogus single-frame capture in init_board dt3155v4l: move vb2_queue to top-level dt3155v4l: drop CONFIG_DT3155_STREAMING dt3155v4l: correctly start and stop streaming dt3155v4l: drop CONFIG_DT3155_CCIR, use s_std instead dt3155v4l: fix format handling dt3155v4l: support inputs VID0-3 dt3155: move out of staging into drivers/media/pci dt3155: add GFP_DMA32 flag to vb2 queue MAINTAINERS | 8 + drivers/media/pci/Kconfig | 1 + drivers/media/pci/Makefile | 1 + drivers/media/pci/dt3155/Kconfig | 13 + drivers/media/pci/dt3155/Makefile | 1 + drivers/media/pci/dt3155/dt3155.c | 627 +++++++++++++++++++++++++ drivers/{staging/media/dt3155v4l/dt3155v4l.h => media/pci/dt3155/dt3155.h} | 64 +-- drivers/staging/media/Kconfig | 2 - drivers/staging/media/Makefile | 1 - drivers/staging/media/dt3155v4l/Kconfig | 29 -- drivers/staging/media/dt3155v4l/Makefile | 1 - drivers/staging/media/dt3155v4l/dt3155v4l.c | 981 ---------------------------------------- 12 files changed, 675 insertions(+), 1054 deletions(-) create mode 100644 drivers/media/pci/dt3155/Kconfig create mode 100644 drivers/media/pci/dt3155/Makefile create mode 100644 drivers/media/pci/dt3155/dt3155.c rename drivers/{staging/media/dt3155v4l/dt3155v4l.h => media/pci/dt3155/dt3155.h} (82%) delete mode 100644 drivers/staging/media/dt3155v4l/Kconfig delete mode 100644 drivers/staging/media/dt3155v4l/Makefile delete mode 100644 drivers/staging/media/dt3155v4l/dt3155v4l.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