]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2514155a0b53bdd53af69677b5612b22ba28877e
treecd0db0bbc908a71ac84016ba6beeb8363097039f
parentb1f9d18a134d9d574f4eb97a307694d83919a15e
clk: flatten clk tree in debugfs

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