Re: [PATCH v4 1/5] PCI: OF: Don't remap iospace on unsupported platform
From: Sergei Shtylyov
Date: Mon Apr 20 2020 - 05:38:54 EST
Hello!
On 20.04.2020 10:12, Jiaxun Yang wrote:
There are some platforms don't support iospace remapping
^ that ^^^^^^^ I/O space?
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
I/O space, maybe?
check instead on these platforms.
Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>
--
v4: Fix a typo in commit message.
[...]
MBR, Sergei