On Tue, Jul 13, 2021 at 8:54 AM <pandith.n@xxxxxxxxx> wrote:
From: Pandith N <pandith.n@xxxxxxxxx>
Add support for Network on Chip(NOC) counters. Enable features to configure
and capture NOC probe counters, needed for DDR bandwidth measurement. NOC
driver is specific to Intel Keem Bay SOC. NOC hardware counters are used
for DDR statistics profiling, it is not related to timers.
Interface details are provided in include/uapi/linux/noc_uapi.h
Signed-off-by: Pandith N <pandith.n@xxxxxxxxx>
Reviewed-by: Mark Gross <mgross@xxxxxxxxxxxxxxx>
I'm missing some explanation here regarding why this is not part of
drivers/interconnect/.
I assume you have discussed this with Georgi Djakov before, but if not, then
please do. From a very high-level perspective, I would have guessed that this
would be part of the interconnect framework, with any user facing setup being
either derived from the DT, or exposed through debugfs.
(full quote below for Georgi, no further comments there)