]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] tvp7002: use dv_timings structs instead of presets
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 15 Feb 2013 17:46:40 +0000 (14:46 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 19 Mar 2013 19:07:59 +0000 (16:07 -0300)
commitf96067af1f2313fd0e29c131368f33364f0ad98c
tree2a9bd88b26049b88f94cd3eb8e9ab1fc2f7ca137
parentf0cd015e31d3818c96a9b436357b39929c2a361b
[media] tvp7002: use dv_timings structs instead of presets

In the functions tvp7002_mbus_fmt(), tvp7002_log_status and tvp7002_probe()
we should use the dv_timings data structures instead of dv_preset data
structures and functions.
This is the second step towards removing the deprecated preset support of this
driver.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/i2c/tvp7002.c