public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] go7007 staging changes
@ 2010-02-12  0:32 Pete Eberlein
  2010-02-19  2:54 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Pete Eberlein @ 2010-02-12  0:32 UTC (permalink / raw)
  To: linux-media@vger.kernel.org

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(-)




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-02-19 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-12  0:32 [PATCH 0/5] go7007 staging changes Pete Eberlein
2010-02-19  2:54 ` Mauro Carvalho Chehab
2010-02-19 18:08   ` Pete Eberlein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox