aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-core/dvb_frontend.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 113Thomas Gleixner1-13/+1
2019-03-01media: dvb-core: fix several typosMauro Carvalho Chehab1-1/+1
2018-11-23media: dvb_frontend: add debug message for frequency intervalsMauro Carvalho Chehab1-0/+3
2018-11-23media: dvb_frontend: don't print function names twiceMauro Carvalho Chehab1-4/+4
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-1/+1
2018-08-02media: dvb_frontend: ensure that the step is ok for both FE and tunerMauro Carvalho Chehab1-1/+4
2018-08-02media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab1-25/+59
2018-08-02media: dvb: convert tuner_info frequencies to HzMauro Carvalho Chehab1-4/+21
2018-05-11media: dvb_frontend: cleanup some coding style errorsMauro Carvalho Chehab1-99/+101
2018-05-11media: dvbdev: add a mutex protecting the "mdev" pointerMax Kellermann1-0/+7
2018-05-04media: dvb-core/dvb_frontend: set better default for ISDB-TAkihiro Tsukada1-1/+1
2018-04-17media: dvb_frontend: fix locking issues at dvb_frontend_get_event()Mauro Carvalho Chehab1-8/+15
2018-04-04media: dvb_frontend: fix wrong cast in compat_ioctlKatsuhiro Suzuki1-1/+1
2018-03-22media: dvb_frontend: add proper __user annotationsMauro Carvalho Chehab1-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-8/+175
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab1-2/+2
2017-12-19media: dvb_frontend: add physical layer scrambling supportAthanasios Oikonomou1-0/+12
2017-12-13media: dvb_frontend: Add commands implementation for compat ioctJaedon Shin1-0/+131
2017-12-13media: dvb_frontend: Add compat_ioctl callbackJaedon Shin1-0/+12
2017-12-13media: dvb_frontend: Add unlocked_ioctl in dvb_frontend.cJaedon Shin1-3/+14
2017-12-13media: dvb_frontend: fix ifnullfree.cocci warningsFengguang Wu1-2/+1
2017-12-12media: dvb_frontend: fix return error codeMauro Carvalho Chehab1-1/+1
2017-12-11media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return codeMauro Carvalho Chehab1-1/+3
2017-11-27media: annotate ->poll() instancesAl Viro1-1/+1
2017-11-27media: dvb_frontend fix kernel_doc markupsMauro Carvalho Chehab1-5/+8
2017-11-07dvb_frontend: don't use-after-free the frontend structMauro Carvalho Chehab1-5/+2
2017-11-07media: dvb-core: always call invoke_release() in fe_free()Daniel Scheller1-4/+5
2017-10-17Merge commit '3728e6a255b5' into patchworkMauro Carvalho Chehab1-4/+21
2017-10-11media: dvb: do some coding style cleanupMauro Carvalho Chehab1-7/+8
2017-10-11media: dvb_frontend: get rid of dtv_get_property_dump()Mauro Carvalho Chehab1-31/+12
2017-10-11media: dvb_frontend: dtv_property_process_set() cleanupsSatendra Singh Thakur1-53/+72
2017-10-11media: dvb_frontend: fix return values for FE_SET_PROPERTYMauro Carvalho Chehab1-2/+0
2017-10-11media: dvb_frontend: better document the -EPERM conditionMauro Carvalho Chehab1-3/+17
2017-10-11media: dvb_frontend: get rid of property cache's stateMauro Carvalho Chehab1-14/+6
2017-10-11media: dvb_frontend: cleanup ioctl handling logicMauro Carvalho Chehab1-170/+158
2017-10-11media: dvb_frontend: cleanup dvb_frontend_ioctl_properties()Mauro Carvalho Chehab1-32/+51
2017-10-11media: dvb_frontend: get rid of set_property() callbackMauro Carvalho Chehab1-7/+0
2017-10-11media: dvb_frontend: get rid of get_property() callbackMauro Carvalho Chehab1-8/+1
2017-10-11media: dvb_frontend: only use kref after initializedMauro Carvalho Chehab1-4/+21
2017-09-05media: dvb/frontend.h: move out a private internal structureMauro Carvalho Chehab1-0/+11
2017-08-27media: dvb_frontend: initialize variable s with FE_NONE instead of 0Colin Ian King1-1/+1
2017-08-27media: dvb_frontend: ensure that inital front end status initializedColin Ian King1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-03[media] media: Protect enable_source and disable_source handler code pathsShuah Khan1-6/+18
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-5/+2
2016-11-18Revert "[media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementations"Mauro Carvalho Chehab1-8/+0
2016-11-18[media] dvb_frontend: move kref to struct dvb_frontendMax Kellermann1-16/+30
2016-11-18[media] dvb_frontend: add "detach" callbackMax Kellermann1-0/+1