Re: [PATCH v3 1/5] PCI: OF: Don't remap iospace on unsupported platform

From: Sergei Shtylyov
Date: Mon Apr 13 2020 - 05:39:49 EST


Hello!

On 13.04.2020 8:32, Jiaxun Yang wrote:

There are some platforms doesn't support iospace remapping

That don't support.

like MIPS. However, our PCI code will try to remap iospace
unconditionally and reject io resources on these platforms.

So we should remove iospace remapping check and use a range
check instead on these platforms.

Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
[...]

MBR, Sergei