summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/videobuf2-dvb.c
AgeCommit message (Collapse)AuthorFilesLines
2016-02-10[media] add media controller support to videobuf2-dvbMauro Carvalho Chehab1-2/+11
Allow devices to pass an optional argument to register the DVB driver at the media controller. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-04-16[media] vb2: Add videobuf2-dvb supportHans Verkuil1-0/+336
With the new vb2_thread_start/stop core code it is very easy to implement videobuf2-dvb. This should simplify converting existing videobuf drivers to vb2. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>