summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/videobuf2-dvb.c
Commit message (Collapse)AuthorAgeFilesLines
* [media] add media controller support to videobuf2-dvbMauro Carvalho Chehab2016-02-101-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>
* [media] vb2: Add videobuf2-dvb supportHans Verkuil2014-04-161-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>