summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec/core
Commit message (Expand)AuthorAgeFilesLines
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* media: cec: move cec_get/put_device to headerHans Verkuil2024-09-053-33/+2
* media: cec: cec-adap.c: improve CEC_MSG_FL_REPLY_VENDOR_ID checkHans Verkuil2024-08-081-5/+6
* media: cec: core: add new CEC_MSG_FL_REPLY_VENDOR_ID flagHans Verkuil2024-08-052-16/+38
* media: cec: core: avoid confusing "transmit timed out" messageHans Verkuil2024-05-021-1/+14
* media: cec: core: avoid recursive cec_claim_log_addrsHans Verkuil2024-05-022-2/+6
* media: cec: cec-api: add locking in cec_release()Hans Verkuil2024-05-021-0/+3
* media: cec: cec-adap: always cancel work in cec_transmit_msg_fhHans Verkuil2024-05-021-2/+1
* media: cec: return -ENODEV instead of -ENXIO if unregisteredHans Verkuil2024-04-241-2/+2
* media: cec: make cec_bus_type constRicardo B. Marliere2024-02-051-1/+1
* media: cec: core: remove length check of Timer StatusNini Song2024-02-051-14/+0
* media: cec: core: count low-drive, error and arb-lost conditionsHans Verkuil2023-11-231-5/+49
* Merge drm/drm-next into drm-intel-nextJani Nikula2023-09-154-14/+28
|\
| * media: cec-pin: only enable interrupts when monitoring the CEC pinHans Verkuil2023-08-101-2/+2
| * media: cec-pin: improve interrupt handlingHans Verkuil2023-08-102-8/+21
| * media: cec: core: add adap_unconfigured() callbackHans Verkuil2023-08-101-2/+2
| * media: cec: core: add adap_nb_transmit_canceled() callbackHans Verkuil2023-08-101-2/+2
| * media: Explicitly include correct DT includesRob Herring2023-07-191-0/+1
* | media: cec: core: add note about *_from_edid() function usage in drmJani Nikula2023-09-012-0/+10
|/
* media: cec: core: don't set last_initiator if tx in progressHans Verkuil2023-05-261-1/+2
* media: cec: core: disable adapter in cec_devnode_unregisterHans Verkuil2023-05-263-1/+7
* media: cec: core: not all messages were passed on when monitoringHans Verkuil2023-04-151-2/+5
* 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