]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: bcm2835: Add leaf clock measurement support, disabled by default
authorEric Anholt <eric@anholt.net>
Tue, 17 Jan 2017 20:31:57 +0000 (07:31 +1100)
committerStephen Boyd <sboyd@codeaurora.org>
Sat, 21 Jan 2017 00:22:56 +0000 (16:22 -0800)
commit3f9195811d8d829556c4cd88d3f9e56a80d5ba60
treeba8508034d16a071e54647cff5b54c60ca452d30
parent8a39e9fa578229fd4604266c6ebb1a3a77d7994c
clk: bcm2835: Add leaf clock measurement support, disabled by default

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 <eric@anholt.net>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/bcm/clk-bcm2835.c