From: Giuseppe Sacco <giuseppe@eppesuigoccas.homedns.org>
To: linux-serial@vger.kernel.org
Subject: Re: [MIPS] Preliminary patch for ip32 ttyS* device
Date: Fri, 07 Dec 2007 14:08:39 +0100 [thread overview]
Message-ID: <1197032919.8322.2.camel@scarafaggio> (raw)
In-Reply-To: <1196860832.19779.21.camel@scarafaggio>
Hi all,
I don't even know if anyone is reading this mailing list :-(
but I really need a reply on this subject.
Is there any comment on this patch?
Thanks again,
Giuseppe
Il giorno mer, 05/12/2007 alle 14.20 +0100, Giuseppe Sacco ha scritto:
> Hi all,
> serial device on SGI O2 (mips64) is broken since 2.6.23. I proposed this
> patch on October on the linux-mips lists, and I tried to get a better
> patch. I would like to know if you think the change to
> drivers/serial/serial_core.c are correct or not.
>
> Basically the problem is that we can setup membase but we cannot setup
> mapbase, so our 8250 uart seems to be unused by uart_match_port().
>
> Any comments?
>
> Thanks,
> Giuseppe
>
> ---
> diff --git a/arch/mips/sgi-ip32/ip32-platform.c
> b/arch/mips/sgi-ip32/ip32-platform.c
> index 7309e48..77febd6 100644
> --- a/arch/mips/sgi-ip32/ip32-platform.c
> +++ b/arch/mips/sgi-ip32/ip32-platform.c
> @@ -42,7 +42,7 @@ static struct platform_device uart8250_device = {
> static int __init uart8250_init(void)
> {
> uart8250_data[0].membase = (void __iomem *) &mace->isa.serial1;
> - uart8250_data[1].membase = (void __iomem *) &mace->isa.serial1;
> + uart8250_data[1].membase = (void __iomem *) &mace->isa.serial2;
>
> return platform_device_register(&uart8250_device);
> }
> diff --git a/drivers/serial/serial_core.c b/drivers/serial/serial_core.c
> index 3bb5d24..7caa877 100644
> --- a/drivers/serial/serial_core.c
> +++ b/drivers/serial/serial_core.c
> @@ -2455,6 +2455,8 @@ int uart_match_port(struct uart_port *port1,
> struct uart_port *port2)
> case UPIO_AU:
> case UPIO_TSI:
> case UPIO_DWAPB:
> + if (port1->mapbase==0 && port2->mapbase==0)
> + return (port1->membase == port2->membase);
> return (port1->mapbase == port2->mapbase);
> }
> return 0;
prev parent reply other threads:[~2007-12-07 14:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-05 13:20 [MIPS] Preliminary patch for ip32 ttyS* device Giuseppe Sacco
2007-12-07 13:08 ` Giuseppe Sacco [this message]
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=1197032919.8322.2.camel@scarafaggio \
--to=giuseppe@eppesuigoccas.homedns.org \
--cc=linux-serial@vger.kernel.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