From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: g.liakhovetski@gmx.de, mchehab@redhat.com, linux-media@vger.kernel.org
Cc: magnus.damm@gmail.com, linux-sh@vger.kernel.org,
phil.edworthy@renesas.com, matsu@igel.co.jp,
Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Subject: Re: [PATCH 1/4] V4L2: soc_camera: Renesas R-Car VIN driver
Date: Thu, 18 Apr 2013 18:27:24 +0400 [thread overview]
Message-ID: <517002CC.2000807@cogentembedded.com> (raw)
In-Reply-To: <201304180211.13992.sergei.shtylyov@cogentembedded.com>
On 18-04-2013 2:11, Sergei Shtylyov wrote:
> From: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
> Add Renesas R-Car VIN (Video In) V4L2 driver.
> Based on the patch by Phil Edworthy <phil.edworthy@renesas.com>.
> Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
> [Sergei: some formatting cleanup]
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@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
next prev parent reply other threads:[~2013-04-18 14:28 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-17 22:06 [PATCH 0/4] R-Car VIN driver with R8A7779/Marzen support Sergei Shtylyov
2013-04-17 22:11 ` [PATCH 1/4] V4L2: soc_camera: Renesas R-Car VIN driver Sergei Shtylyov
2013-04-18 14:27 ` Sergei Shtylyov [this message]
2013-04-17 22:13 ` [PATCH 2/4] ARM: shmobile: r8a7779: add VIN support Sergei Shtylyov
2013-04-18 0:48 ` Kuninori Morimoto
2013-04-17 22:15 ` [PATCH 3/4] ARM: shmobile: Marzen: add VIN and ADV7180 support Sergei Shtylyov
2013-04-17 22:29 ` Sergei Shtylyov
2013-04-18 14:25 ` Sergei Shtylyov
2013-04-17 22:17 ` [PATCH 4/4] ARM: shmobile: Marzen: enable VIN and ADV7180 in defconfig Sergei Shtylyov
2013-04-18 13:30 ` Simon Horman
2013-04-18 14:21 ` Sergei Shtylyov
2013-04-19 2:15 ` Simon Horman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=517002CC.2000807@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=g.liakhovetski@gmx.de \
--cc=linux-media@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=matsu@igel.co.jp \
--cc=mchehab@redhat.com \
--cc=phil.edworthy@renesas.com \
--cc=vladimir.barinov@cogentembedded.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).