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 <laurent.pinch...@ideasonboard.com>
> Signed-off-by: Sakari Ailus <sakari.ai...@iki.fi>
> Signed-off-by: David Cohen <daco...@gmail.com>
> Signed-off-by: Stanimir Varbanov <svarba...@mm-sol.com>
> Signed-off-by: Vimarsh Zutshi <vimarsh.zut...@gmail.com>
> Signed-off-by: Tuukka Toivonen <tuukka...@gmail.com>
> Signed-off-by: Sergio Aguirre <saagui...@ti.com>
> Signed-off-by: Antti Koskipaa <akosk...@gmail.com>
> Signed-off-by: Ivan T. Ivanov <iiva...@mm-sol.com>
> Signed-off-by: RaniSuneela <r...@ti.com>
> Signed-off-by: Atanas Filipov <afili...@mm-sol.com>
> Signed-off-by: Gjorgji Rosikopulos <grosikopu...@mm-sol.com>
> Signed-off-by: Hiroshi DOYU <hiroshi.d...@nokia.com>
> Signed-off-by: Nayden Kanchev <nkanc...@mm-sol.com>
> Signed-off-by: Phil Carmody <ext-phil.2.carm...@nokia.com>
> Signed-off-by: Artem Bityutskiy <artem.bityuts...@nokia.com>
> Signed-off-by: Dominic Curran <dcur...@ti.com>
> Signed-off-by: Ilkka Myllyperkio <ilkka.myllyper...@sofica.fi>
> Signed-off-by: Pallavi Kulkarni <p-kulka...@ti.com>
> Signed-off-by: Vaibhav Hiremath <hvaib...@ti.com>

CHECK: usleep_range is preferred over udelay; see 
Documentation/timers/timers-howto.txt
+               udelay(10);
CHECK: multiple assignments should be avoided
#1552: FILE: drivers/media/video/omap3-isp/ispcsi2.c:212:
+       ctx->ping_addr = ctx->pong_addr = addr;

CHECK: usleep_range is preferred over udelay; see 
Documentation/timers/timers-howto.txt
+                       udelay(100);
CHECK: usleep_range is preferred over udelay; see 
Documentation/timers/timers-howto.txt
+               udelay(100);
CHECK: usleep_range is preferred over udelay; see 
Documentation/timers/timers-howto.txt
+               udelay(50);
total: 0 errors, 0 warnings, 5 checks, 3074 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.

-- 
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to