Message ID | 697f2939eac3755e4b5d74433d160d44672ab7ca.1361006882.git.hans.verkuil@cisco.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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@xs4all.nl> wrote: > From: Hans Verkuil <hans.verkuil@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@cisco.com> > Cc: Prabhakar Lad <prabhakar.csengg@gmail.com> Acked-by: Lad, Prabhakar <prabhakar.lad@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 > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 2/16/2013 6:28 PM, Prabhakar Lad wrote: > Cc'ed Sekhar, DLOS, LAK. > > Sekhar Can you Ack this patch ? Or maybe you can take this patch through > your tree ? I can take the patch, but I can only send for v3.10 since for v3.9 ARM tree is only accepting bug fixes for already accepted code. If you wish to take this through media tree for v3.9, feel free to add: Acked-by: Sekhar Nori <nsekhar@ti.com> Since this appears to be an ARM-only patch, its better to add an 'ARM:' prefix to the subject line as is the norm with all other ARM patches. Thanks, Sekhar -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Sat February 16 2013 20:23:39 Sekhar Nori wrote: > On 2/16/2013 6:28 PM, Prabhakar Lad wrote: > > Cc'ed Sekhar, DLOS, LAK. > > > > Sekhar Can you Ack this patch ? Or maybe you can take this patch through > > your tree ? > > I can take the patch, but I can only send for v3.10 since for v3.9 ARM > tree is only accepting bug fixes for already accepted code. If you wish > to take this through media tree for v3.9, feel free to add: There is no hurry. If you can take this patch for 3.10, then that is fine by me. This patch series is unlikely to make it in 3.9 anyway, nor does it need to. Just let me know if you take it, then I can drop it from my patch series. Regards, Hans > > Acked-by: Sekhar Nori <nsekhar@ti.com> > > Since this appears to be an ARM-only patch, its better to add an 'ARM:' > prefix to the subject line as is the norm with all other ARM patches. > > Thanks, > Sekhar > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Hans, On 2/17/2013 1:03 AM, Hans Verkuil wrote: > On Sat February 16 2013 20:23:39 Sekhar Nori wrote: >> On 2/16/2013 6:28 PM, Prabhakar Lad wrote: >>> Cc'ed Sekhar, DLOS, LAK. >>> >>> Sekhar Can you Ack this patch ? Or maybe you can take this patch through >>> your tree ? >> >> I can take the patch, but I can only send for v3.10 since for v3.9 ARM >> tree is only accepting bug fixes for already accepted code. If you wish >> to take this through media tree for v3.9, feel free to add: > > There is no hurry. If you can take this patch for 3.10, then that is fine > by me. This patch series is unlikely to make it in 3.9 anyway, nor does it > need to. Just let me know if you take it, then I can drop it from my patch > series. It appears that it will be simpler if you manage the entire series. I have already acked this one, so please take it through the media tree. Thanks, Sekhar -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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,