linux-stable/drivers/media/cec/core
Hans Verkuil 73af6c7511 media: cec: core: don't set last_initiator if tx in progress
When a message was received the last_initiator is set to 0xff.
This will force the signal free time for the next transmit
to that for a new initiator. However, if a new transmit is
already in progress, then don't set last_initiator, since
that's the initiator of the current transmit. Overwriting
this would cause the signal free time of a following transmit
to be that of the new initiator instead of a next transmit.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
2023-05-26 10:52:22 +01:00
..
Makefile
cec-adap.c media: cec: core: don't set last_initiator if tx in progress 2023-05-26 10:52:22 +01: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: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C) 2021-03-22 10:24:44 +01: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: use call_op and check for !unregistered 2022-04-24 07:40:42 +01:00
cec-pin.c media: cec-pin.c: don't zero work_pin_num_events in adap_enable 2022-05-13 11:27:47 +02:00
cec-priv.h media: cec: core: disable adapter in cec_devnode_unregister 2023-05-26 10:52:05 +01:00