Re: [PATCH v3 2/5] MIPS: Loongson64: Process ISA Node in DeviceTree

2020-07-27 Thread WANG Xuerui
Hi Jiaxun, On 2020/7/25 09:45, Jiaxun Yang wrote: > Previously, we're hardcoding resserved ISA I/O Space in code, now "reserved"; also "in code" seems redundant (we're "hard-coding", aren't we?) > we're processing reverved I/O via DeviceTree directly. Using the ranges another "reserved" typo,

Re: [PATCH v3 2/5] MIPS: Loongson64: Process ISA Node in DeviceTree

2020-07-26 Thread Huacai Chen
For the whole series, Tested-by: Huacai Chen Reviewed-by: Huacai Chen On Sat, Jul 25, 2020 at 9:48 AM Jiaxun Yang wrote: > > Previously, we're hardcoding resserved ISA I/O Space in code, now > we're processing reverved I/O via DeviceTree directly. Using the ranges > property to determine the

[PATCH v3 2/5] MIPS: Loongson64: Process ISA Node in DeviceTree

2020-07-24 Thread Jiaxun Yang
Previously, we're hardcoding resserved ISA I/O Space in code, now we're processing reverved I/O via DeviceTree directly. Using the ranges property to determine the size and address of reserved I/O space. Signed-off-by: Jiaxun Yang -- v2: Use range_parser instead of pci_range_parser ---