[RFC PATCH 06/18] davinci: replace V4L2_OUT_CAP_CUSTOM_TIMINGS by V4L2_OUT_CAP_DV_TIMINGS
Prabhakar Lad
prabhakar.csengg at gmail.com
Sat Feb 16 07:58:06 EST 2013
Cc'ed Sekhar, DLOS, LAK.
Sekhar Can you Ack this patch ? Or maybe you can take this patch through
your tree ?
On Sat, Feb 16, 2013 at 2:58 PM, Hans Verkuil <hverkuil at xs4all.nl> wrote:
> From: Hans Verkuil <hans.verkuil at cisco.com>
>
> The use of V4L2_OUT_CAP_CUSTOM_TIMINGS is deprecated, use DV_TIMINGS instead.
> Note that V4L2_OUT_CAP_CUSTOM_TIMINGS is just a #define for
> V4L2_OUT_CAP_DV_TIMINGS.
>
> At some point in the future these CUSTOM_TIMINGS defines might be removed.
>
> Signed-off-by: Hans Verkuil <hans.verkuil at cisco.com>
> Cc: Prabhakar Lad <prabhakar.csengg at gmail.com>
Acked-by: Lad, Prabhakar <prabhakar.lad at ti.com>
Regards,
--Prabhakar
> ---
> arch/arm/mach-davinci/board-dm646x-evm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c
> index 6e2f163..43f35d6 100644
> --- a/arch/arm/mach-davinci/board-dm646x-evm.c
> +++ b/arch/arm/mach-davinci/board-dm646x-evm.c
> @@ -514,7 +514,7 @@ static const struct vpif_output dm6467_ch0_outputs[] = {
> .index = 1,
> .name = "Component",
> .type = V4L2_OUTPUT_TYPE_ANALOG,
> - .capabilities = V4L2_OUT_CAP_CUSTOM_TIMINGS,
> + .capabilities = V4L2_OUT_CAP_DV_TIMINGS,
> },
> .subdev_name = "adv7343",
> .output_route = ADV7343_COMPONENT_ID,
> --
> 1.7.10.4
>
More information about the linux-arm-kernel
mailing list