aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-core/dvb_filter.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-10-21[media] dvb-core: move dvb_filter out of the DVB coreMauro Carvalho Chehab1-603/+0
The dvb_filter.c can hardly be considered as part of the DVB core. More than half of the code there is commented out by av7110 and ttusb_dec. On the latter, just two small helper functions and a struct definition is used. Being part of the core means that it would require an amount of work to fix issues in it, like bad printk's on it, and to document it on some future, like other kAPI headers. It simply not worth the effort for something that seems to be deprecated, as no new drivers use it. So, move it out of the core, by moving it to pci/ttpci directory, where av7110 driver is kept, and copy the two routines used by ttyusb_dec directly into its code. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2012-08-13[media] dvb: move the dvb core one level upMauro Carvalho Chehab1-0/+603
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>