From: Manuel Lauss <manuel.lauss@googlemail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>,
Ralf Baechle <ralf@linux-mips.org>
Subject: Reason for PIO_MASK?
Date: Sat, 3 Oct 2009 16:48:12 +0200 [thread overview]
Message-ID: <f861ec6f0910030748l396b45bck858f15460354e58e@mail.gmail.com> (raw)
In arch/mips/lib/iomap.c there's this "#define PIO_MASK 0x0ffff"
which limits the ability to successfully call ioport_map() to the
first 64kB. This causes pata_pcmcia to error out on CF card
probe because devm_ioport_map() is called with the remapped
PCMCIA IO area, which is somewhere in MAP_BASE space.
I've temporarily removed the PIO_MASK check and pata_pcmcia
works as expected. Is there any way around this, other than
creating an Alchemy-specific ioport_map() function?
Thanks,
Manuel Lauss
next reply other threads:[~2009-10-03 14:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-03 14:48 Manuel Lauss [this message]
2009-10-06 11:52 ` Reason for PIO_MASK? Ralf Baechle
2009-10-06 12:11 ` Manuel Lauss
2009-10-06 14:25 ` Ralf Baechle
2009-10-06 14:59 ` Manuel Lauss
2009-10-07 15:49 ` Sergei Shtylyov
2009-10-07 16:07 ` Manuel Lauss
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=f861ec6f0910030748l396b45bck858f15460354e58e@mail.gmail.com \
--to=manuel.lauss@googlemail.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.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