summaryrefslogtreecommitdiff
path: root/drivers/media/cec
AgeCommit message (Expand)Author
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-09-15Merge drm/drm-next into drm-intel-nextJani Nikula
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2023-09-01media: cec: core: add note about *_from_edid() function usage in drmJani Nikula
2023-08-10media: tegra_cec: fix the return value handle for platform_get_irq()Ruan Jinjie
2023-08-10media: cec-pin: only enable interrupts when monitoring the CEC pinHans Verkuil
2023-08-10media: cec-gpio: drop the cec_gpio_free callbackHans Verkuil
2023-08-10media: cec-pin: improve interrupt handlingHans Verkuil
2023-08-10media: cec-gpio: specify IRQF_NO_AUTOEN when requesting irqHans Verkuil
2023-08-10media: cec: core: add adap_unconfigured() callbackHans Verkuil
2023-08-10media: cec: core: add adap_nb_transmit_canceled() callbackHans Verkuil
2023-07-19media: Explicitly include correct DT includesRob Herring
2023-07-14media: cec: tegra: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-07-14media: cec: meson: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-07-14media: cec: ch7322: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-07-14media: pulse8-cec: handle possible ping errorDmitry Antipov
2023-06-28media: cec: i2c: ch7322: also select REGMAPRandy Dunlap
2023-06-09Merge tag 'v6.4-rc5' into media_stageMauro Carvalho Chehab
2023-05-26media: cec: core: don't set last_initiator if tx in progressHans Verkuil
2023-05-26media: cec: core: disable adapter in cec_devnode_unregisterHans Verkuil
2023-05-25media: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-04-15media: cec: core: not all messages were passed on when monitoringHans Verkuil
2023-04-11media: tegra_cec: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: stm32-cec: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: stih-cec: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: seco-cec: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: s5p_cec: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: ao-cec: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: ao-cec-g12a: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: cros-ec-cec: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: cros-ec-cec: Don't exit early in .remove() callbackUwe Kleine-König
2023-04-11media: cec-gpio: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-19media: platform: cros-ec: Add Gladios/Lisbon to the match tableKevin Chiu
2023-03-19media: platform: cros-ec: Add aurash to the match tableZoey Wu
2022-12-07media: Switch to use dev_err_probe() helperYang Yingliang
2022-10-22Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2022-10-07Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2022-09-24media: platform: cros-ec: Add Kuldax to the match tableRory Liu
2022-09-24media: cec: add support for Absolute Volume ControlHans Verkuil
2022-09-24media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil
2022-09-24media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil
2022-08-30media: media/cec: use CEC_MAX_MSG_SIZE instead of hardcoded 16Hans Verkuil
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-06-27media: platform: cros-ec: Add kinox to the match tableAjye Huang
2022-06-20media: platform: cros-ec: Add moli to the match tableScott Chao
2022-06-20media: cec-adap.c: log when claiming LA fails unexpectedlyHans Verkuil
2022-05-13media: cec-adap.c: drop activate_cnt, use state info insteadHans Verkuil
2022-05-13media: cec-adap.c: reconfigure if the PA changes during configurationHans Verkuil
2022-05-13media: cec-adap.c: fix is_configuring stateHans Verkuil
2022-05-13media: cec-adap.c: stop trying LAs on CEC_TX_STATUS_TIMEOUTHans Verkuil