Re: [PATCH v6 07/12] drivers: base cacheinfo: Add support for ACPI based firmware tables

2018-01-22 Thread Rafael J. Wysocki
On Mon, Jan 22, 2018 at 10:14 PM, Jeremy Linton wrote: > Hi, > > Thanks for taking a look at this. > > > On 01/22/2018 09:50 AM, Greg KH wrote: >> >> On Fri, Jan 12, 2018 at 06:59:15PM -0600, Jeremy Linton wrote: >>> >>> Add a entry to to struct cacheinfo to maintain a reference to the PPTT >>> no

Re: [PATCH v6 07/12] drivers: base cacheinfo: Add support for ACPI based firmware tables

2018-01-22 Thread Jeremy Linton
Hi, Thanks for taking a look at this. On 01/22/2018 09:50 AM, Greg KH wrote: On Fri, Jan 12, 2018 at 06:59:15PM -0600, Jeremy Linton wrote: Add a entry to to struct cacheinfo to maintain a reference to the PPTT node which can be used to match identical caches across cores. Also stub out cache_

Re: [PATCH v6 07/12] drivers: base cacheinfo: Add support for ACPI based firmware tables

2018-01-22 Thread Greg KH
On Fri, Jan 12, 2018 at 06:59:15PM -0600, Jeremy Linton wrote: > Add a entry to to struct cacheinfo to maintain a reference to the PPTT > node which can be used to match identical caches across cores. Also > stub out cache_setup_acpi() so that individual architectures can > enable ACPI topology par

Re: [PATCH v6 07/12] drivers: base cacheinfo: Add support for ACPI based firmware tables

2018-01-15 Thread Sudeep Holla
On Fri, Jan 12, 2018 at 06:59:15PM -0600, Jeremy Linton wrote: > Add a entry to to struct cacheinfo to maintain a reference to the PPTT > node which can be used to match identical caches across cores. Also > stub out cache_setup_acpi() so that individual architectures can > enable ACPI topology par

[PATCH v6 07/12] drivers: base cacheinfo: Add support for ACPI based firmware tables

2018-01-12 Thread Jeremy Linton
Add a entry to to struct cacheinfo to maintain a reference to the PPTT node which can be used to match identical caches across cores. Also stub out cache_setup_acpi() so that individual architectures can enable ACPI topology parsing. Signed-off-by: Jeremy Linton --- drivers/acpi/pptt.c |