* [PATCH] Apollon ethernet IRQ flags fix
@ 2006-11-16 1:18 Kyungmin Park
0 siblings, 0 replies; only message in thread
From: Kyungmin Park @ 2006-11-16 1:18 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap-open-source@linux.omap.com
[-- Attachment #1: Type: text/plain, Size: 823 bytes --]
Hi, Tony
This patch brakes the apollon board.
apollon (omap2420) use IRQF_TRIGGER_RISING which means IRQF_TRIGGER_HIGH.
so we add it as below
#define SMC_IRQ_FLAGS (machine_is_omap_apollon() ? IRQF_TRIGGER_HIGH : IRQF_TRIGGER_LOW)
please add this one
I tested it.
Thank you,
Kyungmin Park
------- Original Message -------
Sender : Tony Lindgren<tony@atomide.com>
Date : Nov 16, 2006 09:32
Title : Re: [PATCH] H4 / 2430SDP ethernet IRQ flags fix
* Syed Mohammed, Khasim <x0khasim@ti.com> [061116 01:36]:
> Hi Tony,
>
> +#ifdef CONFIG_ARCH_OMAP1
> +#define SMC_IRQ_FLAGS (machine_is_omap_innovator() ?
> IRQF_TRIGGER_RISING : \
> + IRQF_TRIGGER_FALLING)
> +#else
> +#define SMC_IRQ_FLAGS IRQF_TRIGGER_LOW
> +#endif
>
> This looks fine to me, please push this one.
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-16 1:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-16 1:18 [PATCH] Apollon ethernet IRQ flags fix Kyungmin Park
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox