aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/cec/cec-adap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-15media: cec: move the core to a separate directoryMauro Carvalho Chehab1-2199/+0
2019-12-13media: cec: check 'transmit_in_progress', not 'transmitting'Hans Verkuil1-8/+12
2019-12-13media: cec: avoid decrementing transmit_queue_sz if it is 0Hans Verkuil1-2/+12
2019-12-13media: cec: CEC 2.0-only bcast messages were ignoredHans Verkuil1-3/+3
2019-10-01media: cec: expose the new connector info APIDariusz Marcinkiewicz1-0/+2
2019-10-01media: cec/cec-adap.c: use new UI_CMD definesHans Verkuil1-3/+7
2019-08-26media: cec-adap: return from cec_s_conn_info() if adap is invalidHans Verkuil1-0/+3
2019-06-27media: cec: add struct cec_connector_info supportDariusz Marcinkiewicz1-0/+29
2019-05-29media: cec-adap: fix regression in ping sanity checkHans Verkuil1-1/+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: move check from cec_transmit to cec_transmit_msg_fhHans Verkuil1-0/+5
2019-05-23media: cec: cec_transmit_msg_fh: do sanity checks firstHans Verkuil1-5/+6
2018-11-23media: cec: keep track of outstanding transmitsHans Verkuil1-9/+18
2018-11-23media: cec: report Vendor ID after initializationHans Verkuil1-0/+7
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: 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 Verkuil1-0/+13
2018-07-25media: cec: add support for 5V signal testingHans Verkuil1-1/+17
2018-05-28media: cec: fix wrong tx/rx_status values when canceling a msgHans Verkuil1-6/+13
2018-03-22media: cec: improve CEC pin event handlingHans Verkuil1-3/+5
2018-02-26media: cec: improve debuggingHans Verkuil1-15/+17
2018-02-14media: cec: add SPDX license infoHans Verkuil1-13/+1
2017-12-14media: cec: move cec autorepeat handling to rc-coreSean Young1-51/+5
2017-12-08media: cec: add the adap_monitor_pin_enable opHans Verkuil1-0/+23
2017-12-08media: cec-adap: add '0x' prefix when printing statusHans Verkuil1-1/+1
2017-09-29Merge tag 'v4.14-rc2' into patchworkMauro Carvalho Chehab1-1/+4
2017-09-23media: cec: add CEC_EVENT_PIN_HPD_LOW/HIGH eventsHans Verkuil1-1/+17
2017-09-23media: cec: Respond to unregistered initiators, when applicableJose Abreu1-3/+10
2017-09-13drivers/media/cec/cec-adap.c: fix build with gcc-4.4.4Andrew Morton1-1/+4
2017-08-26media: cec: ensure that adap_enable(false) is called from cec_delete_adapter()Hans Verkuil1-1/+3
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-1/+1
2017-08-20media: cec: fix remote control passthroughHans Verkuil1-5/+51
2017-08-20media: cec: rename pin events/functionHans Verkuil1-3/+4
2017-08-08Merge tag 'v4.13-rc4' into patchworkMauro Carvalho Chehab1-1/+1
2017-07-26media: cec: cec_transmit_attempt_done: ignore CEC_TX_STATUS_MAX_RETRIESHans Verkuil1-1/+1
2017-07-18media: cec: be smarter about detecting the number of attempts madeHans Verkuil1-2/+7
2017-07-18media: cec: add core support for low-level CEC pin monitoringHans Verkuil1-0/+16
2017-07-18media: cec: rework the cec event handlingHans Verkuil1-52/+76
2017-07-18media: cec: add *_ts variants for transmit_done/received_msgHans Verkuil1-16/+19
2017-07-18media: cec: improve transmit timeout loggingHans Verkuil1-4/+13
2017-07-18media: cec: only increase the seqnr if CEC_TRANSMIT would return 0Hans Verkuil1-3/+8
2017-07-18media: cec: clear all cec_log_addrs fieldsHans Verkuil1-1/+6
2017-06-20[media] cec: add CEC_CAP_NEEDS_HPDHans Verkuil1-6/+14
2017-06-20[media] cec: add cec_transmit_attempt_done helper functionHans Verkuil1-0/+26
2017-06-20[media] cec: add cec_s_phys_addr_from_edid helper functionHans Verkuil1-0/+14
2017-06-07[media] cec: improve debug messagesHans Verkuil1-12/+16