From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755008Ab1ALLOG (ORCPT ); Wed, 12 Jan 2011 06:14:06 -0500 Received: from mail-wy0-f174.google.com ([74.125.82.174]:63969 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752136Ab1ALLOC (ORCPT ); Wed, 12 Jan 2011 06:14:02 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=j7WEdPPYA4ecDU9CtDzgZnPglsa//tJitrsZtwrnhMvXgYg7WQnWXtl46bx7f8Oxtl fea1S63LqCMbSKcQvL5WBOL2Ihc30FaoEpqnU/HzOwSs8Ol9PxQyJbzipLzkZf7oK9DM PeUmPi3wzHNoAh9Om/Fs9w71vvTNhktezGawQ= Subject: [PATCH 0/2] Fix the way mx3_camera manage non 8-bpp pixel formats From: Alberto Panizzo To: Guennadi Liakhovetski Cc: HansVerkuil , linux-media@vger.kernel.org, linux-kernel In-Reply-To: <1294092449.2493.135.camel@realization> References: <1290964687.3016.5.camel@realization> <1290965045.3016.11.camel@realization> <1294076008.2493.85.camel@realization> <1294092449.2493.135.camel@realization> Content-Type: text/plain; charset="UTF-8" Date: Wed, 12 Jan 2011 12:13:56 +0100 Message-ID: <1294830836.2576.46.camel@realization> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series enable the mx3_camera driver to manage correctly pixel formats like RGB565 UYVY and SBGGR10 This patch series applies to the staging/for_2.6.38-rc1 and I hope it will reach the mainline in one of the .38-rcN Best regards, Alberto!