From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATH 0/3] ARM: OMAP1: Camera: Updates API usage and removes unused files Date: Tue, 27 Nov 2007 18:25:11 -0800 Message-ID: <20071128022511.GH11825@atomide.com> References: <1195683785-32132-1-git-send-email-edubezval@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1195683785-32132-1-git-send-email-edubezval@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: Eduardo Valentin Cc: Eduardo Valentin , linux-omap@vger.kernel.org, linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org * Eduardo Valentin [071121 14:24]: > This patch set updates v4l2 API usage and removes unused > files on camera code for omap1. Here is an overall description: > > There are two updates on v4l2 API usage: on the use of videobuf and > v4l2-int-device deattach. > > As the ov9640 is already moved to the v4l2-int-device API and > the camera code for omap1 too, this patch set also removes unused and > duplicated files. The info from this removed files already moved to board > specific files and to other files (see previous related patches). > > Signed-off-by: Eduardo Valentin > > Here is its overall diffstat: > b/drivers/media/video/omap/Kconfig | 3 > b/drivers/media/video/omap/camera_core.c | 11 > b/drivers/media/video/omap/camera_core.h | 3 > drivers/media/video/omap/camera_core.c | 13 > drivers/media/video/omap/h3_sensor_power.c | 63 - > drivers/media/video/omap/h3sensorpower.h | 17 > drivers/media/video/omap/h4_sensor_power.c | 76 - > drivers/media/video/omap/h4sensorpower.h | 17 > drivers/media/video/omap/ov9640.h | 179 ---- > drivers/media/video/omap/sensor_if.h | 50 - > drivers/media/video/omap/sensor_ov9640.c | 1221 ----------------------------- > 11 files changed, 14 insertions(+), 1639 deletions(-) > Pushing thise series today. Is there anything else that can be removed now regarding the camera stuff? Tony