From: Laurent Pinchart Date: Wed, 16 Nov 2011 19:59:05 +0000 (-0300) Subject: [media] omap3isp: Clarify the clk_pol field in platform data X-Git-Tag: v3.3-rc1~48^2~417 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1026c580df130c1d1943fff99bae0bef2cafa7b;p=platform%2Fkernel%2Flinux-3.10.git [media] omap3isp: Clarify the clk_pol field in platform data The field is used to select the polarity of the pixel clock signal. "Inverted" and "non inverted" are bad descriptions, specify instead on which clock edge the signals are sampled. Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/omap3isp.h b/include/media/omap3isp.h index e917b1d..042849a 100644 --- a/include/media/omap3isp.h +++ b/include/media/omap3isp.h @@ -58,7 +58,7 @@ enum { * ISP_LANE_SHIFT_4 - CAMEXT[13:4] -> CAM[9:0] * ISP_LANE_SHIFT_6 - CAMEXT[13:6] -> CAM[7:0] * @clk_pol: Pixel clock polarity - * 0 - Non Inverted, 1 - Inverted + * 0 - Sample on rising edge, 1 - Sample on falling edge * @hs_pol: Horizontal synchronization polarity * 0 - Active high, 1 - Active low * @vs_pol: Vertical synchronization polarity