From: Michael Ellerman <mpe@ellerman.id.au>
To: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
linux-kernel@vger.kernel.org
Cc: "Tom Lendacky" <thomas.lendacky@amd.com>,
"Brijesh Singh" <brijesh.singh@amd.com>,
devicetree@vger.kernel.org,
"Albert Herranz" <albert_herranz@yahoo.es>,
"Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
linux-gpio@vger.kernel.org,
"Thomas Gleixner" <tglx@linutronix.de>,
"Borislav Petkov" <bp@suse.de>,
linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH v2 1/6] resource: Extend the PPC32 reserved memory hack
Date: Tue, 23 Jan 2018 23:58:06 +1100 [thread overview]
Message-ID: <871sigwx41.fsf@concordia.ellerman.id.au> (raw)
In-Reply-To: <20180122050411.32460-2-j.neuschaefer@gmx.net>
Jonathan Neuschäfer <j.neuschaefer@gmx.net> writes:
> On the Nintendo Wii, there are two ranges of physical memory, and MMIO
> in between, but Linux on ppc32 doesn't support discontiguous memory.
> Therefore a hack was introduced in commit c5df7f775148 ("powerpc: allow
> ioremap within reserved memory regions") and commit de32400dd26e ("wii:
> use both mem1 and mem2 as ram"):
>
> - Treat the area from the start of the first memory area (MEM1) to the
> end of the second (MEM2) as one big memory area, but mark the part
> that doesn't belong to MEM1 or MEM2 as reserved.
> - Only on the Wii, allow ioremap to be used on reserved memory.
>
> This hack, however, doesn't account for the "resource"-based API in
> kernel/resource.c, because __request_region performs its own checks.
>
> Extend the hack to kernel/resource.c, to allow more drivers to allocate
> their MMIO regions on the Wii.
Hi Jonathan,
Sorry but I can't merge a hack like this in generic code.
Has anyone looked at adding proper discontig mem support to PPC32?
Or can we punch a hole in the resource in the right place? Maybe from
add_system_ram_resources() ?
cheers
next prev parent reply other threads:[~2018-01-23 12:58 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-22 5:04 [PATCH v2 0/6] Nintendo Wii GPIO driver Jonathan Neuschäfer
2018-01-22 5:04 ` [PATCH v2 1/6] resource: Extend the PPC32 reserved memory hack Jonathan Neuschäfer
2018-01-23 12:58 ` Michael Ellerman [this message]
2018-01-23 16:37 ` Jonathan Neuschäfer
2018-01-24 1:23 ` Michael Ellerman
2018-01-27 8:00 ` Jonathan Neuschäfer
2018-01-22 5:04 ` [PATCH v2 2/6] powerpc: wii: Explicitly configure GPIO owner for poweroff pin Jonathan Neuschäfer
2018-01-22 5:04 ` [PATCH v2 3/6] gpio: Add GPIO driver for Nintendo Wii Jonathan Neuschäfer
2018-01-28 17:31 ` Andy Shevchenko
2018-01-31 8:37 ` Jonathan Neuschäfer
2018-02-07 12:29 ` Linus Walleij
2018-02-07 12:54 ` Jonathan Neuschäfer
2018-01-22 5:04 ` [PATCH v2 4/6] dt-bindings: gpio: Add binding for Wii GPIO controller Jonathan Neuschäfer
2018-02-07 12:26 ` Linus Walleij
2018-01-22 5:04 ` [PATCH v2 5/6] powerpc: wii.dts: Add ngpios property Jonathan Neuschäfer
2018-01-22 5:04 ` [PATCH v2 6/6] powerpc: wii.dts: Add GPIO line names Jonathan Neuschäfer
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=871sigwx41.fsf@concordia.ellerman.id.au \
--to=mpe@ellerman.id.au \
--cc=albert_herranz@yahoo.es \
--cc=bp@suse.de \
--cc=brijesh.singh@amd.com \
--cc=devicetree@vger.kernel.org \
--cc=j.neuschaefer@gmx.net \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=tglx@linutronix.de \
--cc=thomas.lendacky@amd.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®