From: augulis.darius@gmail.com (Darius Augulis)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] s3c: mach-real6410: add IORESOURCE_IRQ_HIGHLEVEL flag to dm9000
Date: Mon, 16 Aug 2010 20:43:32 +0300 [thread overview]
Message-ID: <20100816174332.14924.51505.stgit@darius-desktop> (raw)
In-Reply-To: <20100816173905.14924.62664.stgit@darius-desktop>
Add IORESOURCE_IRQ_HIGHLEVEL irq flag to dm9000 driver
platform data in board mach-real6410.
Signed-off-by: Darius Augulis <augulis.darius@gmail.com>
---
arch/arm/mach-s3c64xx/mach-real6410.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-s3c64xx/mach-real6410.c b/arch/arm/mach-s3c64xx/mach-real6410.c
index 9f79e6b..e130379 100644
--- a/arch/arm/mach-s3c64xx/mach-real6410.c
+++ b/arch/arm/mach-s3c64xx/mach-real6410.c
@@ -81,7 +81,7 @@ static struct resource real6410_dm9k_resource[] = {
[2] = {
.start = S3C_EINT(7),
.end = S3C_EINT(7),
- .flags = IORESOURCE_IRQ,
+ .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHLEVEL
}
};
next prev parent reply other threads:[~2010-08-16 17:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-16 17:43 [PATCH 0/2] s3c: mach-real6410 missing fixes Darius Augulis
2010-08-16 17:43 ` [PATCH 1/2] s3c: mach-real6410: fix coding style errors Darius Augulis
2010-08-16 17:43 ` Darius Augulis [this message]
2010-08-23 7:02 ` [PATCH 0/2] s3c: mach-real6410 missing fixes Darius Augulis
2010-08-27 6:38 ` Kukjin Kim
2010-08-30 7:04 ` Darius Augulis
2010-09-01 1:50 ` Kukjin Kim
2010-09-01 6:31 ` Darius Augulis
2010-09-01 23:49 ` 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=20100816174332.14924.51505.stgit@darius-desktop \
--to=augulis.darius@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).