summaryrefslogtreecommitdiffstats
path: root/drivers/media/cec
Commit message (Expand)AuthorAgeFilesLines
* media: tegra_cec: fix the return value handle for platform_get_irq()Ruan Jinjie2023-08-101-2/+2
* media: cec-pin: only enable interrupts when monitoring the CEC pinHans Verkuil2023-08-101-2/+2
* media: cec-gpio: drop the cec_gpio_free callbackHans Verkuil2023-08-101-6/+0
* media: cec-pin: improve interrupt handlingHans Verkuil2023-08-102-8/+21
* media: cec-gpio: specify IRQF_NO_AUTOEN when requesting irqHans Verkuil2023-08-101-3/+1
* media: cec: core: add adap_unconfigured() callbackHans Verkuil2023-08-101-2/+2
* media: cec: core: add adap_nb_transmit_canceled() callbackHans Verkuil2023-08-101-2/+2
* media: Explicitly include correct DT includesRob Herring2023-07-192-1/+1
* media: cec: tegra: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-07-141-1/+1
* media: cec: meson: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-07-141-1/+1
* media: cec: ch7322: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-07-141-1/+1
* media: pulse8-cec: handle possible ping errorDmitry Antipov2023-07-141-2/+5
* media: cec: i2c: ch7322: also select REGMAPRandy Dunlap2023-06-281-0/+1
* Merge tag 'v6.4-rc5' into media_stageMauro Carvalho Chehab2023-06-093-2/+9
|\
| * media: cec: core: don't set last_initiator if tx in progressHans Verkuil2023-05-261-1/+2
| * media: cec: core: disable adapter in cec_devnode_unregisterHans Verkuil2023-05-263-1/+7
* | media: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-251-1/+1
|/
* 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