summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec/cec-adap.c
Commit message (Expand)AuthorAgeFilesLines
* media: cec: move the core to a separate directoryMauro Carvalho Chehab2020-04-151-2199/+0
* 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
* media: cec: expose the new connector info APIDariusz Marcinkiewicz2019-10-011-0/+2
* media: cec/cec-adap.c: use new UI_CMD definesHans Verkuil2019-10-011-3/+7
* media: cec-adap: return from cec_s_conn_info() if adap is invalidHans Verkuil2019-08-261-0/+3
* media: cec: add struct cec_connector_info supportDariusz Marcinkiewicz2019-06-271-0/+29
* media: cec-adap: fix regression in ping sanity checkHans Verkuil2019-05-291-1/+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: move check from cec_transmit to cec_transmit_msg_fhHans Verkuil2019-05-231-0/+5
* media: cec: cec_transmit_msg_fh: do sanity checks firstHans Verkuil2019-05-231-5/+6
* media: cec: keep track of outstanding transmitsHans Verkuil2018-11-231-9/+18
* media: cec: report Vendor ID after initializationHans Verkuil2018-11-231-0/+7
* 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: 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-241-0/+13
* media: cec: add support for 5V signal testingHans Verkuil2018-07-251-1/+17
* media: cec: fix wrong tx/rx_status values when canceling a msgHans Verkuil2018-05-281-6/+13
* media: cec: improve CEC pin event handlingHans Verkuil2018-03-221-3/+5
* media: cec: improve debuggingHans Verkuil2018-02-261-15/+17
* media: cec: add SPDX license infoHans Verkuil2018-02-141-13/+1
* media: cec: move cec autorepeat handling to rc-coreSean Young2017-12-141-51/+5
* media: cec: add the adap_monitor_pin_enable opHans Verkuil2017-12-081-0/+23
* media: cec-adap: add '0x' prefix when printing statusHans Verkuil2017-12-081-1/+1
* Merge tag 'v4.14-rc2' into patchworkMauro Carvalho Chehab2017-09-291-1/+4
|\
| * drivers/media/cec/cec-adap.c: fix build with gcc-4.4.4Andrew Morton2017-09-131-1/+4
* | media: cec: add CEC_EVENT_PIN_HPD_LOW/HIGH eventsHans Verkuil2017-09-231-1/+17
* | media: cec: Respond to unregistered initiators, when applicableJose Abreu2017-09-231-3/+10
|/
* media: cec: ensure that adap_enable(false) is called from cec_delete_adapter()Hans Verkuil2017-08-261-1/+3
* media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young2017-08-201-1/+1
* media: cec: fix remote control passthroughHans Verkuil2017-08-201-5/+51
* media: cec: rename pin events/functionHans Verkuil2017-08-201-3/+4
* Merge tag 'v4.13-rc4' into patchworkMauro Carvalho Chehab2017-08-081-1/+1
|\
| * media: cec: cec_transmit_attempt_done: ignore CEC_TX_STATUS_MAX_RETRIESHans Verkuil2017-07-261-1/+1
* | media: cec: be smarter about detecting the number of attempts madeHans Verkuil2017-07-181-2/+7
* | media: cec: add core support for low-level CEC pin monitoringHans Verkuil2017-07-181-0/+16
* | media: cec: rework the cec event handlingHans Verkuil2017-07-181-52/+76
* | media: cec: add *_ts variants for transmit_done/received_msgHans Verkuil2017-07-181-16/+19
* | media: cec: improve transmit timeout loggingHans Verkuil2017-07-181-4/+13
* | media: cec: only increase the seqnr if CEC_TRANSMIT would return 0Hans Verkuil2017-07-181-3/+8
* | media: cec: clear all cec_log_addrs fieldsHans Verkuil2017-07-181-1/+6
|/
* [media] cec: add CEC_CAP_NEEDS_HPDHans Verkuil2017-06-201-6/+14
* [media] cec: add cec_transmit_attempt_done helper functionHans Verkuil2017-06-201-0/+26
* [media] cec: add cec_s_phys_addr_from_edid helper functionHans Verkuil2017-06-201-0/+14
* [media] cec: improve debug messagesHans Verkuil2017-06-071-12/+16