From: dedekind1@gmail.com (Artem Bityutskiy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] S5PC110: Add OneNAND interrupt number
Date: Thu, 05 Aug 2010 07:32:56 +0300 [thread overview]
Message-ID: <1280982776.4363.18.camel@localhost.localdomain> (raw)
In-Reply-To: <20100727103937.GA1247@july>
On Tue, 2010-07-27 at 19:39 +0900, Kyungmin Park wrote:
> To use OneNAND interrupt at drivers, also extend DMA address to cover fully.
>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
> diff --git a/arch/arm/mach-s5pv210/dev-onenand.c b/arch/arm/mach-s5pv210/dev-onenand.c
> index 34997b7..f8ede33 100644
> --- a/arch/arm/mach-s5pv210/dev-onenand.c
> +++ b/arch/arm/mach-s5pv210/dev-onenand.c
> @@ -27,9 +27,14 @@ static struct resource s5pc110_onenand_resources[] = {
> },
> [1] = {
> .start = S5PC110_PA_ONENAND_DMA,
> - .end = S5PC110_PA_ONENAND_DMA + SZ_2K - 1,
> + .end = S5PC110_PA_ONENAND_DMA + SZ_8K - 1,
> .flags = IORESOURCE_MEM,
> },
> + [2] = {
> + .start = IRQ_ONENAND_AUDI,
> + .end = IRQ_ONENAND_AUDI,
> + .flags = IORESOURCE_IRQ,
> + },
> };
You do not expect this to go through the MTD tree, right?
--
Best Regards,
Artem Bityutskiy (????? ????????)
next prev parent reply other threads:[~2010-08-05 4:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-27 10:39 [PATCH] S5PC110: Add OneNAND interrupt number Kyungmin Park
2010-08-05 4:32 ` Artem Bityutskiy [this message]
2010-08-05 5:51 ` Kyungmin Park
2010-08-05 6:15 ` Kukjin Kim
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=1280982776.4363.18.camel@localhost.localdomain \
--to=dedekind1@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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).