On 18-04-2013 2:11, Sergei Shtylyov wrote:

From: Vladimir Barinov <vladimir.bari...@cogentembedded.com>

Add Renesas R-Car VIN (Video In) V4L2 driver.

Based on the patch by Phil Edworthy <phil.edwor...@renesas.com>.

Signed-off-by: Vladimir Barinov <vladimir.bari...@cogentembedded.com>
[Sergei: some formatting cleanup]
Signed-off-by: Sergei Shtylyov <sergei.shtyl...@cogentembedded.com>

[...]

+static int rcar_vin_probe(struct platform_device *pdev)
+{
[...]
+       ret = devm_request_irq(&pdev->dev, irq, rcar_vin_irq, IRQF_DISABLED,

   I forgot that this flag is deprecated now. Also we need to pass IRQF_SHARED
for the VIN driver to work on R8A7778 where VIN0/1 share the IRQ.

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to