upstream: [media] ML86V7667: new video decoder driver
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>
Wed, 29 May 2013 17:52:28 +0000 (14:52 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:48:13 +0000 (11:48 +0900)
commit0dd7f33277807863fe4be903a5aab04c022d75d2
treece0c47d0b62f04873d57f68ce171cb0c7ec84639
parenteb7e9a4ee392cc97bc227da20e727fbff14f16e5
upstream: [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]