Even though two of the patches have a Fixes tag, there is nothing here that is important for 6.5. Regards, Hans The following changes since commit 28999781d15f94046e6c23a9a7d92ad28a436abf: media: i2c: ov01a10: Switch back to use struct i2c_driver::probe (2023-07-19 12:57:51 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.6b for you to fetch changes up to 0009a07acd07ee6231b731fc3030e3bbc450bee6: cec-pin: only enable interrupts when monitoring the CEC pin (2023-07-19 13:15:37 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Hans Verkuil (7): media: cec: core: add adap_nb_transmit_canceled() callback media: cec: core: add adap_unconfigured() callback Documentation: media: cec: describe new callbacks cec-gpio: specify IRQF_NO_AUTOEN when requesting irq cec-pin: improve interrupt handling cec-gpio: drop the cec_gpio_free callback cec-pin: only enable interrupts when monitoring the CEC pin Documentation/driver-api/media/cec-core.rst | 44 ++++++++++++++++++++++++++++++++++---------- drivers/media/cec/core/cec-adap.c | 8 ++++---- drivers/media/cec/core/cec-pin-priv.h | 1 + drivers/media/cec/core/cec-pin.c | 32 ++++++++++++++++++++++---------- drivers/media/cec/platform/cec-gpio/cec-gpio.c | 10 +--------- include/media/cec.h | 11 +++++++---- 6 files changed, 69 insertions(+), 37 deletions(-)