Re: [PATCH v7 3/8] interconnect: Add debugfs support

2018-08-03 Thread Evan Green
On Tue, Jul 31, 2018 at 9:13 AM Georgi Djakov wrote: > > Add a functionality to provide information about the current constraints > per each node and provider. > > Signed-off-by: Georgi Djakov > --- > drivers/interconnect/core.c | 78 + > 1 file changed, 78 in

[PATCH v7 3/8] interconnect: Add debugfs support

2018-07-31 Thread Georgi Djakov
Add a functionality to provide information about the current constraints per each node and provider. Signed-off-by: Georgi Djakov --- drivers/interconnect/core.c | 78 + 1 file changed, 78 insertions(+) diff --git a/drivers/interconnect/core.c b/drivers/inter