* [GIT PULL FOR v4.2] Clean up and move dt3155 out of staging
@ 2015-04-30 13:49 Hans Verkuil
0 siblings, 0 replies; only message in thread
From: Hans Verkuil @ 2015-04-30 13:49 UTC (permalink / raw)
To: linux-media
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-30 13:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-30 13:49 [GIT PULL FOR v4.2] Clean up and move dt3155 out of staging Hans Verkuil
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.