public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Pete Eberlein <pete@sensoray.com>
To: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Subject: [PATCH 0/5] go7007 staging changes
Date: Thu, 11 Feb 2010 16:32:50 -0800	[thread overview]
Message-ID: <1265934770.4626.249.camel@pete-desktop> (raw)

Hello.

This series moves most of the subdevice drivers used by the go7007
driver out of the staging directory.  The sony-tuner, ov7640, tw2804 and
tw9903 are converted to use the v4l2_subdev API, and the wis- versions
are made obsolete.  The wis-saa7113 and wis-saa7115 drivers are
obsolete, and don't add anything not already in the existing saa7113 and
saa7115 video decoder drivers.  The audio chip driver wis-uda1342
doesn't belong in 

If these changes are accepted, it should be determined if the go7007
driver can be moved out of staging, or what work remains to be done.

Pete Eberlein

[PATCH 1/5] go7007: driver id cleanup
[PATCH 2/5] sony-tuner: Subdev conversion from wis-sony-tuner
[PATCH 3/5] tw2804: video decoder subdev conversion
[PATCH 4/5] tw9903: video decoder subdev conversion
[PATCH 5/5] ov7640: sensor driver subdev conversion

 b/linux/drivers/media/common/tuners/sony-tuner.c |  695 +++++++++++++++++++++++
 b/linux/drivers/media/video/ov7640.c             |  141 ++++
 b/linux/drivers/media/video/tw2804.c             |  398 +++++++++++++
 b/linux/drivers/media/video/tw9903.c             |  370 ++++++++++++
 linux/Documentation/video4linux/CARDLIST.tuner   |    3 
 linux/drivers/media/common/tuners/Kconfig        |    8 
 linux/drivers/media/common/tuners/Makefile       |    1 
 linux/drivers/media/common/tuners/tuner-types.c  |   12 
 linux/drivers/media/video/Kconfig                |   19 
 linux/drivers/media/video/Makefile               |    3 
 linux/drivers/staging/go7007/go7007-driver.c     |   55 -
 linux/drivers/staging/go7007/go7007-priv.h       |   18 
 linux/drivers/staging/go7007/go7007-usb.c        |   30 
 linux/drivers/staging/go7007/wis-i2c.h           |   11 
 linux/drivers/staging/go7007/wis-ov7640.c        |    2 
 linux/drivers/staging/go7007/wis-sony-tuner.c    |    2 
 linux/include/media/tuner.h                      |    4 
 linux/include/media/v4l2-chip-ident.h            |    1 
 18 files changed, 1692 insertions(+), 81 deletions(-)




             reply	other threads:[~2010-02-12  3:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-12  0:32 Pete Eberlein [this message]
2010-02-19  2:54 ` [PATCH 0/5] go7007 staging changes Mauro Carvalho Chehab
2010-02-19 18:08   ` Pete Eberlein

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=1265934770.4626.249.camel@pete-desktop \
    --to=pete@sensoray.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox