public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] blackfin arch fix stamp537 ISP1716 IRQ setting bug
@ 2007-03-29 10:40 Wu, Bryan
  2007-03-29 10:47 ` Wu, Bryan
  0 siblings, 1 reply; 3+ messages in thread
From: Wu, Bryan @ 2007-03-29 10:40 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel, Paul Mundt


Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---
 arch/blackfin/mach-bf537/boards/stamp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/blackfin/mach-bf537/boards/stamp.c
b/arch/blackfin/mach-bf537/boards/stamp.c
index 0f90ff9..a4219df 100644
--- a/arch/blackfin/mach-bf537/boards/stamp.c
+++ b/arch/blackfin/mach-bf537/boards/stamp.c
@@ -68,7 +68,7 @@ static struct resource bfin_isp1761_resources[] = {
 	[1] = {
 		.start  = ISP1761_IRQ,
 		.end    = ISP1761_IRQ,
-		.flags  = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
+		.flags  = IORESOURCE_IRQ,
 	},
 };
 
-- 
1.5.0.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] blackfin arch fix stamp537 ISP1716 IRQ setting bug
  2007-03-29 10:40 [PATCH] blackfin arch fix stamp537 ISP1716 IRQ setting bug Wu, Bryan
@ 2007-03-29 10:47 ` Wu, Bryan
  2007-03-29 12:45   ` Paul Mundt
  0 siblings, 1 reply; 3+ messages in thread
From: Wu, Bryan @ 2007-03-29 10:47 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel, Paul Mundt


Sorry for word wrap. this one is ok.

Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---
 arch/blackfin/mach-bf537/boards/stamp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c
index 0f90ff9..a4219df 100644
--- a/arch/blackfin/mach-bf537/boards/stamp.c
+++ b/arch/blackfin/mach-bf537/boards/stamp.c
@@ -68,7 +68,7 @@ static struct resource bfin_isp1761_resources[] = {
 	[1] = {
 		.start  = ISP1761_IRQ,
 		.end    = ISP1761_IRQ,
-		.flags  = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
+		.flags  = IORESOURCE_IRQ,
 	},
 };
 
-- 
1.5.0.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] blackfin arch fix stamp537 ISP1716 IRQ setting bug
  2007-03-29 10:47 ` Wu, Bryan
@ 2007-03-29 12:45   ` Paul Mundt
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Mundt @ 2007-03-29 12:45 UTC (permalink / raw)
  To: Wu, Bryan; +Cc: Andrew Morton, linux-kernel

On Thu, Mar 29, 2007 at 06:47:32PM +0800, Wu, Bryan wrote:
> diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c
> index 0f90ff9..a4219df 100644
> --- a/arch/blackfin/mach-bf537/boards/stamp.c
> +++ b/arch/blackfin/mach-bf537/boards/stamp.c
> @@ -68,7 +68,7 @@ static struct resource bfin_isp1761_resources[] = {
>  	[1] = {
>  		.start  = ISP1761_IRQ,
>  		.end    = ISP1761_IRQ,
> -		.flags  = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL,
> +		.flags  = IORESOURCE_IRQ,
>  	},
>  };
>  
So you've left the logic for set_irq_type(), yes? In that case, this
looks fine.

I'd add an Acked-by, but it probably doesn't matter :-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-29 12:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-29 10:40 [PATCH] blackfin arch fix stamp537 ISP1716 IRQ setting bug Wu, Bryan
2007-03-29 10:47 ` Wu, Bryan
2007-03-29 12:45   ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox