summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec/core
Commit message (Expand)AuthorAgeFilesLines
* media: cec: add support for Absolute Volume ControlHans Verkuil2022-09-241-0/+1
* media: cec-adap.c: log when claiming LA fails unexpectedlyHans Verkuil2022-06-201-1/+4
* media: cec-adap.c: drop activate_cnt, use state info insteadHans Verkuil2022-05-131-93/+59
* media: cec-adap.c: reconfigure if the PA changes during configurationHans Verkuil2022-05-131-1/+19
* media: cec-adap.c: fix is_configuring stateHans Verkuil2022-05-131-3/+3
* media: cec-adap.c: stop trying LAs on CEC_TX_STATUS_TIMEOUTHans Verkuil2022-05-131-2/+3
* media: cec-adap.c: don't unconfigure if already unconfiguredHans Verkuil2022-05-131-2/+3
* media: cec-pin.c: don't zero work_pin_num_events in adap_enableHans Verkuil2022-05-131-4/+1
* media: cec-pin.c: disabling the adapter cannot call kthread_stopHans Verkuil2022-05-131-21/+33
* media: cec: add optional adap_configured callbackHans Verkuil2022-04-241-0/+2
* media: cec: add xfer_timeout_ms fieldHans Verkuil2022-04-242-14/+17
* media: cec: use call_op and check for !unregisteredHans Verkuil2022-04-246-40/+51
* media: cec: correctly pass on reply resultsHans Verkuil2022-04-241-18/+30
* media: cec: abort if the current transmit was canceledHans Verkuil2022-04-241-3/+11
* media: cec: call enable_adap on s_log_addrsHans Verkuil2022-04-242-64/+128
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
* | media: cec: fix a deadlock situationHans Verkuil2021-12-073-17/+30
* | media: cec-pin: fix interrupt en/disable handlingHans Verkuil2021-12-071-13/+18
* | media: cec-pin: drop unused 'enabled' field from struct cec_pinHans Verkuil2021-12-072-2/+0
* | Merge tag 'v5.16-rc4' into media_treeMauro Carvalho Chehab2021-12-071-0/+1
|\|
| * media: cec: copy sequence field for the replyHans Verkuil2021-11-101-0/+1
* | media: cec: safely unhook lists in cec_dataHans Verkuil2021-11-302-2/+8
|/
* media: cec-pin: fix off-by-one SFT checkHans Verkuil2021-09-301-2/+2
* media: cec-pin: rename timer overrun variablesDeborah Brouwer2021-08-042-12/+12
* media: cec/core: clarify rx-arb-lost usage messageHans Verkuil2021-04-061-1/+1
* media: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C)Hans Verkuil2021-03-221-1/+1
* media: cec-notifier: also search for HDMI devices on I2CJohan Fjeldtvedt2021-03-111-11/+22
* media: cec: fix trivial style warningsNigel Christian2021-01-121-2/+2
* media: cec: add EPOLLPRI in poll() when dev is unregisteredHans Verkuil2021-01-041-1/+1
* media: cec-core: first mark device unregistered, then wake up fhsHans Verkuil2020-11-161-2/+2
* Merge tag 'v5.9-rc7' into patchworkMauro Carvalho Chehab2020-10-041-1/+1
|\
| * media: cec-adap.c: don't use flush_scheduled_work()Hans Verkuil2020-09-101-1/+1
* | media: cec-adap.c: add 'unregistered' checksHans Verkuil2020-09-261-0/+6
* | media: cec-core.c: stop kthread_config before kthreadHans Verkuil2020-09-261-1/+1
* | media: rc: harmonize infrared durations to microsecondsSean Young2020-09-031-1/+1
* | media: cec: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-09-011-19/+8
* | media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-292-4/+4
|/
* cec-api: prevent leaking memory through hole in structureHans Verkuil2020-07-191-1/+7
* media: cec: add adap_controls_phys_addr optionJeff Chase2020-07-041-4/+7
* media: cec: remove unused waitq and phys_addrs fieldsHans Verkuil2020-06-232-5/+0
* Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-031-1/+1
* media: cec: silence shift wrapping warning in __cec_s_log_addrs()Dan Carpenter2020-05-051-4/+4
* media: cec: move the core to a separate directoryMauro Carvalho Chehab2020-04-159-0/+5599