Thread (56 messages) 56 messages, 9 authors, 2026-04-07

Re: [RFC 9/11] media: platform: Add NXP Neoisp Image Signal Processor

From: Markus Elfring <hidden>
Date: 2026-02-04 14:17:09
Also in: linux-arm-kernel, linux-media, lkml

This driver was originaly inpired from …
                  originally inspired?


…
quoted hunk ↗ jump to hunk
+++ b/drivers/media/platform/nxp/neoisp/neoisp_main.c
@@ -0,0 +1,1985 @@
+static void neoisp_node_buf_queue(struct vb2_buffer *vb)
+{
…
+
+	dev_dbg(&neoispd->pdev->dev, "%s: for node %s\n", __func__, NODE_NAME(node));
+	spin_lock_irqsave(&node->ready_lock, flags);
+	list_add_tail(&buffer->ready_list, &node->ready_queue);
+	spin_unlock_irqrestore(&node->ready_lock, flags);
Would it become feasible to apply scoped_guard() calls?
https://elixir.bootlin.com/linux/v6.19-rc5/source/include/linux/spinlock.h#L585

Regards,
Markus
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help