summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-core/dvb_frontend.c
AgeCommit message (Expand)Author
2019-08-04media: don't drop front-end reference count for ->detachArnd Bergmann
2019-06-27media: dvb_frontend: split dvb_frontend_handle_ioctl functionArnd Bergmann
2019-06-12Merge tag 'media/v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113Thomas Gleixner
2019-05-22media: dvb: warning about dvb frequency limits produces too much noiseSean Young
2019-03-01media: dvb-core: fix several typosMauro Carvalho Chehab
2018-11-23media: dvb_frontend: add debug message for frequency intervalsMauro Carvalho Chehab
2018-11-23media: dvb_frontend: don't print function names twiceMauro Carvalho Chehab
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab
2018-08-02media: dvb_frontend: ensure that the step is ok for both FE and tunerMauro Carvalho Chehab
2018-08-02media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab
2018-08-02media: dvb: convert tuner_info frequencies to HzMauro Carvalho Chehab
2018-05-11media: dvb_frontend: cleanup some coding style errorsMauro Carvalho Chehab
2018-05-11media: dvbdev: add a mutex protecting the "mdev" pointerMax Kellermann
2018-05-04media: dvb-core/dvb_frontend: set better default for ISDB-TAkihiro Tsukada
2018-04-17media: dvb_frontend: fix locking issues at dvb_frontend_get_event()Mauro Carvalho Chehab
2018-04-04media: dvb_frontend: fix wrong cast in compat_ioctlKatsuhiro Suzuki
2018-03-22media: dvb_frontend: add proper __user annotationsMauro Carvalho Chehab
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