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 <[email protected]>
> Signed-off-by: Sakari Ailus <[email protected]>
> Signed-off-by: David Cohen <[email protected]>
> Signed-off-by: Stanimir Varbanov <[email protected]>
> Signed-off-by: Vimarsh Zutshi <[email protected]>
> Signed-off-by: Tuukka Toivonen <[email protected]>
> Signed-off-by: Sergio Aguirre <[email protected]>
> Signed-off-by: Antti Koskipaa <[email protected]>
> Signed-off-by: Ivan T. Ivanov <[email protected]>
> Signed-off-by: RaniSuneela <[email protected]>
> Signed-off-by: Atanas Filipov <[email protected]>
> Signed-off-by: Gjorgji Rosikopulos <[email protected]>
> Signed-off-by: Hiroshi DOYU <[email protected]>
> Signed-off-by: Nayden Kanchev <[email protected]>
> Signed-off-by: Phil Carmody <[email protected]>
> Signed-off-by: Artem Bityutskiy <[email protected]>
> Signed-off-by: Dominic Curran <[email protected]>
> Signed-off-by: Ilkka Myllyperkio <[email protected]>
> Signed-off-by: Pallavi Kulkarni <[email protected]>
> Signed-off-by: Vaibhav Hiremath <[email protected]>

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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to