[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1477644331-25559-1-git-send-email-sudeep.holla@arm.com>
Date: Fri, 28 Oct 2016 09:45:27 +0100
From: Sudeep Holla <sudeep.holla@....com>
To: linux-kernel@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Sudeep Holla <sudeep.holla@....com>, x86@...nel.org,
devicetree@...r.kernel.org
Subject: [PATCH 0/4] drivers: base: cacheinfo: fixes/updates
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
Powered by blists - more mailing lists