History log of /drivers/media/dvb-core/dvbdev.h
Revision Date Author Comments
4647f487083ded0d42a61bf2e066ce5328624ed3 29-May-2014 Mauro Carvalho Chehab <m.chehab@samsung.com> [media] dvbdev: add a dvb_detach() macro

The dvb_attach() was unbalanced, as there was no dvb_dettach. Ok,
on current cases, the dettach is done by dvbdev, but that are some
future corner cases where we may need to do this before registering
the frontend.

So, add a dvb_detach() and use it at dvb_frontend.c.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
3d6c2bc08ac4f75bf3597740357c98f2207ca412 14-Jun-2012 Mauro Carvalho Chehab <mchehab@redhat.com> [media] dvb: move the dvb core one level up

just like the V4L2 core, move the DVB core to drivers/media, as the
intention is to get rid of both "video" and "dvb" directories.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>