From patchwork Thu Jan 27 16:21:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Janusz Uzycki X-Patchwork-Id: 512891 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p0RGUwfv004223 for ; Thu, 27 Jan 2011 16:30:58 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751323Ab1A0Qa4 (ORCPT ); Thu, 27 Jan 2011 11:30:56 -0500 Received: from mailmxout5.mailmx.agnat.pl ([193.239.44.251]:43873 "EHLO mailmxout.mailmx.agnat.pl" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751216Ab1A0Qaz (ORCPT ); Thu, 27 Jan 2011 11:30:55 -0500 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 27 Jan 2011 16:30:59 +0000 (UTC) X-Greylist: delayed 556 seconds by postgrey-1.27 at vger.kernel.org; Thu, 27 Jan 2011 11:30:55 EST Received: from smtp.agnat.pl ([193.239.44.82]) by mailmxout.mailmx.agnat.pl with esmtp (Exim 4.72) (envelope-from ) id 1PiUbE-0006eS-3F; Thu, 27 Jan 2011 17:21:32 +0100 Received: from [83.24.166.27] (helo=laptop2) by smtp.agnat.pl with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.71) (envelope-from ) id 1PiUbD-0006d9-BZ; Thu, 27 Jan 2011 17:21:32 +0100 Message-ID: <0473CEA9D0594657A1DB0F7E25A208D2@laptop2> From: "Janusz Uzycki" To: "Guennadi Liakhovetski" Cc: , References: <1E539FC23CF84B8A91428720570395E0@laptop2> Subject: Re: SoC Camera driver and TV decoder Date: Thu, 27 Jan 2011 17:21:30 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Authenticated-Id: j.uzycki Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org --- tvp5150.c.orig 2011-01-27 08:56:34.454572019 +0100 +++ tvp5150.c 2011-01-27 17:04:38.786072092 +0100 @@ -2,6 +2,7 @@ * tvp5150 - Texas Instruments TVP5150A/AM1 video decoder driver * * Copyright (c) 2005,2006 Mauro Carvalho Chehab (mchehab@infradead.org) + * Copyright (c) 2011 Janusz Uzycki (j.uzycki@elproma.com.pl) - SoC camera API * This code is placed under the terms of the GNU General Public License v2 */