summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec
Commit message (Expand)AuthorAgeFilesLines
* media: cec: core: not all messages were passed on when monitoringHans Verkuil2023-04-151-2/+5
* media: tegra_cec: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* media: stm32-cec: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* media: stih-cec: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* media: seco-cec: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* media: s5p_cec: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-3/+2
* media: ao-cec: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* media: ao-cec-g12a: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* media: cros-ec-cec: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* media: cros-ec-cec: Don't exit early in .remove() callbackUwe Kleine-König2023-04-111-4/+6
* media: cec-gpio: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-3/+2
* media: platform: cros-ec: Add Gladios/Lisbon to the match tableKevin Chiu2023-03-191-0/+4
* media: platform: cros-ec: Add aurash to the match tableZoey Wu2023-03-191-0/+2
* media: Switch to use dev_err_probe() helperYang Yingliang2022-12-071-6/+3
* Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-10-223-0/+7
|\
| * media: platform: cros-ec: Add Kuldax to the match tableRory Liu2022-09-241-0/+2
| * media: cec: add support for Absolute Volume ControlHans Verkuil2022-09-241-0/+1
| * media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil2022-09-241-0/+2
| * media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil2022-09-241-0/+2
* | Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-10-071-2/+2
|\|
| * media: media/cec: use CEC_MAX_MSG_SIZE instead of hardcoded 16Hans Verkuil2022-08-301-2/+2
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* media: platform: cros-ec: Add kinox to the match tableAjye Huang2022-06-271-0/+2
* media: platform: cros-ec: Add moli to the match tableScott Chao2022-06-201-0/+2
* 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: seco: remove byte handling from smb_word_opTom Rix2022-05-131-17/+5
* 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
* media: Makefiles: remove extra spacesMauro Carvalho Chehab2022-03-121-8/+8
* Merge tag 'br-v5.18q' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab2022-03-071-2/+1
|\
| * media: cec: seco: Drop pointless includeLinus Walleij2022-02-231-2/+1
* | media: cec: seco: add newlines in debug messagesEttore Chimenti2022-03-071-27/+27
|/
* media: platform: cros-ec: Add brask to the match tableZhuohao Lee2022-01-231-0/+2
* 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
|\|