[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <afe8b072-466f-c180-eeef-5c501bf523e3@infradead.org>
Date: Wed, 22 Jun 2022 12:37:21 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Boyd <sboyd@...nel.org>, mturquette@...libre.com,
inux-clk@...r.kernel.org, linux-kernel@...r.kernel.org,
badolevishal1116@...il.com
Cc: chinmoyghosh2001@...il.com, mintupatel89@...il.com
Subject: Re: [PATCH] Common clock: To list active consumers of clocks
On 6/22/22 09:32, <Vishal Badole> wrote:
> diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
> index c44247d..549cdda 100644
> --- a/drivers/clk/Kconfig
> +++ b/drivers/clk/Kconfig
> @@ -23,6 +23,14 @@ config COMMON_CLK
> menu "Common Clock Framework"
> depends on COMMON_CLK
>
> +config DEBUG_CLK_CONSUMER
> + bool "Debug feature to list clocks and their active consumers"
> + depends on DEBUG_FS && COMMON_CLK
> + help
> + Clock consumer debug feature supports for clock debugging. Chose y
Choose y
> + to get debug entry in file system to list clocks and their active
> + consumer devices.
--
~Randy
Powered by blists - more mailing lists