All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jun Sun <jsun@mvista.com>
To: Matthew Dharm <mdharm@momenco.com>
Cc: Ralf Baechle <ralf@oss.sgi.com>, Linux-MIPS <linux-mips@oss.sgi.com>
Subject: Re: set_io_port_base()?
Date: Wed, 20 Feb 2002 21:35:57 -0800	[thread overview]
Message-ID: <20020220213557.A8883@mvista.com> (raw)
In-Reply-To: <NEBBLJGMNKKEEMNLHGAIKEKFCFAA.mdharm@momenco.com>; from mdharm@momenco.com on Wed, Feb 20, 2002 at 06:48:50PM -0800

On Wed, Feb 20, 2002 at 06:48:50PM -0800, Matthew Dharm wrote:
> But isn't that what all the complicated logic in ioremap() is for?  

Not exactly.

Here is the whole picture:

drivers do inb(delta)/outb(delta)
  -> translated to an virtual address (mips_io_port_base + delta)
     -> mapped into (GT_IO_BASE + delta) physical addr
	-> Bingo! you got the devices.

Here your goal is to make the drivers that do inb()/outb() happy (i.e.,
be able to reuse them without modification)  If you only use drivers
that directly access memory (such as drivers/net/nec_korva.c on 
linux-mips.sf.net), then you don't even have to set mips_io_port_base at all.

The ioremap() comes into place because by default you can not
set a mips_io_port_base value in kseg1 range on ocelot (it is at 0x20000000
in physical addr space).  Therefore you do a ioremap(), blah blah as explained
above.

Someday I should finish the PCI chapter on my porting guide ...

Jun

  parent reply	other threads:[~2002-02-21  6:36 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-21  1:36 set_io_port_base()? Matthew Dharm
2002-02-21  1:57 ` set_io_port_base()? Ralf Baechle
2002-02-21  2:05   ` set_io_port_base()? Matthew Dharm
2002-02-21  2:13     ` set_io_port_base()? Ralf Baechle
2002-02-21  2:27       ` set_io_port_base()? Jun Sun
2002-02-21  2:48         ` set_io_port_base()? Matthew Dharm
2002-02-21  2:48           ` set_io_port_base()? Matthew Dharm
2002-02-21  3:03           ` set_io_port_base()? Jason Gunthorpe
2002-02-21  5:35           ` Jun Sun [this message]
2002-02-21  3:30         ` set_io_port_base()? Ralf Baechle
2002-02-21 16:34         ` pthread support in mipsel-linux Wayne Gowcher
2002-02-21 17:55           ` H . J . Lu
2002-02-21 18:12             ` Wayne Gowcher
2002-02-21 18:25               ` H . J . Lu
2002-02-21 18:45                 ` Wayne Gowcher
2002-02-22  8:52                   ` Florian Lohoff
2002-02-22 13:38                 ` Maciej W. Rozycki
2002-02-22 13:45                   ` Hiroyuki Machida
2002-02-22 14:28                     ` Maciej W. Rozycki
2002-02-22 16:53                   ` H . J . Lu
2002-02-22 16:57                     ` H . J . Lu
2002-02-22 17:06                     ` Maciej W. Rozycki
2002-02-22 17:14                       ` H . J . Lu
2002-04-19 17:06             ` Equivalent of ioperm / iopl in linux mips ? Wayne Gowcher
2002-04-20  9:03               ` Geert Uytterhoeven
2002-04-22 11:35                 ` Maciej W. Rozycki
2002-04-22 14:55                   ` Geert Uytterhoeven
2002-04-22 15:30                     ` Maciej W. Rozycki
2002-04-22 15:33                       ` Geert Uytterhoeven
2002-04-22 17:44                       ` Ralf Baechle
2002-04-22 18:01                         ` Maciej W. Rozycki
2002-02-21  2:08   ` set_io_port_base()? Matthew Dharm
2002-02-21  2:16     ` set_io_port_base()? Ralf Baechle

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=20020220213557.A8883@mvista.com \
    --to=jsun@mvista.com \
    --cc=linux-mips@oss.sgi.com \
    --cc=mdharm@momenco.com \
    --cc=ralf@oss.sgi.com \
    /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.