From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from na3sys009aog105.obsmtp.com ([74.125.149.75]:35863 "EHLO na3sys009aog105.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753359Ab1BNMhp (ORCPT ); Mon, 14 Feb 2011 07:37:45 -0500 Date: Mon, 14 Feb 2011 14:37:39 +0200 From: Felipe Balbi To: Laurent Pinchart Cc: linux-media@vger.kernel.org, linux-omap@vger.kernel.org, sakari.ailus@maxwell.research.nokia.com Subject: Re: [PATCH v6 07/10] omap3isp: CCP2/CSI2 receivers Message-ID: <20110214123739.GZ2549@legolas.emea.dhcp.ti.com> Reply-To: balbi@ti.com References: <1297686097-9804-1-git-send-email-laurent.pinchart@ideasonboard.com> <1297686097-9804-8-git-send-email-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1297686097-9804-8-git-send-email-laurent.pinchart@ideasonboard.com> List-ID: Sender: On Mon, Feb 14, 2011 at 01:21:34PM +0100, Laurent Pinchart wrote: > The OMAP3 ISP CCP2 and CSI2 receivers provide an interface to connect > serial MIPI sensors to the device. > > Signed-off-by: Laurent Pinchart > Signed-off-by: Sakari Ailus > Signed-off-by: David Cohen > Signed-off-by: Stanimir Varbanov > Signed-off-by: Vimarsh Zutshi > Signed-off-by: Tuukka Toivonen > Signed-off-by: Sergio Aguirre > Signed-off-by: Antti Koskipaa > Signed-off-by: Ivan T. Ivanov > Signed-off-by: RaniSuneela > Signed-off-by: Atanas Filipov > Signed-off-by: Gjorgji Rosikopulos > Signed-off-by: Hiroshi DOYU > Signed-off-by: Nayden Kanchev > Signed-off-by: Phil Carmody > Signed-off-by: Artem Bityutskiy > Signed-off-by: Dominic Curran > Signed-off-by: Ilkka Myllyperkio > Signed-off-by: Pallavi Kulkarni > Signed-off-by: Vaibhav Hiremath checkpatch still complains a bit about this one: CHECK: struct mutex definition without comment #1368: FILE: drivers/media/video/omap3-isp/ispqueue.h:157: + struct mutex lock; CHECK: spinlock_t definition without comment #1369: FILE: drivers/media/video/omap3-isp/ispqueue.h:158: + spinlock_t irqlock; WARNING: please, no space before tabs #2723: FILE: drivers/media/video/omap3-isp/ispvideo.h:49: + * ^Ibits. Identical to @code if the format is 10 bits wide or less.$ WARNING: please, no space before tabs #2725: FILE: drivers/media/video/omap3-isp/ispvideo.h:51: + * ^Iformat. Identical to @code if the format is not DPCM compressed.$ CHECK: spinlock_t definition without comment #2762: FILE: drivers/media/video/omap3-isp/ispvideo.h:88: + spinlock_t lock; CHECK: struct mutex definition without comment #2823: FILE: drivers/media/video/omap3-isp/ispvideo.h:149: + struct mutex mutex; CHECK: struct mutex definition without comment #2840: FILE: drivers/media/video/omap3-isp/ispvideo.h:166: + struct mutex stream_lock; total: 0 errors, 2 warnings, 5 checks, 2806 lines checked /home/balbi/tst.diff has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. does it make sense to fix those ? -- balbi