Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759038AbZFAO64 (ORCPT ); Mon, 1 Jun 2009 10:58:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755526AbZFAO4t (ORCPT ); Mon, 1 Jun 2009 10:56:49 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:59963 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758667AbZFAO4q convert rfc822-to-8bit (ORCPT ); Mon, 1 Jun 2009 10:56:46 -0400 From: "Paulraj, Sandeep" To: "linux-media@vger.kernel.org" CC: "linux-kernel@vger.kernel.org" , "Grosen, Mark" Date: Mon, 1 Jun 2009 09:56:40 -0500 Subject: New Driver for DaVinci DM355/DM365/DM6446 Thread-Topic: New Driver for DaVinci DM355/DM365/DM6446 Thread-Index: AcniyStmw6uMN6wQR1S5so7ZtS4AbA== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 977 Lines: 21 Hello, WE have a module(H3A) on Davinci DM6446,DM355 and DM365. Customers require a way to collect the data required to perform the Auto Exposure (AE), Auto Focus(AF), and Auto White balance (AWB) in hardware as opposed to software. This is primarily for performance reasons as there is not enough software processing MIPS (to do 3A statistics) available in an imaging/video system. Including this block in hardware reduces the load on the processor and bandwidth to the memory as the data is collected on the fly from the imager. This modules collects statistics and we currently implement it as a character driver. Which mailing list would be the most appropriate mailing list to submit patches for review? Thanks, Sandeep -- 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/