Re: [PATCH 00/12] DT: CPU h/w id parsing clean-ups and cacheinfo id support

2021-10-20 Thread Rob Herring
On Wed, Oct 6, 2021 at 11:43 AM Rob Herring wrote: > > The first 10 patches add a new function, of_get_cpu_hwid(), which parses > CPU DT node 'reg' property, and then use it to replace all the open > coded versions of parsing CPU node 'reg' properties. > > The last 2 patches add support for popula

Re: [PATCH 00/12] DT: CPU h/w id parsing clean-ups and cacheinfo id support

2021-10-06 Thread Florian Fainelli
On 10/6/2021 9:43 AM, Rob Herring wrote: The first 10 patches add a new function, of_get_cpu_hwid(), which parses CPU DT node 'reg' property, and then use it to replace all the open coded versions of parsing CPU node 'reg' properties. The last 2 patches add support for populating the cacheinf

[PATCH 00/12] DT: CPU h/w id parsing clean-ups and cacheinfo id support

2021-10-06 Thread Rob Herring
The first 10 patches add a new function, of_get_cpu_hwid(), which parses CPU DT node 'reg' property, and then use it to replace all the open coded versions of parsing CPU node 'reg' properties. The last 2 patches add support for populating the cacheinfo 'id' on DT platforms. The minimum associated