[PATCH 0/4] drivers: base: cacheinfo: fixes/updates

From: Sudeep Holla
Date: Fri Oct 28 2016 - 04:46:26 EST


Hi Greg,

Since the couple of fixes here are not too severe, I am considering as
updates only.

Now the x86 allow CONFIG_OF to be enabled and ACPI on arm64, we have
couple of minor bugs in those configurations. The first 2 patches fixes
them. The 3rd patch is cosmetic update to help identify the logs easily.

The last patch adds the basic support for overriding cache properties
using the device tree.

Regards,
Sudeep

Sudeep Holla (4):
drivers: base: cacheinfo: fix x86 with CONFIG_OF enabled
drivers: base: cacheinfo: fix boot error message when acpi is enabled
drivers: base: cacheinfo: add pr_fmt logging
drivers: base: cacheinfo: support DT overrides for cache properties

arch/x86/kernel/cpu/intel_cacheinfo.c | 2 +
drivers/base/cacheinfo.c | 138 +++++++++++++++++++++++++++++++++-
include/linux/cacheinfo.h | 1 +
3 files changed, 137 insertions(+), 4 deletions(-)

--
2.7.4