From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: Russell King <rmk@arm.linux.org.uk>
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>,
Ralf Baechle <ralf@linux-mips.org>,
Rodolfo Giometti <giometti@linux.it>,
linux-mips@linux-mips.org
Subject: Re: [PATCH] au1x00 serial real interrupt
Date: Sat, 09 Sep 2006 20:58:48 +0400 [thread overview]
Message-ID: <4502F2C8.9020107@ru.mvista.com> (raw)
In-Reply-To: <20060909163907.GA24012@flint.arm.linux.org.uk>
Hello.
Russell King wrote:
>> Well, after looking at drivers/serial/8250.c a bit more, I think this
>> may be even more simlified since that driver seems to treat the negative
>>values as completely invalid anyway. IOW, we can just:
>>#define is_real_interrupt(irq) 1
>> Russel, what do you think?
> That's Russell 8)
I'm sorry. :-)
> Well, if you need IRQ0 to be real then redefining is_real_interrupt()
> is the correct way forward.
> However, Linus' policy is that IRQ0 shall be invalid at least on PCI
> systems, and architectures _should_ remap their real IRQ0 to some other
> number.
Hm, given that NO_IRQ is #defined as -1 (when it's defined at all)...
> Personally I don't like this.
Hm, me neither but I can undestand the reasoning. 0 is the usual default
value of the PCI interrupt line register, meaning interrupt is unassigned.
> Hence why I prefer to give people the option.
Thanks for the explanation.
Would be better probably to have that #define in 8250.c going after
#include <asm/serial.h> but as this seems the first and only case of the
override needed, it's good enough this way. :-)
As for the PCI UARTs possibly plugged into Alchemy board, I really don't
know... This macro has no provision to check for the UART type. So, skipping
its invocation in 8250.c for UPIO_AU case might be a better (though not
cleaner) solution...
WBR, Sergei
next prev parent reply other threads:[~2006-09-09 16:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-22 16:52 [PATCH] au1x00 serial real interrupt Rodolfo Giometti
2006-09-05 15:19 ` Sergei Shtylyov
2006-09-09 16:34 ` Sergei Shtylyov
2006-09-09 16:39 ` Russell King
2006-09-09 16:58 ` Sergei Shtylyov [this message]
2006-09-14 18:10 ` Ralf Baechle
2006-09-18 20:13 ` Sergei Shtylyov
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=4502F2C8.9020107@ru.mvista.com \
--to=sshtylyov@ru.mvista.com \
--cc=giometti@linux.it \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
--cc=rmk@arm.linux.org.uk \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.