aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/cec (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-3/+8
2018-07-25media: cec: add support for 5V signal testingHans Verkuil2-1/+25
2018-07-13media: cec-notifier: Get notifier by device and connector nameNeil Armstrong1-3/+8
2018-05-28media: cec: fix wrong tx/rx_status values when canceling a msgHans Verkuil1-6/+13
2018-05-28media: cec-pin-error-inj: avoid a false-positive Spectre detectionMauro Carvalho Chehab1-11/+12
2018-04-20media: rc: per-protocol repeat period and minimum keyup timerSean Young1-1/+1
2018-04-20media: cec: set ev rather than v with CEC_PIN_EVENT_FL_DROPPED bitColin Ian King1-1/+1
2018-04-17media: cec: fix smatch errorHans Verkuil1-4/+6
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