Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754803AbYLALqy (ORCPT ); Mon, 1 Dec 2008 06:46:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752713AbYLALqp (ORCPT ); Mon, 1 Dec 2008 06:46:45 -0500 Received: from smtp-vbr5.xs4all.nl ([194.109.24.25]:1872 "EHLO smtp-vbr5.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752340AbYLALqo (ORCPT ); Mon, 1 Dec 2008 06:46:44 -0500 From: Hans Verkuil To: "v4l-dvb maintainer list" Subject: [PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-ng Date: Mon, 1 Dec 2008 12:46:08 +0100 User-Agent: KMail/1.9.9 Cc: v4l , Mauro Carvalho Chehab , "linux-omap@vger.kernel.org" , linux-kernel@vger.kernel.org, davinci-linux-open-source-bounces@linux.davincidsp.com MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812011246.08885.hverkuil@xs4all.nl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4117 Lines: 88 Hi Mauro, Please pull from http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-ng for the following: - v4l2: add v4l2_device and v4l2_subdev structs to the v4l2 framework. - v4l2-common: add i2c helper functions - cs53l32a: convert to v4l2_subdev. - cx25840: convert to v4l2_subdev. - m52790: convert to v4l2_subdev. - msp3400: convert to v4l2_subdev. - saa7115: convert to v4l2_subdev. - saa7127: convert to v4l2_subdev. - saa717x: convert to v4l2_subdev. - tuner: convert to v4l2_subdev. - upd64031a: convert to v4l2_subdev. - upd64083: convert to v4l2_subdev. - vp27smpx: convert to v4l2_subdev. - wm8739: convert to v4l2_subdev. - wm8775: convert to v4l2_subdev. - ivtv/ivtvfb: convert to v4l2_device/v4l2_subdev. All points raised in reviews are addressed so I think it is time to get this merged so people can start to use it. Reviewed-by: Laurent Pinchart Reviewed-by: Guennadi Liakhovetski Reviewed-by: Andy Walls Reviewed-by: David Brownell Once this is in I'll start on converting the other i2c drivers. Thanks, Hans diffstat: b/linux/Documentation/video4linux/v4l2-framework.txt | 362 ++++++++ b/linux/drivers/media/video/v4l2-device.c | 86 + b/linux/drivers/media/video/v4l2-subdev.c | 108 ++ b/linux/include/media/v4l2-device.h | 109 ++ b/linux/include/media/v4l2-subdev.h | 188 ++++ linux/drivers/media/video/Makefile | 2 linux/drivers/media/video/cs53l32a.c | 186 ++-- linux/drivers/media/video/cx25840/cx25840-audio.c | 14 linux/drivers/media/video/cx25840/cx25840-core.c | 459 ++++++---- linux/drivers/media/video/cx25840/cx25840-core.h | 7 linux/drivers/media/video/cx25840/cx25840-firmware.c | 2 linux/drivers/media/video/cx25840/cx25840-vbi.c | 2 linux/drivers/media/video/ivtv/ivtv-controls.c | 16 linux/drivers/media/video/ivtv/ivtv-driver.c | 220 +---- linux/drivers/media/video/ivtv/ivtv-driver.h | 52 - linux/drivers/media/video/ivtv/ivtv-fileops.c | 44 - linux/drivers/media/video/ivtv/ivtv-gpio.c | 354 +++++--- linux/drivers/media/video/ivtv/ivtv-gpio.h | 3 linux/drivers/media/video/ivtv/ivtv-i2c.c | 340 +------ linux/drivers/media/video/ivtv/ivtv-i2c.h | 13 linux/drivers/media/video/ivtv/ivtv-ioctl.c | 73 - linux/drivers/media/video/ivtv/ivtv-routing.c | 12 linux/drivers/media/video/ivtv/ivtv-streams.c | 13 linux/drivers/media/video/ivtv/ivtv-vbi.c | 17 linux/drivers/media/video/ivtv/ivtvfb.c | 91 +- linux/drivers/media/video/m52790.c | 172 ++- linux/drivers/media/video/msp3400-driver.c | 408 +++++---- linux/drivers/media/video/msp3400-driver.h | 7 linux/drivers/media/video/msp3400-kthreads.c | 34 linux/drivers/media/video/saa7115.c | 829 +++++++++---------- linux/drivers/media/video/saa7127.c | 425 +++++---- linux/drivers/media/video/saa717x.c | 600 +++++++------ linux/drivers/media/video/tuner-core.c | 403 +++++---- linux/drivers/media/video/upd64031a.c | 193 ++-- linux/drivers/media/video/upd64083.c | 176 ++-- linux/drivers/media/video/v4l2-common.c | 170 +++ linux/drivers/media/video/vp27smpx.c | 134 ++- linux/drivers/media/video/wm8739.c | 198 ++-- linux/drivers/media/video/wm8775.c | 217 +++- linux/include/media/v4l2-common.h | 41 40 files changed, 4098 insertions(+), 2682 deletions(-) -- Hans Verkuil - video4linux developer - sponsored by TANDBERG -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/