[media] v4l2-subdev: remove enum_framesizes/intervals
authorHans Verkuil <hans.verkuil@cisco.com>
Wed, 4 Mar 2015 09:48:01 +0000 (01:48 -0800)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 23 Mar 2015 19:02:41 +0000 (12:02 -0700)
commit8a56b6b5fd6ff92b7e27d870b803b11b751660c2
tree0ffae0ede0b4665f5e42f9bf2084fec37ac8bb23
parent17bef885249db5db921ac8cf6e23938a91a6cd7b
[media] v4l2-subdev: remove enum_framesizes/intervals

The video and pad ops are duplicates, so get rid of the more limited video op.

The whole point of the subdev API is to allow reuse of subdev drivers by
bridge drivers. Having duplicate ops makes that much harder. We should never
have allowed duplicate ops in the first place. A lesson for the future.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
include/media/v4l2-subdev.h
This page took 0.026439 seconds and 5 git commands to generate.