2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-09 14:14:00 +08:00
linux-next/drivers/media/cec/core
Hans Verkuil 2f4d3718cc media: cec-pin: only enable interrupts when monitoring the CEC pin
The CEC interrupt is only needed if userspace wants to monitor
the CEC pin for an unconfigured CEC device. That gives it the
most precise CEC pin debugging results.

This avoids a corner case where the interrupt is enabled for
a short period when the adapter is about to be configured.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
2023-08-10 07:58:32 +02:00
..
cec-adap.c media: cec: core: add adap_unconfigured() callback 2023-08-10 07:58:32 +02:00
cec-api.c media: cec: use call_op and check for !unregistered 2022-04-24 07:40:42 +01:00
cec-core.c media: cec: core: disable adapter in cec_devnode_unregister 2023-05-26 10:52:05 +01:00
cec-notifier.c media: Explicitly include correct DT includes 2023-07-19 12:57:51 +02:00
cec-pin-error-inj.c media: cec/core: clarify rx-arb-lost usage message 2021-04-06 16:08:38 +02:00
cec-pin-priv.h media: cec-pin: improve interrupt handling 2023-08-10 07:58:32 +02:00
cec-pin.c media: cec-pin: only enable interrupts when monitoring the CEC pin 2023-08-10 07:58:32 +02:00
cec-priv.h media: cec: core: disable adapter in cec_devnode_unregister 2023-05-26 10:52:05 +01:00
Makefile