summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/cec
AgeCommit message (Expand)AuthorLines
2016-11-16[media] cec: move the CEC framework out of staging and to mediaHans Verkuil-2937/+0
2016-11-16[media] cec: add proper support for CDC-Only CEC devicesHans Verkuil-6/+38
2016-11-16[media] cec: accept two replies for CEC_MSG_INITIATE_ARCHans Verkuil-14/+13
2016-11-16[media] cec: filter invalid messagesHans Verkuil-2/+155
2016-11-16[media] cec: add CEC_MSG_FL_REPLY_TO_FOLLOWERSHans Verkuil-7/+4
2016-11-16[media] cec: add flag to cec_log_addrs to enable RC passthroughHans Verkuil-5/+6
2016-10-05Merge tag 'v4.8' into patchworkMauro Carvalho Chehab-26/+40
2016-09-19[media] cec: fix Kconfig help textJean Delvare-3/+0
2016-09-09[media] cec: fix ioctl return code when not registeredHans Verkuil-1/+1
2016-09-09[media] cec: don't Feature Abort broadcast msgs when unregisteredHans Verkuil-2/+1
2016-09-06[media] cec: allow configuration both from within driver and from user spaceJohan Fjeldtvedt-4/+0
2016-08-24[media] cec: Delete an unnecessary check before the function call "rc_free_de...Markus Elfring-2/+1
2016-08-22[media] cec: ignore messages when log_addr_mask == 0Hans Verkuil-0/+3
2016-08-22[media] cec: add item to TODOHans Verkuil-0/+1
2016-08-22[media] cec: set unclaimed addresses to CEC_LOG_ADDR_INVALIDHans Verkuil-0/+4
2016-08-22[media] cec: add CEC_LOG_ADDRS_FL_ALLOW_UNREG_FALLBACK flagHans Verkuil-1/+5
2016-08-22[media] cec: improve lockingHans Verkuil-11/+14
2016-08-22[media] cec: rename cec_devnode fhs_lock to just lockHans Verkuil-13/+13
2016-07-28[media] cec: fix off-by-one memsetHans Verkuil-1/+1
2016-07-19[media] cec: always check all_device_types and featuresHans Verkuil-12/+14
2016-07-19[media] cec: poll should check if there is room in the tx queueHans Verkuil-1/+2
2016-07-19[media] cec: fix test for unconfigured adapter in main message loopHans Verkuil-2/+2
2016-07-19[media] cec: limit the size of the transmit queueHans Verkuil-10/+23
2016-07-19[media] cec: zero unused msg part after msg->lenHans Verkuil-0/+2
2016-07-19[media] cec: don't set fh to NULL in CEC_TRANSMITHans Verkuil-6/+3
2016-07-19[media] cec: clear all status fields before transmit and always fill in sequenceHans Verkuil-9/+13
2016-07-19[media] cec: CEC_RECEIVE overwrote the timeout fieldHans Verkuil-0/+3
2016-07-15[media] cec/TODO: drop comment about sphinx documentationHans Verkuil-1/+0
2016-07-15[media] cec: set timestamp for selfie transmitsHans Verkuil-0/+1
2016-07-15[media] cec: don't zero reply and timeout on errorHans Verkuil-14/+5
2016-07-13[media] cec: split the timestamp into an rx and tx timestampHans Verkuil-12/+12
2016-07-13[media] cec: add sanity check for msg->lenHans Verkuil-0/+3
2016-07-12[media] cec-adap.c: work around gcc-4.4.4 anon union initializer bugAndrew Morton-1/+5
2016-07-12[media] cec: CEC_RECEIVE is allowed in monitor modeHans Verkuil-1/+1
2016-07-12[media] cec: add check if adapter is unregisteredHans Verkuil-1/+4
2016-07-08[media] cec: fix Kconfig dependency problemsHans Verkuil-9/+16
2016-07-08[media] cec: add MEDIA_SUPPORT dependencyArnd Bergmann-0/+1
2016-07-08[media] cec-adap: prevent write to out-of-bounds array indexHans Verkuil-5/+8
2016-07-08[media] cec-adap: on reply, restore the tx_status value from the transmitHans Verkuil-0/+1
2016-06-28[media] cec/TODO: add TODO file so we know why this is still in stagingHans Verkuil-0/+27
2016-06-28[media] cec: add HDMI CEC framework (api)Hans Verkuil-0/+595
2016-06-28[media] cec: add HDMI CEC framework (adapter)Hans Verkuil-0/+1627
2016-06-28[media] cec: add HDMI CEC framework (core)Hans Verkuil-0/+465