summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * 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: keep related menu entries togetherRandy Dunlap2021-10-051-0/+4
* media: cec-pin: fix off-by-one SFT checkHans Verkuil2021-09-301-2/+2
* media: stm32-cec: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing2021-09-301-3/+1
* media: stih-cec: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing2021-09-301-3/+1
* media: cec: s5p_cec: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-301-3/+1
* media: cec: ao-cec: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-09-302-6/+2
* media: tegra-cec: Handle errors of clk_prepare_enable()Evgeny Novikov2021-08-041-4/+6
* media: cec-pin: rename timer overrun variablesDeborah Brouwer2021-08-042-12/+12
* media: platform: stm32: unprepare clocks at handling errors in probeEvgeny Novikov2021-07-221-8/+18
* media: s5p: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab2021-05-101-1/+4
* media: s5p_cec: decrement usage count if disabledMauro Carvalho Chehab2021-05-101-1/+1