From mboxrd@z Thu Jan 1 00:00:00 1970 From: rdunlap@infradead.org (Randy Dunlap) Date: Sun, 29 Oct 2017 08:09:51 -0700 Subject: [PATCH V4 07/12] boot_constraint: Add debugfs support In-Reply-To: References: Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10/29/17 06:48, Viresh Kumar wrote: > This patch adds debugfs support for boot constraints. This is how it > looks for a "vmmc-supply" constraint for the MMC device. > > Tested-by: Rajendra Nayak > Signed-off-by: Viresh Kumar > --- > drivers/boot_constraints/clk.c | 3 ++ > drivers/boot_constraints/core.c | 60 +++++++++++++++++++++++++++++++++++++++ > drivers/boot_constraints/core.h | 6 ++++ > drivers/boot_constraints/pm.c | 11 +++++-- > drivers/boot_constraints/supply.c | 9 ++++++ > 5 files changed, 87 insertions(+), 2 deletions(-) Hi, Does this build OK when CONFIG_DEBUG_FS is not enabled? I didn't see any depends on or select DEBUG_FS or any use of CONFIG_DEBUG_FS in any Makefile. -- ~Randy