[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <28dc00c3f15f3023e0d963eff2333e13.sboyd@kernel.org>
Date:   Mon, 23 Oct 2023 19:20:20 -0700
From:   Stephen Boyd <sboyd@...nel.org>
To:     Vishal Badole <badolevishal1116@...il.com>
Cc:     mturquette@...libre.com, linux-clk@...r.kernel.org,
        linux-kernel@...r.kernel.org, chinmoyghosh2001@...il.com,
        mintupatel89@...il.com, vimal.kumar32@...il.com,
        Vishal Badole <badolevishal1116@...il.com>
Subject: Re: [PATCH v5] Common clock: To list active consumers of clocks
Quoting Vishal Badole (2022-11-27 09:23:19)
> This feature lists the clock consumer's name and respective connection
> id. Using this feature user can easily check that which user has
> acquired and enabled a particular clock.
> 
> Usage:
> >> cat /sys/kernel/debug/clk/clk_summary
>                       enable  prepare  protect
>                                                                           duty  hardware                            Connection
>    clock               count    count    count    rate   accuracy phase  cycle    enable   consumer                         Id
> ------------------------------------------------------------------------------------------------------------------------------
>  clk_mcasp0_fixed         0        0        0    24576000          0      0  50000     Y   deviceless                     of_clk_get_from_provider
>                                                                                            deviceless                     no_connection_id
>     clk_mcasp0            0        0        0    24576000          0      0  50000     N      simple-audio-card,cpu           no_connection_id
>                                                                                               deviceless                      no_connection_id
> 
> Co-developed-by: Chinmoy Ghosh <chinmoyghosh2001@...il.com>
> Signed-off-by: Chinmoy Ghosh <chinmoyghosh2001@...il.com>
> Co-developed-by: Mintu Patel <mintupatel89@...il.com>
> Signed-off-by: Mintu Patel <mintupatel89@...il.com>
> Co-developed-by: Vimal Kumar <vimal.kumar32@...il.com>
> Signed-off-by: Vimal Kumar <vimal.kumar32@...il.com>
> Signed-off-by: Vishal Badole <badolevishal1116@...il.com>
> ---
Applied to clk-next
Powered by blists - more mailing lists
 
