Re: [PATCH 1/2][UPDATE] of: base: add support to get the number of cache levels

2017-01-12 Thread Sudeep Holla
On 12/01/17 13:24, Rob Herring wrote: > On Tue, Jan 10, 2017 at 6:00 AM, Sudeep Holla wrote: >> It is useful to have helper function just to get the number of cache >> levels for a given logical cpu. This patch adds the support for the >> same. >> >> It will be used on

Re: [PATCH 1/2][UPDATE] of: base: add support to get the number of cache levels

2017-01-12 Thread Sudeep Holla
On 12/01/17 13:24, Rob Herring wrote: > On Tue, Jan 10, 2017 at 6:00 AM, Sudeep Holla wrote: >> It is useful to have helper function just to get the number of cache >> levels for a given logical cpu. This patch adds the support for the >> same. >> >> It will be used on ARM64 platform where the

Re: [PATCH 1/2][UPDATE] of: base: add support to get the number of cache levels

2017-01-12 Thread Rob Herring
On Tue, Jan 10, 2017 at 6:00 AM, Sudeep Holla wrote: > It is useful to have helper function just to get the number of cache > levels for a given logical cpu. This patch adds the support for the > same. > > It will be used on ARM64 platform where the device tree provides the

Re: [PATCH 1/2][UPDATE] of: base: add support to get the number of cache levels

2017-01-12 Thread Rob Herring
On Tue, Jan 10, 2017 at 6:00 AM, Sudeep Holla wrote: > It is useful to have helper function just to get the number of cache > levels for a given logical cpu. This patch adds the support for the > same. > > It will be used on ARM64 platform where the device tree provides the > information for the

[PATCH 1/2][UPDATE] of: base: add support to get the number of cache levels

2017-01-10 Thread Sudeep Holla
It is useful to have helper function just to get the number of cache levels for a given logical cpu. This patch adds the support for the same. It will be used on ARM64 platform where the device tree provides the information for the additional non-architected/transparent/external last level caches

[PATCH 1/2][UPDATE] of: base: add support to get the number of cache levels

2017-01-10 Thread Sudeep Holla
It is useful to have helper function just to get the number of cache levels for a given logical cpu. This patch adds the support for the same. It will be used on ARM64 platform where the device tree provides the information for the additional non-architected/transparent/external last level caches