[media] ML86V7667: new video decoder driver
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>
Wed, 29 May 2013 17:52:28 +0000 (14:52 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 13 Jun 2013 14:37:41 +0000 (11:37 -0300)
commited3e12d2b03f756f09433f08c4606cdc61ffbc7c
tree69e33316677b04205d2db453f556d9853c078081
parentcccb83f7a1848a8b2dda6480c2dc26e80710e50b
[media] ML86V7667: new video decoder driver

Add OKI Semiconductor ML86V7667 video decoder driver.
[Sergei: added v4l2_device_unregister_subdev() call to the error cleanup path
of ml86v7667_probe(), renamed ml86v7667_try_mbus_fmt() to ml86v7667_mbus_fmt(),
killed v4l2_chip_match_i2c_client() checks in the [gs]_register() methods, fixed
the prototype of the s_register() method, did some cleanup.]

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/ml86v7667.c [new file with mode: 0644]