From: Ralf Baechle <ralf@linux-mips.org>
To: Alexander Bigga <ab@mycable.de>
Cc: linux-mips@linux-mips.org
Subject: Re: [PATCH] fix PCI-memory access on Alchemy Au15x0
Date: Wed, 10 Jan 2007 19:52:38 +0000 [thread overview]
Message-ID: <20070110195238.GA10283@linux-mips.org> (raw)
In-Reply-To: <20061221102519.GA11796@mycable-alex>
On Thu, Dec 21, 2006 at 11:25:19AM +0100, Alexander Bigga wrote:
> The problem was introduced in 2.6.18.3 with the casting of some 36bit-defines
> (PCI memory) in au1000.h to resource_size_t which may be u32 or u64 depending on
> the experimental CONFIG_RESOURCES_64BIT.
>
> With unset CONFIG_RESOURCES_64BIT, the pci-memory cannot be accessed because
> the ioremap in arch/mips/au1000/common/pci.c already used the truncated
> addresses.
> With set CONFIG_RESOURCES_64BIT, things get even worse, because PCI-scan
> aborts, due to resource conflict: request_resource() in arch/mips/pci/pci.c
> fails because the maximum iomem-address is 0xffffffff (32bit) but the
> pci-memory-start-address is 0x440000000 (36bit).
>
> To get pci working again, I propose the following patch:
>
> 1. remove the resource_size_t-casting from au1000.h again
> 2. make the casting in arch/mips/au1000/common/pci.c (it's allowed and
> necessary here. The 36bit-handling will be done in __fixup_bigphys_addr).
>
> With this patch pci works again like in 2.6.18.2, the gcc-compile warnings
> in pci.c are gone and it doesn't depend on CONFIG_EXPERIMENTAL.
>
> Only advantages ;-) Nevertheless, I'm open for your comments or even better
> solutions.
Looks reasonable, applied.
Ralf
prev parent reply other threads:[~2007-01-10 19:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-21 10:25 [PATCH] fix PCI-memory access on Alchemy Au15x0 Alexander Bigga
2007-01-10 19:52 ` Ralf Baechle [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=20070110195238.GA10283@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=ab@mycable.de \
--cc=linux-mips@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