[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230725012859.18474-1-quic_mdtipton@quicinc.com>
Date: Mon, 24 Jul 2023 18:28:56 -0700
From: Mike Tipton <quic_mdtipton@...cinc.com>
To: <djakov@...nel.org>, <gregkh@...uxfoundation.org>,
<rafael@...nel.org>
CC: <linux-kernel@...r.kernel.org>, <linux-pm@...r.kernel.org>,
<quic_okukatla@...cinc.com>, <quic_viveka@...cinc.com>,
Mike Tipton <quic_mdtipton@...cinc.com>
Subject: [PATCH 0/3] Add interconnect debugfs client
This series introduces interconnect debugfs files that support voting
for any path the framework supports.
We've historically relied on an out-of-tree module for this, which used
the old icc_get() that was recently removed in [0]. The old icc_get()
took integer endpoint IDs, which made identifying paths in our old
implementation non-intuitive. The logical node names typically don't
change much chip-to-chip, but the raw integer IDs do. Take this
opportunity to introduce an icc_get() that uses string names instead,
which allows for a more intuitive and generic debugfs interface.
We rely on this support for debug, test, and verification. Hopefully
it'll be useful for other vendors as well.
[0] commit 7dcdad6f32c9 ("interconnect: drop unused icc_get() interface")
Mike Tipton (3):
debugfs: Add write support to debugfs_create_str()
interconnect: Reintroduce icc_get()
interconnect: Add debugfs test client
drivers/interconnect/Makefile | 2 +-
drivers/interconnect/core.c | 67 +++++++++++
drivers/interconnect/debugfs-client.c | 156 ++++++++++++++++++++++++++
drivers/interconnect/internal.h | 2 +
fs/debugfs/file.c | 48 +++++++-
include/linux/interconnect.h | 6 +
6 files changed, 278 insertions(+), 3 deletions(-)
create mode 100644 drivers/interconnect/debugfs-client.c
--
2.17.1
Powered by blists - more mailing lists