clk: flatten clk tree in debugfs
authorPeter De Schrijver <pdeschrijver@nvidia.com>
Fri, 30 May 2014 15:03:57 +0000 (18:03 +0300)
committerMike Turquette <mturquette@linaro.org>
Thu, 26 Jun 2014 19:55:04 +0000 (12:55 -0700)
This patch flattens the clk tree in CCF debugfs. Instead of representing the
clocks and their hierarchy as a directory structure under
/sys/kernel/debug/clk, each clock gets a single directory directly under
/sys/kernel/debug/clk. The orphans directory is replaced by a file called
clk_orphan_summary.

Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/clk.c

Simple merge