Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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 <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Laurent Pinchart and committed by
Mauro Carvalho Chehab
c1026c58 bd0f2e6d

+1 -1
+1 -1
include/media/omap3isp.h
··· 58 58 * ISP_LANE_SHIFT_4 - CAMEXT[13:4] -> CAM[9:0] 59 59 * ISP_LANE_SHIFT_6 - CAMEXT[13:6] -> CAM[7:0] 60 60 * @clk_pol: Pixel clock polarity 61 - * 0 - Non Inverted, 1 - Inverted 61 + * 0 - Sample on rising edge, 1 - Sample on falling edge 62 62 * @hs_pol: Horizontal synchronization polarity 63 63 * 0 - Active high, 1 - Active low 64 64 * @vs_pol: Vertical synchronization polarity