From: Petr Cvek <petr.cvek@tul.cz>
To: Robert Jarzmik <robert.jarzmik@free.fr>,
Daniel Mack <daniel@zonque.org>,
Haojian Zhuang <haojian.zhuang@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: pxa: add resources to pxaficp_ir
Date: Sun, 13 Sep 2015 03:35:42 +0200 [thread overview]
Message-ID: <55F4D2EE.9070607@tul.cz> (raw)
In-Reply-To: <1442057809-9586-1-git-send-email-robert.jarzmik@free.fr>
Dne 12.9.2015 v 13:36 Robert Jarzmik napsal(a):
> Add io memory and dma requestor lines to the irda pxa device. This is
> part of the conversion of pxaficp_ir to dmaengine, and to shrink its
> adherence to 'mach' includes.
>
> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
> Cc: Petr Cvek <petr.cvek@tul.cz>
> ---
> arch/arm/mach-pxa/devices.c | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/arch/arm/mach-pxa/devices.c b/arch/arm/mach-pxa/devices.c
> index 35434662dc7c..9592667453b0 100644
> --- a/arch/arm/mach-pxa/devices.c
> +++ b/arch/arm/mach-pxa/devices.c
> @@ -394,6 +394,26 @@ static struct resource pxa_ir_resources[] = {
> .end = IRQ_ICP,
> .flags = IORESOURCE_IRQ,
> },
> + [3] = {
> + .start = 0x40800000,
> + .end = 0x4080001b,
> + .flags = IORESOURCE_MEM,
> + },
> + [4] = {
> + .start = 0x40700000,
> + .end = 0x40700023,
> + .flags = IORESOURCE_MEM,
> + },
> + [5] = {
> + .start = 17,
> + .end = 17,
> + .flags = IORESOURCE_DMA,
> + },
> + [6] = {
> + .start = 18,
> + .end = 18,
> + .flags = IORESOURCE_DMA,
> + },
> };
>
> struct platform_device pxa_device_ficp = {
>
Tested-by: Petr Cvek <petr.cvek@tul.cz>
next prev parent reply other threads:[~2015-09-13 1:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-12 11:36 [PATCH] ARM: pxa: add resources to pxaficp_ir Robert Jarzmik
2015-09-13 1:35 ` Petr Cvek [this message]
2015-09-26 19:14 ` Robert Jarzmik
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=55F4D2EE.9070607@tul.cz \
--to=petr.cvek@tul.cz \
--cc=daniel@zonque.org \
--cc=haojian.zhuang@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robert.jarzmik@free.fr \
/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