summaryrefslogtreecommitdiff
path: root/drivers/media/cec/cec-core.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-15media: cec: move the core to a separate directoryMauro Carvalho Chehab1-465/+0
2020-01-08media: cec: remove unused functionsHans Verkuil1-20/+1
2019-10-01media: cec: expose the new connector info APIDariusz Marcinkiewicz1-5/+0
2019-06-27media: cec: add struct cec_connector_info supportDariusz Marcinkiewicz1-0/+5
2019-05-22media: cec: mark devnode as registered before actually registering itHans Verkuil1-1/+2
2019-03-19media: cec: fill in cec chardev kobject to ease debuggingHans Verkuil1-0/+1
2018-11-23media: cec: add debug_phys_addr module optionHans Verkuil1-0/+6
2018-10-05media: cec: name for RC passthrough device does not need 'RC for'Sean Young1-4/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-1/+1
2018-04-20media: rc: per-protocol repeat period and minimum keyup timerSean Young1-1/+1
2018-03-23media: cec-core: fix a bug at cec_error_inj_write()Mauro Carvalho Chehab1-3/+3
2018-03-22media: cec: add core error injection supportHans Verkuil1-0/+58
2018-02-14media: cec: add SPDX license infoHans Verkuil1-13/+1
2017-12-14media: cec: move cec autorepeat handling to rc-coreSean Young1-12/+0
2017-12-08media: cec: disable the hardware when unregisteredHans Verkuil1-6/+9
2017-10-04[media] media: rc: ensure that protocols are enabled for scancode driversSean Young1-1/+0
2017-09-23media: cec: add CEC_EVENT_PIN_HPD_LOW/HIGH eventsHans Verkuil1-4/+4
2017-08-26media: cec: replace pin->cur_value by adap->cec_pin_is_highHans Verkuil1-0/+1
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-2/+2
2017-08-20media: cec: fix remote control passthroughHans Verkuil1-0/+13
2017-08-20media: rc-core: rename input_name to device_nameSean Young1-2/+2
2017-07-18media: cec: drop senseless messageHans Verkuil1-4/+1
2017-07-18media: cec: add adap_free opHans Verkuil1-0/+2
2017-06-20[media] cec: add CEC_CAP_NEEDS_HPDHans Verkuil1-0/+1
2017-06-04[media] cec: drop MEDIA_CEC_DEBUGHans Verkuil1-2/+2
2017-06-04[media] cec: rename MEDIA_CEC_NOTIFIER to CEC_NOTIFIERHans Verkuil1-2/+2
2017-05-05Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-8/+32
2017-04-19[media] cec: add MEDIA_CEC_RC config optionHans Verkuil1-6/+6
2017-04-10[media] cec: fix confusing CEC_CAP_RC and IS_REACHABLE(CONFIG_RC_CORE) codeHans Verkuil1-3/+5
2017-04-10[media] cec: Fix runtime BUG when (CONFIG_RC_CORE && !CEC_CAP_RC)Lee Jones1-1/+1
2017-04-10[media] cec: integrate CEC notifier supportHans Verkuil1-0/+22
2017-03-21media: utilize new cdev_device_add helper functionLogan Gunthorpe1-12/+4
2017-01-30[media] rc-main: assign driver type during allocationAndi Shyti1-2/+1
2016-11-29[media] cec: pass parent device in register(), not allocate()Hans Verkuil1-8/+10
2016-11-16[media] cec: move the CEC framework out of staging and to mediaHans Verkuil1-0/+411