summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec
AgeCommit message (Expand)AuthorLines
2022-06-27media: platform: cros-ec: Add kinox to the match tableAjye Huang-0/+2
2022-06-20media: platform: cros-ec: Add moli to the match tableScott Chao-0/+2
2022-06-20media: cec-adap.c: log when claiming LA fails unexpectedlyHans Verkuil-1/+4
2022-05-13media: cec-adap.c: drop activate_cnt, use state info insteadHans Verkuil-93/+59
2022-05-13media: cec-adap.c: reconfigure if the PA changes during configurationHans Verkuil-1/+19
2022-05-13media: cec-adap.c: fix is_configuring stateHans Verkuil-3/+3
2022-05-13media: cec-adap.c: stop trying LAs on CEC_TX_STATUS_TIMEOUTHans Verkuil-2/+3
2022-05-13media: cec-adap.c: don't unconfigure if already unconfiguredHans Verkuil-2/+3
2022-05-13media: cec-pin.c: don't zero work_pin_num_events in adap_enableHans Verkuil-4/+1
2022-05-13media: cec-pin.c: disabling the adapter cannot call kthread_stopHans Verkuil-21/+33
2022-05-13media: cec: seco: remove byte handling from smb_word_opTom Rix-17/+5
2022-04-24media: cec: add optional adap_configured callbackHans Verkuil-0/+2
2022-04-24media: cec: add xfer_timeout_ms fieldHans Verkuil-14/+17
2022-04-24media: cec: use call_op and check for !unregisteredHans Verkuil-40/+51
2022-04-24media: cec: correctly pass on reply resultsHans Verkuil-18/+30
2022-04-24media: cec: abort if the current transmit was canceledHans Verkuil-3/+11
2022-04-24media: cec: call enable_adap on s_log_addrsHans Verkuil-64/+128
2022-03-12media: Makefiles: remove extra spacesMauro Carvalho Chehab-8/+8
2022-03-07Merge tag 'br-v5.18q' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab-2/+1
2022-03-07media: cec: seco: add newlines in debug messagesEttore Chimenti-27/+27
2022-02-23media: cec: seco: Drop pointless includeLinus Walleij-2/+1
2022-01-23media: platform: cros-ec: Add brask to the match tableZhuohao Lee-0/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds-1/+1
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov-1/+1
2021-12-07media: cec: fix a deadlock situationHans Verkuil-17/+30
2021-12-07media: cec-pin: fix interrupt en/disable handlingHans Verkuil-13/+18
2021-12-07media: cec-pin: drop unused 'enabled' field from struct cec_pinHans Verkuil-2/+0
2021-12-07Merge tag 'v5.16-rc4' into media_treeMauro Carvalho Chehab-0/+1
2021-11-30media: cec: safely unhook lists in cec_dataHans Verkuil-2/+8
2021-11-10media: cec: copy sequence field for the replyHans Verkuil-0/+1
2021-10-05media: CEC: keep related menu entries togetherRandy Dunlap-0/+4
2021-09-30media: cec-pin: fix off-by-one SFT checkHans Verkuil-2/+2
2021-09-30media: stm32-cec: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing-3/+1
2021-09-30media: stih-cec: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing-3/+1
2021-09-30media: cec: s5p_cec: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing-3/+1
2021-09-30media: cec: ao-cec: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing-6/+2
2021-08-04media: tegra-cec: Handle errors of clk_prepare_enable()Evgeny Novikov-4/+6
2021-08-04media: cec-pin: rename timer overrun variablesDeborah Brouwer-12/+12
2021-07-22media: platform: stm32: unprepare clocks at handling errors in probeEvgeny Novikov-8/+18
2021-05-10media: s5p: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab-1/+4
2021-05-10media: s5p_cec: decrement usage count if disabledMauro Carvalho Chehab-1/+1
2021-04-06media: cec/core: clarify rx-arb-lost usage messageHans Verkuil-1/+1
2021-03-22media: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C)Hans Verkuil-1/+1
2021-03-11media: cec-notifier: also search for HDMI devices on I2CJohan Fjeldtvedt-11/+22
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab-0/+1
2021-01-26media: cec: add stm32 driverYannick Fertre-0/+1
2021-01-12media: cec: fix trivial style warningsNigel Christian-2/+2
2021-01-04media: cec: add EPOLLPRI in poll() when dev is unregisteredHans Verkuil-1/+1
2020-12-14Merge tag 'media/v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-2/+2
2020-12-01media: pulse8-cec: add support for FW v10 and upHans Verkuil-13/+30