]> git.baikalelectronics.ru Git - kernel.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)
commit1d85c3fac1a952120c9bf557749fdd51cccd1cd7
tree2a9bd88b26049b88f94cd3eb8e9ab1fc2f7ca137
parente86ad0ee863197fd5016791ac634ebb5225a28ba
[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