summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec
Commit message (Expand)AuthorAgeFilesLines
* media: cec: remove unused functionsHans Verkuil2020-01-083-56/+4
* media: cec: check 'transmit_in_progress', not 'transmitting'Hans Verkuil2019-12-131-8/+12
* media: cec: avoid decrementing transmit_queue_sz if it is 0Hans Verkuil2019-12-131-2/+12
* media: cec: CEC 2.0-only bcast messages were ignoredHans Verkuil2019-12-131-3/+3
* Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-271-2/+3
|\
| * cec: add cec_adapter to cec_notifier_cec_adap_unregister()Hans Verkuil2019-10-071-2/+3
* | media: cec-pin: add 'received' callbackHans Verkuil2019-10-241-0/+10
* | media: cec: expose the new connector info APIDariusz Marcinkiewicz2019-10-013-5/+22
* | media: cec/cec-adap.c: use new UI_CMD definesHans Verkuil2019-10-011-3/+7
|/
* media: cec-notifier: clear cec_adap in cec_notifier_unregisterHans Verkuil2019-08-261-0/+2
* media: cec-adap: return from cec_s_conn_info() if adap is invalidHans Verkuil2019-08-261-0/+3
* media: cec-notifier: add new notifier functionsHans Verkuil2019-06-271-0/+85
* media: cec: add struct cec_connector_info supportDariusz Marcinkiewicz2019-06-272-0/+34
* media: cec-notifier: rename variables, check kstrdup and n->conn_nameHans Verkuil2019-06-271-9/+18
* media: cec-adap: fix regression in ping sanity checkHans Verkuil2019-05-291-1/+1
* Merge tag 'v5.2-rc2' into patchworkMauro Carvalho Chehab2019-05-281-0/+1
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | media: cec: allow any initiator for Ping and Image/Text View OnHans Verkuil2019-05-231-2/+11
* | media: cec: support CEC_MSG_FL_RAWHans Verkuil2019-05-231-45/+62
* | media: cec: add CEC_MSG_FL_RAW flag and msg_is_raw helper functionHans Verkuil2019-05-231-0/+5
* | media: cec: move check from cec_transmit to cec_transmit_msg_fhHans Verkuil2019-05-232-8/+5
* | media: cec: cec_transmit_msg_fh: do sanity checks firstHans Verkuil2019-05-231-5/+6
* | media: cec: mark devnode as registered before actually registering itHans Verkuil2019-05-221-1/+2
|/
* media: cec-notifier: add cec_notifier_parse_hdmi_phandle helperHans Verkuil2019-04-221-0/+30
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-2/+2
* media: cec: fill in cec chardev kobject to ease debuggingHans Verkuil2019-03-191-0/+1
* media: cec: fix epoll() by calling poll_wait firstHans Verkuil2019-02-181-1/+1
* media: cec: keep track of outstanding transmitsHans Verkuil2018-11-231-9/+18
* media: cec: add debug_phys_addr module optionHans Verkuil2018-11-231-0/+6
* media: cec: report Vendor ID after initializationHans Verkuil2018-11-231-0/+7
* media: cec-pin: fix broken tx_ignore_nack_until_eom error injectionHans Verkuil2018-11-231-2/+3
* media: cec: increase debug level for 'queue full'Hans Verkuil2018-11-061-1/+1
* media: cec: check for non-OK/NACK conditions while claiming a LAHans Verkuil2018-11-061-10/+37
* media: cec: forgot to cancel delayed workHans Verkuil2018-10-151-0/+2
* media: cec: name for RC passthrough device does not need 'RC for'Sean Young2018-10-051-4/+2
* media: cec-gpio: select correct Signal Free TimeHans Verkuil2018-10-051-0/+20
* media: cec: fix the Signal Free Time calculationHans Verkuil2018-10-051-19/+7
* media: cec: add new tx/rx status bits to detect aborts/timeoutsHans Verkuil2018-10-051-48/+18
* media: cec: remove cec-edid.cHans Verkuil2018-09-243-25/+14
* media: cec/v4l2: move V4L2 specific CEC functions to V4L2Hans Verkuil2018-09-241-71/+0
* media: cec: integrate cec_validate_phys_addr() in cec-api.cHans Verkuil2018-09-241-1/+18
* media: cec: make cec_get_edid_spa_location() an inline functionHans Verkuil2018-09-241-60/+0
* media: cec: move compat_ioctl handling to cec-api.cArnd Bergmann2018-09-121-0/+1
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-112-3/+3
* Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-08-201-3/+8
|\
| * media: cec-notifier: Get notifier by device and connector nameNeil Armstrong2018-07-131-3/+8
* | media: cec: add support for 5V signal testingHans Verkuil2018-07-252-1/+25
|/
* media: cec: fix wrong tx/rx_status values when canceling a msgHans Verkuil2018-05-281-6/+13
* media: cec-pin-error-inj: avoid a false-positive Spectre detectionMauro Carvalho Chehab2018-05-281-11/+12
* media: rc: per-protocol repeat period and minimum keyup timerSean Young2018-04-201-1/+1