summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-core/dvb_frontend.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab
2017-12-19media: dvb_frontend: add physical layer scrambling supportAthanasios Oikonomou
2017-12-13media: dvb_frontend: Add commands implementation for compat ioctJaedon Shin
2017-12-13media: dvb_frontend: Add compat_ioctl callbackJaedon Shin
2017-12-13media: dvb_frontend: Add unlocked_ioctl in dvb_frontend.cJaedon Shin
2017-12-13media: dvb_frontend: fix ifnullfree.cocci warningsFengguang Wu
2017-12-12media: dvb_frontend: fix return error codeMauro Carvalho Chehab
2017-12-11media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return codeMauro Carvalho Chehab
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-27media: dvb_frontend fix kernel_doc markupsMauro Carvalho Chehab
2017-11-07dvb_frontend: don't use-after-free the frontend structMauro Carvalho Chehab
2017-11-07media: dvb-core: always call invoke_release() in fe_free()Daniel Scheller
2017-10-17Merge commit '3728e6a255b5' into patchworkMauro Carvalho Chehab
2017-10-11media: dvb: do some coding style cleanupMauro Carvalho Chehab
2017-10-11media: dvb_frontend: get rid of dtv_get_property_dump()Mauro Carvalho Chehab
2017-10-11media: dvb_frontend: dtv_property_process_set() cleanupsSatendra Singh Thakur
2017-10-11media: dvb_frontend: fix return values for FE_SET_PROPERTYMauro Carvalho Chehab
2017-10-11media: dvb_frontend: better document the -EPERM conditionMauro Carvalho Chehab
2017-10-11media: dvb_frontend: get rid of property cache's stateMauro Carvalho Chehab
2017-10-11media: dvb_frontend: cleanup ioctl handling logicMauro Carvalho Chehab
2017-10-11media: dvb_frontend: cleanup dvb_frontend_ioctl_properties()Mauro Carvalho Chehab
2017-10-11media: dvb_frontend: get rid of set_property() callbackMauro Carvalho Chehab
2017-10-11media: dvb_frontend: get rid of get_property() callbackMauro Carvalho Chehab
2017-10-11media: dvb_frontend: only use kref after initializedMauro Carvalho Chehab
2017-09-05media: dvb/frontend.h: move out a private internal structureMauro Carvalho Chehab
2017-08-27media: dvb_frontend: initialize variable s with FE_NONE instead of 0Colin Ian King
2017-08-27media: dvb_frontend: ensure that inital front end status initializedColin Ian King
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-03[media] media: Protect enable_source and disable_source handler code pathsShuah Khan
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus
2016-11-18Revert "[media] dvb_frontend: merge duplicate dvb_tuner_ops.release implement...Mauro Carvalho Chehab
2016-11-18[media] dvb_frontend: move kref to struct dvb_frontendMax Kellermann
2016-11-18[media] dvb_frontend: add "detach" callbackMax Kellermann
2016-11-18[media] dvb_frontend: merge the two dvb_frontend_detach() versionsMax Kellermann
2016-11-18[media] dvb_frontend: tuner_ops.release returns voidMax Kellermann
2016-11-18[media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementationsMax Kellermann
2016-11-16[media] squash lines for simple wrapper functionsMasahiro Yamada
2016-10-21[media] dvb-core: use pr_foo() instead of printk()Mauro Carvalho Chehab
2016-08-24[media] dvb_frontend: Use memdup_user() rather than duplicating its implement...Markus Elfring
2016-07-13[media] dvb_frontend: eliminate blocking wait in dvb_unregister_frontend()Max Kellermann
2016-02-27[media] media: dvb-frontend invoke enable/disable_source handlersShuah Khan
2016-02-04[media] dvb_frontend: Don't let drivers to trash data at cacheMauro Carvalho Chehab
2016-02-04[media] dvb_frontend: pass the props cache to get_frontend() as argMauro Carvalho Chehab
2016-02-04[media] dvb_frontend: add props argument to dtv_get_frontend()Mauro Carvalho Chehab
2016-02-04[media] dvb_frontend: print DTV property dump also for SET_PROPERTYMauro Carvalho Chehab
2016-02-01[media] dvb-frontend: Use boottimeAbhilash Jindal
2016-01-11[media] dvb: modify core to implement interfaces/entities at MC new genMauro Carvalho Chehab