From: Hans Verkuil <hansverk@cisco.com>
To: linux-media <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v4.2] Clean up and move dt3155 out of staging
Date: Thu, 30 Apr 2015 15:49:44 +0200 [thread overview]
Message-ID: <554232F8.6090206@cisco.com> (raw)
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
reply other threads:[~2015-04-30 13:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=554232F8.6090206@cisco.com \
--to=hansverk@cisco.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.