aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/cec (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-22media: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C)Hans Verkuil1-1/+1
2021-03-11media: cec-notifier: also search for HDMI devices on I2CJohan Fjeldtvedt1-11/+22
2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab1-0/+1
2021-01-26media: cec: add stm32 driverYannick Fertre1-0/+1
2021-01-12media: cec: fix trivial style warningsNigel Christian1-2/+2
2021-01-04media: cec: add EPOLLPRI in poll() when dev is unregisteredHans Verkuil1-1/+1
2020-12-14Merge tag 'media/v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+2
2020-12-01media: pulse8-cec: add support for FW v10 and upHans Verkuil1-13/+30
2020-12-01media: pulse8-cec: fix duplicate free at disconnect or probe errorHans Verkuil1-5/+4
2020-11-16media: cec-core: first mark device unregistered, then wake up fhsHans Verkuil1-2/+2
2020-10-04Merge tag 'v5.9-rc7' into patchworkMauro Carvalho Chehab1-1/+1