aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/cec (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+3
2019-10-24media: cec-pin: add 'received' callbackHans Verkuil1-0/+10
2019-10-07cec: add cec_adapter to cec_notifier_cec_adap_unregister()Hans Verkuil1-2/+3
2019-10-01media: cec: expose the new connector info APIDariusz Marcinkiewicz3-5/+22
2019-10-01media: cec/cec-adap.c: use new UI_CMD definesHans Verkuil1-3/+7
2019-08-26media: cec-notifier: clear cec_adap in cec_notifier_unregisterHans Verkuil1-0/+2
2019-08-26media: cec-adap: return from cec_s_conn_info() if adap is invalidHans Verkuil1-0/+3
2019-06-27media: cec-notifier: add new notifier functionsHans Verkuil1-0/+85
2019-06-27media: cec: add struct cec_connector_info supportDariusz Marcinkiewicz2-0/+34
2019-06-27media: cec-notifier: rename variables, check kstrdup and n->conn_nameHans Verkuil1-9/+18
2019-05-29media: cec-adap: fix regression in ping sanity checkHans Verkuil1-1/+1
2019-05-28Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab1-0/+1
2019-05-23media: cec: allow any initiator for Ping and Image/Text View OnHans Verkuil1-2/+11
2019-05-23media: cec: support CEC_MSG_FL_RAWHans Verkuil1-45/+62
2019-05-23media: cec: add CEC_MSG_FL_RAW flag and msg_is_raw helper functionHans Verkuil1-0/+5
2019-05-23media: cec: move check from cec_transmit to cec_transmit_msg_fhHans Verkuil2-8/+5
2019-05-23media: cec: cec_transmit_msg_fh: do sanity checks firstHans Verkuil1-5/+6
2019-05-22media: cec: mark devnode as registered before actually registering itHans Verkuil1-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-22media: cec-notifier: add cec_notifier_parse_hdmi_phandle helperHans Verkuil1-0/+30
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-2/+2
2019-03-19media: cec: fill in cec chardev kobject to ease debuggingHans Verkuil1-0/+1
2019-02-18media: cec: fix epoll() by calling poll_wait firstHans Verkuil1-1/+1
2018-11-23media: cec: keep track of outstanding transmitsHans Verkuil1-9/+18
2018-11-23media: cec: add debug_phys_addr module optionHans Verkuil1-0/+6
2018-11-23media: cec: report Vendor ID after initializationHans Verkuil1-0/+7
2018-11-23media: cec-pin: fix broken tx_ignore_nack_until_eom error injectionHans Verkuil1-2/+3
2018-11-06media: cec: increase debug level for 'queue full'Hans Verkuil1-1/+1
2018-11-06media: cec: check for non-OK/NACK conditions while claiming a LAHans Verkuil1-10/+37
2018-10-15media: cec: forgot to cancel delayed workHans Verkuil1-0/+2
2018-10-05media: cec: name for RC passthrough device does not need 'RC for'Sean Young1-4/+2
2018-10-05media: cec-gpio: select correct Signal Free TimeHans Verkuil1-0/+20
2018-10-05media: cec: fix the Signal Free Time calculationHans Verkuil1-19/+7
2018-10-05media: cec: add new tx/rx status bits to detect aborts/timeoutsHans Verkuil1-48/+18
2018-09-24media: cec: remove cec-edid.cHans Verkuil3-25/+14
2018-09-24media: cec/v4l2: move V4L2 specific CEC functions to V4L2Hans Verkuil1-71/+0
2018-09-24media: cec: integrate cec_validate_phys_addr() in cec-api.cHans Verkuil1-1/+18
2018-09-24media: cec: make cec_get_edid_spa_location() an inline functionHans Verkuil1-60/+0
2018-09-12media: cec: move compat_ioctl handling to cec-api.cArnd Bergmann1-0/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2-3/+3
2018-08-20Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-3/+8
2018-07-25media: cec: add support for 5V signal testingHans Verkuil2-1/+25
2018-07-13media: cec-notifier: Get notifier by device and connector nameNeil Armstrong1-3/+8
2018-05-28media: cec: fix wrong tx/rx_status values when canceling a msgHans Verkuil1-6/+13
2018-05-28media: cec-pin-error-inj: avoid a false-positive Spectre detectionMauro Carvalho Chehab1-11/+12
2018-04-20media: rc: per-protocol repeat period and minimum keyup timerSean Young1-1/+1
2018-04-20media: cec: set ev rather than v with CEC_PIN_EVENT_FL_DROPPED bitColin Ian King1-1/+1
2018-04-17media: cec: fix smatch errorHans Verkuil1-4/+6
2018-04-04media: cec-pin: Fixed ktime_t to ns conversionJasmin Jessich1-3/+3
2018-03-23media: cec-core: fix a bug at cec_error_inj_write()Mauro Carvalho Chehab1-3/+3