mbox series

[0/1] media: tc358746: fix locking issue

Message ID 20250121095656.257786-1-matthias.fend@emfend.at (mailing list archive)
Headers show
Series media: tc358746: fix locking issue | expand

Message

Matthias Fend Jan. 21, 2025, 9:56 a.m. UTC
Hi folks,

some time ago I asked for advice on a deadlock in tc358746_link_validate()
of the TC358746 driver [1].
Since there was no feedback on this, I have now changed the behavior to
what I suggested as a potential solution and what I know from other
drivers.
This patch is based on Sakari's v10 series 'Use V4L2 mbus config for
conveying link frequency' [2].

~Matthias

[1] https://lore.kernel.org/all/f10b9df7-62c6-4716-a3b9-e4dff1ee68b9@emfend.at/T/
[2] https://lore.kernel.org/all/20250120110157.152732-5-sakari.ailus@linux.intel.com/T/

Matthias Fend (1):
  media: tc358746: fix locking issue

 drivers/media/i2c/tc358746.c | 191 +++++++++++++++++------------------
 1 file changed, 90 insertions(+), 101 deletions(-)