Re: [PATCH v2 3/3] clk: bcm2835: Add leaf clock measurement support, disabled by default

2017-01-20 Thread Stephen Boyd
On 01/18, Eric Anholt wrote: > This proved incredibly useful during debugging of the DSI driver, to > see if our clocks were running at rate we requested. Let's leave it > here for the next person interacting with clocks on the platform (and > so that hopefully we can just hook it up to debugfs so

[PATCH v2 3/3] clk: bcm2835: Add leaf clock measurement support, disabled by default

2017-01-17 Thread Eric Anholt
This proved incredibly useful during debugging of the DSI driver, to see if our clocks were running at rate we requested. Let's leave it here for the next person interacting with clocks on the platform (and so that hopefully we can just hook it up to debugfs some day). Signed-off-by: Eric Anholt