aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/cec (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-04media: cec-pin: Fixed ktime_t to ns conversionJasmin Jessich1-3/+3
2018-03-23media: cec-core: fix a bug at cec_error_inj_write()Mauro Carvalho Chehab1-3/+3
2018-03-22media: cec: improve CEC pin event handlingHans Verkuil3-14/+35
2018-03-22media: cec-pin: improve status logHans Verkuil2-3/+68
2018-03-22media: cec-pin: add error injection supportHans Verkuil2-59/+527
2018-03-22media: cec-pin-error-inj: parse/show error injectionHans Verkuil5-0/+429
2018-03-22media: cec-pin: create cec_pin_start_timer() functionHans Verkuil2-8/+15
2018-03-22media: cec: add core error injection supportHans Verkuil1-0/+58
2018-02-26media: cec: improve debuggingHans Verkuil1-15/+17
2018-02-14media: cec: add SPDX license infoHans Verkuil8-104/+8
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds4-82/+60
2017-12-14media: cec: move cec autorepeat handling to rc-coreSean Young2-63/+5
2017-12-08media: cec: disable the hardware when unregisteredHans Verkuil2-13/+13
2017-12-08media: cec: add the adap_monitor_pin_enable opHans Verkuil3-5/+41
2017-12-08media: cec-adap: add '0x' prefix when printing statusHans Verkuil1-1/+1
2017-11-27media: annotate ->poll() instancesAl Viro1-2/+2
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds5-26/+193
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-31media: cec-pin: use IS_ERR instead of PTR_ERR_OR_ZEROHans Verkuil1-1/+1
2017-10-27media: cec-pin.h: move non-kAPI parts into cec-pin-priv.hHans Verkuil3-0/+135
2017-10-17Merge tag 'media/v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-3/+10
2017-10-04[media] media: rc: ensure that protocols are enabled for scancode driversSean Young1-1/+0
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 Verkuil3-9/+35
2017-09-23media: cec-pin.c: use proper ktime accessor functionsHans Verkuil1-15/+22
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: replace pin->cur_value by adap->cec_pin_is_highHans Verkuil3-7/+5
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 Young2-3/+3
2017-08-20media: cec: fix remote control passthroughHans Verkuil2-5/+64
2017-08-20media: rc-core: rename input_name to device_nameSean Young1-2/+2
2017-08-20media: cec-pin: fix irq handlingHans Verkuil1-13/+21
2017-08-20media: cec: rename pin events/functionHans Verkuil3-7/+9
2017-08-09media: cec-api: log the reason for the -EINVAL in cec_s_modeHans Verkuil1-6/+19
2017-08-08Merge tag 'v4.13-rc4' into patchworkMauro Carvalho Chehab2-1/+7
2017-07-26media: cec-notifier: small improvementsHans Verkuil1-0/+6
2017-07-26media: cec: cec_transmit_attempt_done: ignore CEC_TX_STATUS_MAX_RETRIESHans Verkuil1-1/+1
2017-07-18media: cec: drop senseless messageHans Verkuil1-4/+1
2017-07-18media: cec: be smarter about detecting the number of attempts madeHans Verkuil1-2/+7
2017-07-18media: cec-pin: add low-level pin hardware supportHans Verkuil3-0/+808
2017-07-18media: cec: add core support for low-level CEC pin monitoringHans Verkuil2-2/+29
2017-07-18media: cec: rework the cec event handlingHans Verkuil2-65/+111
2017-07-18media: cec: add adap_free opHans Verkuil1-0/+2
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-20Merge tag 'v4.12-rc6' into patchworkMauro Carvalho Chehab1-7/+1