summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-core
AgeCommit message (Expand)Author
2020-06-30media: dvb_frontend: fix return error codeMauro Carvalho Chehab
2020-06-30media: dvb_frontend: fix wrong cast in compat_ioctlKatsuhiro Suzuki
2020-06-30media: dvb_frontend: Add commands implementation for compat ioctJaedon Shin
2020-06-30media: dvb_frontend: Add compat_ioctl callbackJaedon Shin
2020-06-30media: dvb_frontend: Add unlocked_ioctl in dvb_frontend.cJaedon Shin
2020-06-30media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return codeMauro Carvalho Chehab
2020-06-30media: dvb_frontend: dtv_property_process_set() cleanupsSatendra Singh Thakur
2020-06-30media: dvb_frontend: fix return values for FE_SET_PROPERTYMauro Carvalho Chehab
2020-06-30media: dvb_frontend: better document the -EPERM conditionMauro Carvalho Chehab
2020-06-30media: dvb_frontend: get rid of property cache's stateMauro Carvalho Chehab
2020-06-30media: dvb_frontend: cleanup ioctl handling logicMauro Carvalho Chehab
2020-06-30media: dvb_frontend: cleanup dvb_frontend_ioctl_properties()Mauro Carvalho Chehab
2020-06-30media: dvb_frontend: get rid of set_property() callbackMauro Carvalho Chehab
2020-06-30media: dvb_frontend: get rid of get_property() callbackMauro Carvalho Chehab
2020-06-30media: dvb/frontend.h: move out a private internal structureMauro Carvalho Chehab
2020-06-30media: dvb_frontend: initialize variable s with FE_NONE instead of 0Colin Ian King
2020-06-20media: dvb_frontend: ensure that inital front end status initializedColin Ian King
2019-10-05media: dvb-core: fix a memory leak bugWenwen Wang
2018-07-03media: dvb_frontend: fix locking issues at dvb_frontend_get_event()Mauro Carvalho Chehab
2018-05-25media: dmxdev: fix error code for invalid ioctlsMauro Carvalho Chehab
2018-03-24media/dvb-core: Race condition when writing to CAMJasmin J
2016-09-22[media] get rid of a number of problems at the cross referencesMauro Carvalho Chehab
2016-09-09[media] demux.h: fix a documentation warningMauro Carvalho Chehab
2016-09-09[media] demux.h: Fix a few documentation issuesMauro Carvalho Chehab
2016-09-09[media] dvb_ringbuffer.h: document the define macrosMauro Carvalho Chehab
2016-09-09[media] dtv-core.rst: move DTV ringbuffer notes to kAPI docMauro Carvalho Chehab
2016-09-09[media] dvb_ringbuffer.h: Document all functionsMauro Carvalho Chehab
2016-08-24[media] dvb_frontend: Use memdup_user() rather than duplicating its implement...Markus Elfring
2016-07-23[media] doc-rst: add some needed escape codesMauro Carvalho Chehab
2016-07-23[media] dvb_ringbuffer.h: some documentation improvementsMauro Carvalho Chehab
2016-07-23[media] doc-rst: Fix some Sphinx warningsMauro Carvalho Chehab
2016-07-23Merge branch 'patchwork' into topic/docs-nextMauro Carvalho Chehab
2016-07-17[media] doc-rst: Fix conversion for dvb-core.rstMauro Carvalho Chehab
2016-07-17[media] doc-rst: Convert media API to rstMauro Carvalho Chehab
2016-07-13[media] dvb-core/en50221: use kref to manage struct dvb_ca_privateMax Kellermann
2016-07-13[media] dvb_frontend: eliminate blocking wait in dvb_unregister_frontend()Max Kellermann
2016-07-09[media] media: dvb_ringbuffer: Add memory barriersSoeren Moch
2016-07-08[media] dvb: use ktime_t for internal timeoutArnd Bergmann
2016-06-07[media] drivers/media/dvb-core/en50221: move code to dvb_ca_private_free()Max Kellermann
2016-05-07[media] media/dvb-core: forward media_create_pad_links() return valueMax Kellermann
2016-05-06[media] az6027: Add support for Elgato EyeTV Sat v3Olli Salonen
2016-05-06[media] dw2102: move USB IDs to dvb-usb-ids.hMauro Carvalho Chehab
2016-03-03[media] dvb-core: fix return code checking for devices with CAOlli Salonen
2016-03-03[media] Add support for Avermedia AverTV Volar HD 2 (TD110)Philippe Valembois
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