From 27b8d5f723e64b5f7beac45a4d5785906d0a2f9d Mon Sep 17 00:00:00 2001 From: Peter De Schrijver Date: Fri, 30 May 2014 18:03:57 +0300 Subject: [PATCH] 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 Signed-off-by: Mike Turquette --- Reading git-format-patch failed