aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/cec/cec-adap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-04[media] cec: drop MEDIA_CEC_DEBUGHans Verkuil1-1/+1
2017-04-19[media] cec: add MEDIA_CEC_RC config optionHans Verkuil1-2/+2
2017-03-22[media] cec: don't Feature Abort msgs from UnregisteredHans Verkuil1-0/+3
2017-03-22[media] cec: log reason for returning -EINVALHans Verkuil1-2/+6
2017-03-22[media] cec: improve cec_transmit_msg_fh loggingHans Verkuil1-4/+13
2017-03-22[media] cec: use __func__ in log messagesHans Verkuil1-10/+10
2017-03-22[media] cec: allow specific messages even when unconfiguredHans Verkuil1-7/+20
2017-03-22[media] cec: improve flushing queueHans Verkuil1-31/+35
2017-02-13[media] cec: initiator should be the same as the destination for, pollHans Verkuil1-4/+3
2017-01-30[media] cec: fix wrong last_la determinationHans Verkuil1-1/+1
2016-12-21[media] cec: fix race between configuring and unconfiguringHans Verkuil1-5/+13
2016-12-21[media] cec: move cec_report_phys_addr into cec_config_thread_funcHans Verkuil1-18/+7
2016-12-21[media] cec: replace cec_report_features by cec_fill_msg_report_featuresHans Verkuil1-22/+26
2016-12-21[media] cec: update log_addr[] before finishing configurationHans Verkuil1-2/+2
2016-12-21[media] cec: CEC_MSG_GIVE_FEATURES should abort for CEC version < 2Hans Verkuil1-3/+3
2016-12-21[media] cec: when canceling a message, don't overwrite old status infoHans Verkuil1-3/+3
2016-12-21[media] cec: fix report_current_latencyHans Verkuil1-1/+1
2016-11-22[media] cec: ignore messages that we initiatedHans Verkuil1-0/+15
2016-11-16[media] cec: zero counters in cec_received_msg()Hans Verkuil1-0/+4
2016-11-16[media] cec: an inner loop clobbered the outer loop variableHans Verkuil1-4/+5
2016-11-16[media] cec: sanitize msg.flagsHans Verkuil1-0/+4
2016-11-16[media] cec: move the CEC framework out of staging and to mediaHans Verkuil1-0/+1856