linux_dsm_epyc7002/drivers/media/usb/uvc
Mauro Carvalho Chehab 1809510715 [media] media: get rid of unused "extra_links" param on media_entity_init()
Currently, media_entity_init() creates an array with the links,
allocated at init time. It provides a parameter (extra_links)
that would allocate more links than the current needs, but this
is not used by any driver.

As we want to be able to do dynamic link allocation/removal,
we'll need to change the implementation of the links. So,
before doing that, let's first remove that extra unused
parameter, in order to cleanup the interface first.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-01-11 12:18:39 -02:00
..
Kconfig [media] uvc: Depend on VIDEO_V4L2 2013-06-24 22:54:40 -03:00
Makefile
uvc_ctrl.c [media] uvcvideo: Fix reading the current exposure value of UVC 2015-12-18 15:21:34 -02:00
uvc_debugfs.c
uvc_driver.c Revert "[media] UVC: Add support for ds4 depth camera" 2015-12-12 08:10:40 -02:00
uvc_entity.c [media] media: get rid of unused "extra_links" param on media_entity_init() 2016-01-11 12:18:39 -02:00
uvc_isight.c
uvc_queue.c [media] vb2: drop v4l2_format argument from queue_setup 2015-12-18 13:48:19 -02:00
uvc_status.c [media] uvcvideo: Fix open/close race condition 2013-06-08 19:51:16 -03:00
uvc_v4l2.c [media] usb/uvc: Support for V4L2_CTRL_WHICH_DEF_VAL 2015-11-17 14:46:21 -02:00
uvc_video.c [media] uvcvideo: small cleanup in uvc_video_clock_update() 2015-12-18 15:21:35 -02:00
uvcvideo.h Revert "[media] UVC: Add support for ds4 depth camera" 2015-12-12 08:10:40 -02:00