aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/cec (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-22Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds3-0/+7
2022-10-07Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+2
2022-09-24media: platform: cros-ec: Add Kuldax to the match tableRory Liu1-0/+2
2022-09-24media: cec: add support for Absolute Volume ControlHans Verkuil1-0/+1
2022-09-24media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil1-0/+2
2022-09-24media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil1-0/+2
2022-08-30media: media/cec: use CEC_MAX_MSG_SIZE instead of hardcoded 16Hans Verkuil1-2/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-27media: platform: cros-ec: Add kinox to the match tableAjye Huang1-0/+2
2022-06-20media: platform: cros-ec: Add moli to the match tableScott Chao1-0/+2
2022-06-20media: cec-adap.c: log when claiming LA fails unexpectedlyHans Verkuil1-1/+4
2022-05-13media: cec-adap.c: drop activate_cnt, use state info insteadHans Verkuil1-93/+59
2022-05-13media: cec-adap.c: reconfigure if the PA changes during configurationHans Verkuil1-1/+19
2022-05-13media: cec-adap.c: fix is_configuring stateHans Verkuil1-3/+3
2022-05-13media: cec-adap.c: stop trying LAs on CEC_TX_STATUS_TIMEOUTHans Verkuil1-2/+3
2022-05-13media: cec-adap.c: don't unconfigure if already unconfiguredHans Verkuil1-2/+3
2022-05-13media: cec-pin.c: don't zero work_pin_num_events in adap_enableHans Verkuil1-4/+1
2022-05-13media: cec-pin.c: disabling the adapter cannot call kthread_stopHans Verkuil1-21/+33
2022-05-13media: cec: seco: remove byte handling from smb_word_opTom Rix1-17/+5
2022-04-24media: cec: add optional adap_configured callbackHans Verkuil1-0/+2
2022-04-24media: cec: add xfer_timeout_ms fieldHans Verkuil2-14/+17
2022-04-24media: cec: use call_op and check for !unregisteredHans Verkuil6-40/+51
2022-04-24media: cec: correctly pass on reply resultsHans Verkuil1-18/+30
2022-04-24media: cec: abort if the current transmit was canceledHans Verkuil1-3/+11
2022-04-24media: cec: call enable_adap on s_log_addrsHans Verkuil2-64/+128
2022-03-12media: Makefiles: remove extra spacesMauro Carvalho Chehab1-8/+8
2022-03-07Merge tag 'br-v5.18q' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab1-2/+1
2022-03-07media: cec: seco: add newlines in debug messagesEttore Chimenti1-27/+27
2022-02-23media: cec: seco: Drop pointless includeLinus Walleij1-2/+1
2022-01-23media: platform: cros-ec: Add brask to the match tableZhuohao Lee1-0/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+1
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-1/+1
2021-12-07media: cec: fix a deadlock situationHans Verkuil3-17/+30
2021-12-07media: cec-pin: fix interrupt en/disable handlingHans Verkuil1-13/+18
2021-12-07media: cec-pin: drop unused 'enabled' field from struct cec_pinHans Verkuil2-2/+0
2021-12-07Merge tag 'v5.16-rc4' into media_treeMauro Carvalho Chehab1-0/+1
2021-11-30media: cec: safely unhook lists in cec_dataHans Verkuil2-2/+8
2021-11-10media: cec: copy sequence field for the replyHans Verkuil1-0/+1
2021-10-05media: CEC: keep related menu entries togetherRandy Dunlap1-0/+4
2021-09-30media: cec-pin: fix off-by-one SFT checkHans Verkuil1-2/+2
2021-09-30media: stm32-cec: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-30media: stih-cec: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-30media: cec: s5p_cec: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-09-30media: cec: ao-cec: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2-6/+2
2021-08-04media: tegra-cec: Handle errors of clk_prepare_enable()Evgeny Novikov1-4/+6
2021-08-04media: cec-pin: rename timer overrun variablesDeborah Brouwer2-12/+12
2021-07-22media: platform: stm32: unprepare clocks at handling errors in probeEvgeny Novikov1-8/+18
2021-05-10media: s5p: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab1-1/+4
2021-05-10media: s5p_cec: decrement usage count if disabledMauro Carvalho Chehab1-1/+1
2021-04-06media: cec/core: clarify rx-arb-lost usage messageHans Verkuil1-1/+1