Re: [PATCH 08/11] of: Factor out #{addr,size}-cells parsing

2019-09-27 Thread Geert Uytterhoeven
On Fri, Sep 27, 2019 at 2:25 AM Rob Herring wrote: > From: Robin Murphy > > In some cases such as PCI host controllers, we may have a "parent bus" > which is an OF leaf node, but still need to correctly parse ranges from > the point of view of that bus. For that, factor out variants of the > "#ad

[PATCH 08/11] of: Factor out #{addr,size}-cells parsing

2019-09-26 Thread Rob Herring
From: Robin Murphy In some cases such as PCI host controllers, we may have a "parent bus" which is an OF leaf node, but still need to correctly parse ranges from the point of view of that bus. For that, factor out variants of the "#addr-cells" and "#size-cells" parsers which do not assume they ha