On 18-04-2013 2:11, Sergei Shtylyov wrote:
From: Vladimir Barinov <vladimir.barinov@xxxxxxxxxxxxxxxxxx>
Add Renesas R-Car VIN (Video In) V4L2 driver.
Based on the patch by Phil Edworthy <phil.edworthy@xxxxxxxxxxx>.
Signed-off-by: Vladimir Barinov <vladimir.barinov@xxxxxxxxxxxxxxxxxx> [Sergei: some formatting cleanup] Signed-off-by: Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx>
[...]
+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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html